diff --git a/build.gradle b/build.gradle index 7e331ce..759aa7d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id "com.vanniktech.maven.publish" version "0.35.0" + id "com.vanniktech.maven.publish" version "0.36.0" id "java" } @@ -53,9 +53,9 @@ dependencies { implementation 'org.apache.commons:commons-lang3:3.20.0' implementation 'com.google.code.gson:gson:2.13.2' implementation 'com.konghq:unirest-java:3.14.5' - testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1' + testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' - testImplementation 'org.assertj:assertj-core:3.27.6' + testImplementation 'org.assertj:assertj-core:3.27.7' testImplementation 'commons-io:commons-io:2.21.0' testImplementation 'org.awaitility:awaitility:4.3.0' testRuntimeOnly "org.slf4j:slf4j-api:2.0.17"