File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ plugins {
1515 alias(libs.plugins.lombok.gradle) apply false
1616 id(libs.plugins.kover.pluginId)
1717 alias(libs.plugins.nexus.publish)
18- id(" org.sonarqube" ) version " 6.0 .1.5171 "
18+ id(" org.sonarqube" ) version " 6.3 .1.5724 "
1919}
2020
2121allprojects { apply (plugin = " vador.root-conventions" ) }
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11[versions ]
22jdk = " 11"
3- kotlin = " 2.1.10 "
4- java-vavr = " 0.10.6 "
3+ kotlin = " 2.2.20 "
4+ java-vavr = " 0.10.7 "
55kotlin-vavr = " 0.10.2"
6- lombok-gradle = " 8.12.1 "
6+ lombok-gradle = " 8.14.2 "
77hamcrest-core = " 3.0"
88hamcrest-date = " 2.0.8"
99typeTools = " 0.6.3"
10- spotbugs = " 6.1.5 "
10+ spotbugs = " 6.4.1 "
1111assertj-vavr = " 0.4.3"
1212reflection-util = " 2.15.0" # 2.15.0 is Compatable with Java 11
1313nexus-publish = " 2.0.0"
14- apache-common-text-version = " 1.13 .0"
14+ apache-common-text-version = " 1.14 .0"
1515
1616# Common dependencies
17- junit = " 5.12.0 "
17+ junit = " 5.13.4 "
1818kover = " 0.9.1"
1919kotest = " 5.9.1"
20- assertj-core = " 3.27.3 "
20+ assertj-core = " 3.27.4 "
2121detekt = " 1.23.8"
22- spotless = " 7.0.2 "
23- apache-log4j = " 2.24.3 "
22+ spotless = " 7.2.1 "
23+ apache-log4j = " 2.25.1 "
2424testLogger = " 4.0.0"
25- jetbrains-annotations = " 26.0.2"
25+ jetbrains-annotations = " 26.0.2-1 "
2626
2727[libraries ]
2828hamcrest-core = { module = " org.hamcrest:hamcrest" , version.ref = " hamcrest-core" }
Original file line number Diff line number Diff line change 55 * https://opensource.org/licenses/BSD-3-Clause
66 * ****************************************************************************
77 */
8- plugins { id(" com.gradle.develocity" ) version " 4.0 " }
8+ plugins { id(" com.gradle.develocity" ) version " 4.1.1 " }
99
1010dependencyResolutionManagement {
1111 versionCatalogs { create(" libs" ) { from(files(" libs.versions.toml" )) } }
You can’t perform that action at this time.
0 commit comments