Skip to content

Commit

Permalink
Merge pull request #887 from jenkinsci/sdk-update
Browse files Browse the repository at this point in the history
Update aws sdk to 1.12.529-406.vdeff15e5817d
  • Loading branch information
res0nance committed Sep 2, 2023
2 parents 57ff05d + 48f780a commit cce4af2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,18 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci.plugins.aws-java-sdk</groupId>
<artifactId>aws-java-sdk-ec2</artifactId>
<version>1.12.406-374.v4cdf53953691</version>
<version>1.12.529-406.vdeff15e5817d</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.aws-java-sdk</groupId>
<artifactId>aws-java-sdk-minimal</artifactId>
<version>1.12.406-374.v4cdf53953691</version>
<version>1.12.529-406.vdeff15e5817d</version>
</dependency>
<!-- Fixes upper bound deps issue with aws sdk plugins -->
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>jackson2-api</artifactId>
<version>2.15.2-350.v0c2f3f8fc595</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit cce4af2

Please sign in to comment.