Skip to content

Commit 9d6e1e8

Browse files
authored
Merge pull request #384 from jenkinsci/dependabot/maven/org.jenkins-ci.plugins-plugin-5.9
Bump org.jenkins-ci.plugins:plugin from 5.5 to 5.9
2 parents f1fbe1a + 4ab43ee commit 9d6e1e8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.jenkins-ci.plugins</groupId>
3030
<artifactId>plugin</artifactId>
31-
<version>5.5</version>
31+
<version>5.9</version>
3232
<relativePath />
3333
</parent>
3434
<groupId>org.jenkins-ci.plugins.workflow</groupId>

src/main/java/org/jenkinsci/plugins/workflow/log/FileLogStorage.java

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public static synchronized LogStorage forFile(File log) {
7575

7676
private final File log;
7777
private final File index;
78-
@SuppressFBWarnings(value = "IS2_INCONSISTENT_SYNC", justification = "actually it is always accessed within the monitor")
7978
private FileOutputStream os;
8079
@SuppressFBWarnings(value = "IS2_INCONSISTENT_SYNC", justification = "actually it is always accessed within the monitor")
8180
private long osStartPosition;

0 commit comments

Comments
 (0)