Skip to content

Commit

Permalink
Merge pull request #42 from ligangty/master
Browse files Browse the repository at this point in the history
Fix: upgrade parent and web-commons for logback cve fix
  • Loading branch information
ligangty authored Nov 23, 2022
2 parents 30260e6 + b2c225f commit dea7c00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pipeline {
agent { label 'maven' }
agent { label 'maven-36-jdk11' }
stages {
stage('Prepare') {
steps {
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.commonjava</groupId>
<artifactId>commonjava</artifactId>
<version>12</version>
<version>17</version>
</parent>

<groupId>org.commonjava.rwx</groupId>
Expand Down Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.commonjava.boms</groupId>
<artifactId>web-commons-bom</artifactId>
<version>17</version>
<version>27</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit dea7c00

Please sign in to comment.