Skip to content

Commit

Permalink
Merge pull request #1268 from jenkinsci/dependabot/maven/revision-1.1…
Browse files Browse the repository at this point in the history
…2.772
  • Loading branch information
Vlatombe authored Oct 14, 2024
2 parents 655bc02 + 2422255 commit 7f79a20
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 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
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
<url>https://github.com/jenkinsci/aws-java-sdk-plugin/</url>
</scm>
<properties>
<revision>1.12.767</revision>
<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 7f79a20

Please sign in to comment.