Skip to content

Commit

Permalink
Bumped BOM and adjusted exclusions
Browse files Browse the repository at this point in the history
Since AWS Java SDK now brings jackson 2.17 line, bumped the  jenkins BOM to pick up jackson2-api using 2.17 line.

According to jenkinsci/jackson2-api-plugin#253, we don't need 2.17.2 as there are only build related changes compared to 2.17.0.
  • Loading branch information
Vlatombe committed Sep 23, 2024
1 parent c6421df commit 2422255
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions aws-java-sdk-minimal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
<version>${revision}</version>
<exclusions>
<!-- use the version supplied by jackson2-api -->
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
<properties>
<revision>1.12.772</revision>
<changelist>999999-SNAPSHOT</changelist>
<bom>2.401.x</bom>
<jenkins.version>2.401.3</jenkins.version>
<bom>2.440.x</bom>
<jenkins.version>2.440.3</jenkins.version>
<autoVersionSubmodules>true</autoVersionSubmodules>
<spotless.check.skip>false</spotless.check.skip>
</properties>
Expand All @@ -80,7 +80,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-${bom}</artifactId>
<version>2745.vc7b_fe4c876fa_</version>
<version>3387.v0f2773fa_3200</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 2422255

Please sign in to comment.