diff --git a/build.gradle b/build.gradle index bf8a453..f04474b 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,7 @@ dependencies { implementation "com.github.openstack4j.core.connectors:openstack4j-httpclient:${project.versions.openstack4j}" // Control transitives - implementation platform('com.fasterxml.jackson:jackson-bom:2.21.3') + implementation platform('com.fasterxml.jackson:jackson-bom:2.21.4') constraints { implementation 'org.apache.httpcomponents:httpclient:4.5.14' } @@ -105,7 +105,7 @@ dependencies { runtimeOnly "org.cache2k:cache2k-core:${project.versions.cache2k}" testImplementation project.deps.gocdPluginApi - testImplementation platform('org.junit:junit-bom:6.0.3') + testImplementation platform('org.junit:junit-bom:6.1.0') testImplementation 'org.junit.jupiter:junit-jupiter-api' testImplementation 'org.junit.jupiter:junit-jupiter-params' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 4b271a6..bd82f36 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionSha256Sum=553c78f50dafcd54d65b9a444649057857469edf836431389695608536d6b746 -distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip +distributionSha256Sum=bafc141b619ad6350fd975fc903156dd5c151998cc8b058e8c1044ab5f7b031f +distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500