Skip to content

Commit

Permalink
chore: upgrade libs
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Jan 29, 2024
1 parent ad6c9c7 commit 6dcb53e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,10 @@ dependencies {

// libs included in the final jar
api platform("software.amazon.awssdk:bom:$awsVersion")
api group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'

api 'software.amazon.awssdk:s3'
api 'software.amazon.awssdk:s3-transfer-manager'
api 'software.amazon.awssdk.crt:aws-crt:0.24.0'
api 'software.amazon.awssdk.crt:aws-crt:0.29.5'
api 'software.amazon.awssdk:apache-client'
api 'software.amazon.awssdk:sts'
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ version=0.15.0-SNAPSHOT
kestraVersion=[0.15,)
micronautVersion=4.2.2
lombokVersion=1.18.30
s3Version=1.12.548
awsVersion=2.20.117
s3Version=1.12.630
awsVersion=2.22.10

0 comments on commit 6dcb53e

Please sign in to comment.