diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b40a0c0..2f9fe2d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ aspectj = "1.9.25.1" assertj = "3.27.7" aws-dynamodblocal = "2.6.1" awsSDK1 = "1.12.797" -awsSDK2 = "2.46.17" +awsSDK2 = "2.46.21" c3p0 = "0.14.1" caffine = "3.2.4" commons-codec = "1.22.0" @@ -16,7 +16,7 @@ hsqldb = "2.7.4" immutables = "2.12.2" jackson = "2.22.0" jackson_annotations = "2.22" -jdbi = "3.53.0" +jdbi = "3.54.0" jetcd = "0.8.6" jsr305 = "3.0.2" junit-jupiter = "6.1.1" @@ -25,7 +25,7 @@ logback = "1.5.37" metrics = "4.2.39" micrometer = "1.17.0" mokito = "5.23.0" -pgjdbc = "42.7.11" +pgjdbc = "42.7.12" slf4j = "2.0.18" testcontainers = "1.21.4" diff --git a/settings.gradle.kts b/settings.gradle.kts index 1420f53..1664d65 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -16,7 +16,7 @@ plugins { // Apply the foojay-resolver plugin to allow automatic download of JDKs id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0" // Nmcp plugin for publishing to Maven Central via Central Portal - id("com.gradleup.nmcp.settings") version "1.6.0" + id("com.gradleup.nmcp.settings") version "1.6.1" } rootProject.name = "libraries"