Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Merge from branch [master]
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Dec 17, 2022
2 parents 558f53e + d9dcd34 commit cb79bf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/remi-module.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repositories {
}

dependencies {
implementation("org.jetbrains:annotations:23.0.0")
implementation("org.jetbrains:annotations:23.1.0")
implementation("org.slf4j:slf4j-api:2.0.6")

// test deps
Expand Down
2 changes: 1 addition & 1 deletion support/s3/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ dependencies {
testImplementation("org.testcontainers:testcontainers:1.17.6")
testImplementation("org.testcontainers:junit-jupiter:1.17.6")

api("software.amazon.awssdk:s3:2.18.35")
api("software.amazon.awssdk:s3:2.18.41")
}

0 comments on commit cb79bf2

Please sign in to comment.