Skip to content

Commit 10312f1

Browse files
Update all dependencies
| datasource | package | from | to | | -------------- | --------------------------------------------------------------- | ---------- | ---------- | | gradle-version | gradle | 8.14.1 | 8.14.2 | | maven | org.sonarqube:org.sonarqube.gradle.plugin | 6.0.1.5171 | 6.2.0.5505 | | maven | org.apache.logging.log4j:log4j-slf4j2-impl | 2.24.3 | 2.25.0 | | maven | org.apache.logging.log4j:log4j-core | 2.24.3 | 2.25.0 | | maven | org.apache.logging.log4j:log4j-api | 2.24.3 | 2.25.0 | | maven | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin | 7.0.2 | 7.0.4 | | maven | com.diffplug.spotless:spotless-plugin-gradle | 7.0.2 | 7.0.4 | | maven | com.gradle.develocity:com.gradle.develocity.gradle.plugin | 4.0 | 4.0.2 | | maven | org.junit.jupiter:junit-jupiter-api | 5.12.0 | 5.13.2 | | maven | org.junit:junit-bom | 5.12.0 | 5.13.2 | | maven | org.apache.commons:commons-text | 1.13.0 | 1.13.1 | | maven | com.github.spotbugs:com.github.spotbugs.gradle.plugin | 6.1.5 | 6.2.0 | | maven | com.github.spotbugs.snom:spotbugs-gradle-plugin | 6.1.5 | 6.2.0 | | maven | io.freefair.lombok:io.freefair.lombok.gradle.plugin | 8.12.1 | 8.14 | | maven | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 2.1.10 | 2.2.0 | | maven | org.jetbrains.kotlin:kotlin-gradle-plugin | 2.1.10 | 2.2.0 |
1 parent b1d9d70 commit 10312f1

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.2.0.5505"
1919
}
2020

2121
allprojects { apply(plugin = "vador.root-conventions") }

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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.2-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
[versions]
22
jdk = "11"
3-
kotlin = "2.1.10"
3+
kotlin = "2.2.0"
44
java-vavr = "0.10.6"
55
kotlin-vavr = "0.10.2"
6-
lombok-gradle = "8.12.1"
6+
lombok-gradle = "8.14"
77
hamcrest-core = "3.0"
88
hamcrest-date = "2.0.8"
99
typeTools = "0.6.3"
10-
spotbugs = "6.1.5"
10+
spotbugs = "6.2.0"
1111
assertj-vavr = "0.4.3"
1212
reflection-util = "2.15.0" # 2.15.0 is Compatable with Java 11
1313
nexus-publish = "2.0.0"
14-
apache-common-text-version = "1.13.0"
14+
apache-common-text-version = "1.13.1"
1515

1616
# Common dependencies
17-
junit = "5.12.0"
17+
junit = "5.13.2"
1818
kover = "0.9.1"
1919
kotest = "5.9.1"
2020
assertj-core = "3.27.3"
2121
detekt = "1.23.8"
22-
spotless = "7.0.2"
23-
apache-log4j = "2.24.3"
22+
spotless = "7.0.4"
23+
apache-log4j = "2.25.0"
2424
testLogger = "4.0.0"
2525
jetbrains-annotations = "26.0.2"
2626

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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.0.2" }
99

1010
dependencyResolutionManagement {
1111
versionCatalogs { create("libs") { from(files("libs.versions.toml")) } }

0 commit comments

Comments
 (0)