diff --git a/build.gradle b/build.gradle index 7f6d3c1..b871200 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id "idea" id "application" id "jacoco" - id "io.freefair.lombok" version "8.14.3" + id "io.freefair.lombok" version "8.14.4" id "org.danilopianini.git-sensitive-semantic-versioning-gradle-plugin" version "4.0.2" id "com.diffplug.spotless" version "7.2.1" id "maven-publish" @@ -32,9 +32,9 @@ dependencies { compileOnly "io.reactivex.rxjava3:rxjava:3.1.12" testImplementation "org.mockito:mockito-core:5.21.0" - testImplementation "org.junit.jupiter:junit-jupiter-api:5.14.1" - testImplementation "org.junit.jupiter:junit-jupiter-params:5.14.1" - testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.14.1" + testImplementation "org.junit.jupiter:junit-jupiter-api:5.14.2" + testImplementation "org.junit.jupiter:junit-jupiter-params:5.14.2" + testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.14.2" testImplementation "commons-io:commons-io:2.21.0" testImplementation "io.reactivex.rxjava3:rxjava:3.1.12" testImplementation "org.junit-pioneer:junit-pioneer:2.3.0" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index d4081da..aaaabb3 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-8.14.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME