diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index abd59de..f7f8c02 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -5,6 +5,6 @@ repositories { dependencies { testImplementation 'junit:junit:4.13.2' testImplementation(group: 'org.hamcrest', name: 'hamcrest-library', version: '3.0') - testRuntimeOnly("org.junit.vintage:junit-vintage-engine:6.0.1") + testRuntimeOnly("org.junit.vintage:junit-vintage-engine:6.0.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher") } \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index f8e1ee3..d997cfc 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 23449a2..c61a118 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.2.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew index adff685..739907d 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/. diff --git a/settings.gradle b/settings.gradle index 80859aa..458d558 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,7 +5,7 @@ include 'api' include 'services:webservice' */ plugins { - id "com.gradle.develocity" version "4.3" + id "com.gradle.develocity" version "4.4.0" id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0' }