Skip to content

Commit 0555ade

Browse files
Update all dependencies
| datasource | package | from | to | | -------------- | --------------------------------------------------------------- | ---------- | ---------- | | gradle-version | gradle | 8.14.1 | 8.14.3 | | maven | org.sonarqube:org.sonarqube.gradle.plugin | 6.0.1.5171 | 6.3.1.5724 | | maven | org.jetbrains:annotations | 26.0.2 | 26.0.2-1 | | maven | org.apache.logging.log4j:log4j-slf4j2-impl | 2.24.3 | 2.25.1 | | maven | org.apache.logging.log4j:log4j-core | 2.24.3 | 2.25.1 | | maven | org.apache.logging.log4j:log4j-api | 2.24.3 | 2.25.1 | | maven | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin | 7.0.2 | 7.2.1 | | maven | com.diffplug.spotless:spotless-plugin-gradle | 7.0.2 | 7.2.1 | | maven | com.gradle.develocity:com.gradle.develocity.gradle.plugin | 4.0 | 4.1.1 | | maven | org.assertj:assertj-core | 3.27.3 | 3.27.4 | | maven | org.junit.jupiter:junit-jupiter-api | 5.12.0 | 5.13.4 | | maven | org.junit:junit-bom | 5.12.0 | 5.13.4 | | maven | org.apache.commons:commons-text | 1.13.0 | 1.14.0 | | maven | com.github.spotbugs:com.github.spotbugs.gradle.plugin | 6.1.5 | 6.4.1 | | maven | com.github.spotbugs.snom:spotbugs-gradle-plugin | 6.1.5 | 6.4.1 | | maven | io.freefair.lombok:io.freefair.lombok.gradle.plugin | 8.12.1 | 8.14.2 | | maven | io.vavr:vavr | 0.10.6 | 0.10.7 | | maven | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 2.1.10 | 2.2.20 | | maven | org.jetbrains.kotlin:kotlin-gradle-plugin | 2.1.10 | 2.2.20 |
1 parent 92d6797 commit 0555ade

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
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.3.1.5724"
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.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

libs.versions.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
[versions]
22
jdk = "11"
3-
kotlin = "2.1.10"
4-
java-vavr = "0.10.6"
3+
kotlin = "2.2.20"
4+
java-vavr = "0.10.7"
55
kotlin-vavr = "0.10.2"
6-
lombok-gradle = "8.12.1"
6+
lombok-gradle = "8.14.2"
77
hamcrest-core = "3.0"
88
hamcrest-date = "2.0.8"
99
typeTools = "0.6.3"
10-
spotbugs = "6.1.5"
10+
spotbugs = "6.4.1"
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.14.0"
1515

1616
# Common dependencies
17-
junit = "5.12.0"
17+
junit = "5.13.4"
1818
kover = "0.9.1"
1919
kotest = "5.9.1"
20-
assertj-core = "3.27.3"
20+
assertj-core = "3.27.4"
2121
detekt = "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"
2424
testLogger = "4.0.0"
25-
jetbrains-annotations = "26.0.2"
25+
jetbrains-annotations = "26.0.2-1"
2626

2727
[libraries]
2828
hamcrest-core = { module = "org.hamcrest:hamcrest", version.ref = "hamcrest-core" }

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.1.1" }
99

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

0 commit comments

Comments
 (0)