We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1af77ff + 20a2c5b commit 72ef74fCopy full SHA for 72ef74f
.github/CODEOWNERS
@@ -0,0 +1 @@
1
+* @jenkinsci/workflow-cps-plugin-developers
pom.xml
@@ -28,7 +28,7 @@
28
<parent>
29
<groupId>org.jenkins-ci.plugins</groupId>
30
<artifactId>plugin</artifactId>
31
- <version>4.47</version>
+ <version>4.48</version>
32
<relativePath />
33
</parent>
34
<groupId>org.jenkins-ci.plugins.workflow</groupId>
@@ -277,7 +277,7 @@
277
<dependency>
278
<groupId>org.testcontainers</groupId>
279
<artifactId>testcontainers</artifactId>
280
- <version>1.17.3</version>
+ <version>1.17.5</version>
281
<scope>test</scope>
282
<exclusions>
283
<!-- Provided by Jenkins core -->
0 commit comments