Skip to content

Commit e75f2c4

Browse files
Update all dependencies
| datasource | package | from | to | | -------------- | ----------------------------------------------------------------------------------------- | ---------- | ---------- | | gradle-version | gradle | 8.7 | 8.12 | | maven | org.sonarqube:org.sonarqube.gradle.plugin | 6.0.0.5145 | 6.0.1.5171 | | maven | org.jetbrains:annotations | 26.0.0 | 26.0.2 | | maven | org.apache.logging.log4j:log4j-slf4j2-impl | 2.22.0 | 2.24.3 | | maven | org.apache.logging.log4j:log4j-core | 2.22.0 | 2.24.3 | | maven | org.apache.logging.log4j:log4j-api | 2.22.0 | 2.24.3 | | maven | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin | 6.23.2 | 6.25.0 | | maven | com.diffplug.spotless:spotless-plugin-gradle | 6.23.2 | 6.25.0 | | maven | io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin | 1.23.4 | 1.23.7 | | maven | io.gitlab.arturbosch.detekt:detekt-gradle-plugin | 1.23.4 | 1.23.7 | | maven | com.gradle.develocity:com.gradle.develocity.gradle.plugin | 3.17.2 | 3.19 | | maven | org.assertj:assertj-core | 3.24.2 | 3.27.3 | | maven | io.kotest:kotest-runner-junit5 | 5.8.0 | 5.9.1 | | maven | io.kotest:kotest-property | 5.8.0 | 5.9.1 | | maven | io.kotest:kotest-framework-engine | 5.8.0 | 5.9.1 | | maven | io.kotest:kotest-assertions-core | 5.8.0 | 5.9.1 | | maven | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.8.1 | 0.9.1 | | maven | org.junit.jupiter:junit-jupiter-api | 5.10.2 | 5.11.4 | | maven | org.junit:junit-bom | 5.10.2 | 5.11.4 | | maven | org.apache.commons:commons-text | 1.11.0 | 1.13.0 | | maven | io.github.gradle-nexus.publish-plugin:io.github.gradle-nexus.publish-plugin.gradle.plugin | 2.0.0-rc-1 | 2.0.0 | | maven | com.github.spotbugs:com.github.spotbugs.gradle.plugin | 6.0.1 | 6.1.2 | | maven | com.github.spotbugs.snom:spotbugs-gradle-plugin | 6.0.1 | 6.1.2 | | maven | io.freefair.lombok:io.freefair.lombok.gradle.plugin | 8.4 | 8.12 | | maven | io.vavr:vavr | 0.10.4 | 0.10.5 | | maven | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 2.0.0 | 2.1.0 | | maven | org.jetbrains.kotlin:kotlin-gradle-plugin | 2.0.0 | 2.1.0 |
1 parent 6049d9e commit e75f2c4

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
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.0.5145"
18+
id("org.sonarqube") version "6.0.1.5171"
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.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

libs.versions.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
[versions]
22
jdk = "11"
3-
kotlin = "2.0.0"
4-
java-vavr = "0.10.4"
3+
kotlin = "2.1.0"
4+
java-vavr = "0.10.5"
55
kotlin-vavr = "0.10.2"
6-
lombok-gradle = "8.4"
6+
lombok-gradle = "8.12"
77
hamcrest-core = "3.0"
88
hamcrest-date = "2.0.8"
99
typeTools = "0.6.3"
10-
spotbugs = "6.0.1"
10+
spotbugs = "6.1.2"
1111
assertj-vavr = "0.4.3"
1212
reflection-util = "2.15.0" # 2.15.0 is Compatable with Java 11
13-
nexus-publish = "2.0.0-rc-1"
14-
apache-common-text-version = "1.11.0"
13+
nexus-publish = "2.0.0"
14+
apache-common-text-version = "1.13.0"
1515

1616
# Common dependencies
17-
junit = "5.10.2"
18-
kover = "0.8.1"
19-
kotest = "5.8.0"
20-
assertj-core = "3.24.2"
21-
detekt = "1.23.4"
22-
spotless = "6.23.2"
23-
apache-log4j = "2.22.0"
17+
junit = "5.11.4"
18+
kover = "0.9.1"
19+
kotest = "5.9.1"
20+
assertj-core = "3.27.3"
21+
detekt = "1.23.7"
22+
spotless = "6.25.0"
23+
apache-log4j = "2.24.3"
2424
testLogger = "4.0.0"
25-
jetbrains-annotations = "26.0.0"
25+
jetbrains-annotations = "26.0.2"
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 "3.17.2" }
8+
plugins { id("com.gradle.develocity") version "3.19" }
99

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

0 commit comments

Comments
 (0)