diff --git a/build.gradle b/build.gradle index 14a2ab68..97d4e1e7 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ jacocoTestReport { } ext { - jackson_version = "2.21.1" + jackson_version = "2.21.2" } dependencies { @@ -67,10 +67,10 @@ dependencies { implementation "com.fasterxml.jackson.core:jackson-annotations" implementation "com.fasterxml.jackson.core:jackson-databind" implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" - implementation "org.openapitools:jackson-databind-nullable:0.2.9" + implementation "org.openapitools:jackson-databind-nullable:0.2.10" // ---- OpenTelemetry ---- - implementation platform("io.opentelemetry:opentelemetry-bom:1.59.0") + implementation platform("io.opentelemetry:opentelemetry-bom:1.60.1") implementation "io.opentelemetry:opentelemetry-api" } @@ -80,7 +80,7 @@ testing { useJUnitJupiter() dependencies { implementation 'org.assertj:assertj-core:3.27.7' - implementation 'org.mockito:mockito-core:5.22.0' + implementation 'org.mockito:mockito-core:5.23.0' implementation 'org.junit.jupiter:junit-jupiter:5.14.3' implementation 'org.wiremock:wiremock:3.13.2' @@ -113,8 +113,8 @@ testing { implementation "com.fasterxml.jackson.core:jackson-core" implementation "com.fasterxml.jackson.core:jackson-databind" - implementation "org.testcontainers:testcontainers-junit-jupiter:2.0.3" - implementation "org.testcontainers:testcontainers-openfga:2.0.3" + implementation "org.testcontainers:testcontainers-junit-jupiter:2.0.4" + implementation "org.testcontainers:testcontainers-openfga:2.0.4" implementation project() } diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 61285a65..d997cfc6 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 5f27b2cd..66c518b7 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-all.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/gradlew b/gradlew index adff685a..739907df 100755 --- a/gradlew +++ b/gradlew @@ -57,7 +57,7 @@ # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/2d6327017519d23b96af35865dc997fcb544fb40/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/.