Skip to content

Commit

Permalink
Upgrade some dependencies (#2471)
Browse files Browse the repository at this point in the history
Co-authored-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
basil and olamy authored Aug 18, 2023
1 parent 15a25be commit a338a89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 25 deletions.
2 changes: 1 addition & 1 deletion blueocean-git-pipeline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.ssh.jsch</artifactId>
<!-- TODO this is hard to manage; if needed, should be in BOM -->
<version>6.5.0.202303070854-r</version>
<version>6.6.0.202305301015-r</version>
</dependency>

<!-- test dependencies -->
Expand Down
1 change: 1 addition & 0 deletions blueocean-rest-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
<dependency>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>favorite</artifactId>
<version>2.4.2</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down
25 changes: 1 addition & 24 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.401.x</artifactId>
<version>2102.v854b_fec19c92</version>
<version>2278.v47b_4508e256a</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -478,24 +478,6 @@
<artifactId>jose4j</artifactId>
<version>0.9.3</version>
</dependency>
<dependency>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>favorite</artifactId>
<version>2.3.1</version>
<exclusions>
<!-- Upper bound fix: Remove it once token-micro plugin is fixed to remove dependency on asm-tree
PR https://github.com/jenkinsci/token-macro-plugin/pull/31. Fix to be available in 2.4.0.
-->
<exclusion>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
</exclusion>
<exclusion>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.keen</groupId>
<artifactId>keen-client-api-java</artifactId>
Expand All @@ -515,11 +497,6 @@
<artifactId>sonar</artifactId>
<version>2.13.1</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>ant</artifactId>
<version>1.11</version>
</dependency>

<!-- Test dependencies -->
<dependency>
Expand Down

0 comments on commit a338a89

Please sign in to comment.