Skip to content

Commit

Permalink
GH-2115 Bump backend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed May 3, 2024
1 parent 16edaea commit 60a21af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ subprojects {
apply(plugin = "maven-publish")

dependencies {
val unirest = "4.3.1"
val unirest = "4.3.2"
testImplementation("com.konghq:unirest-java-core:$unirest")
testImplementation("com.konghq:unirest-modules-jackson:$unirest")

Expand Down
6 changes: 3 additions & 3 deletions reposilite-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ dependencies {
kapt("info.picocli:picocli-codegen:$picocli")
api("info.picocli:picocli:$picocli")

val awssdk = "2.25.40"
val awssdk = "2.25.44"
implementation(platform("software.amazon.awssdk:bom:$awssdk"))
implementation("software.amazon.awssdk:s3:$awssdk")

val awsSdkV1 = "1.12.710"
val awsSdkV1 = "1.12.714"
testImplementation("com.amazonaws:aws-java-sdk-s3:$awsSdkV1")

val exposed = "0.50.0"
Expand Down Expand Up @@ -107,7 +107,7 @@ dependencies {
implementation("com.google.http-client:google-http-client:$httpClient") { exclude(group = "commons-codec", module = "commons-codec")}
testImplementation("com.google.http-client:google-http-client-jackson2:$httpClient")

val commonsCoded = "1.16.1"
val commonsCoded = "1.17.0"
api("commons-codec:commons-codec:$commonsCoded")

val jansi = "2.4.1"
Expand Down

0 comments on commit 60a21af

Please sign in to comment.