Skip to content

Commit 68f42a4

Browse files
authored
Bump org.jenkins-ci:process-utils from 1.3 to 1.4 (#68)
1 parent 2c7d234 commit 68f42a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.jenkins-ci</groupId>
6969
<artifactId>process-utils</artifactId>
70-
<version>1.3</version>
70+
<version>1.4</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.fasterxml.jackson.core</groupId>

src/main/java/org/jenkinsci/test/acceptance/docker/DockerContainer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public File getLogfile() {
7676
return logfile;
7777
}
7878

79-
public int getPid() {
79+
public long getPid() {
8080
return ProcessUtils.getPid(p);
8181
}
8282

0 commit comments

Comments
 (0)