Skip to content

Commit

Permalink
GH-2133 Bump dependencies in reposilite-backend module
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Jun 21, 2024
1 parent 01127b4 commit 43462fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions reposilite-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
api("io.javalin.community.openapi:javalin-openapi-plugin:$javalinOpenApi")
kapt("io.javalin.community.openapi:openapi-annotation-processor:$javalinOpenApi")

val javalinRouting = "6.1.4"
val javalinRouting = "6.1.6"
api("io.javalin.community.routing:routing-dsl:$javalinRouting")

val bcrypt = "0.10.2"
Expand All @@ -62,19 +62,19 @@ dependencies {
api("org.panda-lang:expressible-kt:$expressible")
testImplementation("org.panda-lang:expressible-junit:$expressible")

val cdn = "1.14.4"
val cdn = "1.14.5"
api("net.dzikoysk:cdn:$cdn")
api("net.dzikoysk:cdn-kt:$cdn")

val picocli = "4.7.6"
kapt("info.picocli:picocli-codegen:$picocli")
api("info.picocli:picocli:$picocli")

val awssdk = "2.25.62"
val awssdk = "2.26.7"
implementation(platform("software.amazon.awssdk:bom:$awssdk"))
implementation("software.amazon.awssdk:s3:$awssdk")

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

val exposed = "0.51.0"
Expand Down Expand Up @@ -129,7 +129,7 @@ dependencies {
testImplementation("org.testcontainers:localstack:$testcontainers")
testImplementation("org.testcontainers:mysql:$testcontainers")

val ldap = "7.0.0"
val ldap = "7.0.1"
testImplementation("com.unboundid:unboundid-ldapsdk:$ldap")
}

Expand Down
2 changes: 1 addition & 1 deletion reposilite-plugins/migration-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ application {
dependencies {
compileOnly(project(":reposilite-backend"))
testImplementation(project(":reposilite-backend"))
implementation("com.charleskorn.kaml:kaml-jvm:0.59.0")
implementation("com.charleskorn.kaml:kaml-jvm:0.60.0")
}

tasks.withType<ShadowJar> {
Expand Down

0 comments on commit 43462fd

Please sign in to comment.