Skip to content

Commit b2c225f

Browse files
committed
Fix: upgrade parent and web-commons for logback cve fix
And update jenkins builder label
1 parent 30260e6 commit b2c225f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pipeline {
2-
agent { label 'maven' }
2+
agent { label 'maven-36-jdk11' }
33
stages {
44
stage('Prepare') {
55
steps {

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.commonjava</groupId>
2424
<artifactId>commonjava</artifactId>
25-
<version>12</version>
25+
<version>17</version>
2626
</parent>
2727

2828
<groupId>org.commonjava.rwx</groupId>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>org.commonjava.boms</groupId>
5454
<artifactId>web-commons-bom</artifactId>
55-
<version>17</version>
55+
<version>27</version>
5656
<type>pom</type>
5757
<scope>import</scope>
5858
</dependency>

0 commit comments

Comments
 (0)