Skip to content

Commit 72ef74f

Browse files
authored
Merge branch 'master' into integrate-SECURITY-2824
2 parents 1af77ff + 20a2c5b commit 72ef74f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @jenkinsci/workflow-cps-plugin-developers

pom.xml

Lines changed: 2 additions & 2 deletions
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>4.47</version>
31+
<version>4.48</version>
3232
<relativePath />
3333
</parent>
3434
<groupId>org.jenkins-ci.plugins.workflow</groupId>
@@ -277,7 +277,7 @@
277277
<dependency>
278278
<groupId>org.testcontainers</groupId>
279279
<artifactId>testcontainers</artifactId>
280-
<version>1.17.3</version>
280+
<version>1.17.5</version>
281281
<scope>test</scope>
282282
<exclusions>
283283
<!-- Provided by Jenkins core -->

0 commit comments

Comments
 (0)