Skip to content

Commit 2df9f34

Browse files
Update all dependencies
| datasource | package | from | to | | -------------- | --------------------------------------------------------- | ---------- | ---------- | | github-tags | actions/checkout | v4 | v5 | | github-tags | actions/setup-java | v4 | v5 | | gradle-version | gradle | 8.14.1 | 9.2.0 | | maven | org.sonarqube:org.sonarqube.gradle.plugin | 6.0.1.5171 | 7.0.1.6134 | | maven | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin | 7.0.2 | 8.0.0 | | maven | com.diffplug.spotless:spotless-plugin-gradle | 7.0.2 | 8.0.0 | | maven | io.kotest:kotest-runner-junit5 | 5.9.1 | 6.0.4 | | maven | io.kotest:kotest-property | 5.9.1 | 6.0.4 | | maven | io.kotest:kotest-framework-engine | 5.9.1 | 6.0.4 | | maven | io.kotest:kotest-assertions-core | 5.9.1 | 6.0.4 | | maven | org.junit.jupiter:junit-jupiter-api | 5.12.0 | 6.0.0 | | maven | org.junit:junit-bom | 5.12.0 | 6.0.0 | | maven | io.freefair.lombok:io.freefair.lombok.gradle.plugin | 8.12.1 | 9.0.0 |
1 parent 92d6797 commit 2df9f34

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ jobs:
44
gradle:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
8-
- uses: actions/setup-java@v4
7+
- uses: actions/checkout@v5
8+
- uses: actions/setup-java@v5
99
with:
1010
distribution: temurin
1111
java-version: 11

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 "7.0.1.6134"
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-9.2.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jdk = "11"
33
kotlin = "2.1.10"
44
java-vavr = "0.10.6"
55
kotlin-vavr = "0.10.2"
6-
lombok-gradle = "8.12.1"
6+
lombok-gradle = "9.0.0"
77
hamcrest-core = "3.0"
88
hamcrest-date = "2.0.8"
99
typeTools = "0.6.3"
@@ -14,12 +14,12 @@ nexus-publish = "2.0.0"
1414
apache-common-text-version = "1.13.0"
1515

1616
# Common dependencies
17-
junit = "5.12.0"
17+
junit = "6.0.0"
1818
kover = "0.9.1"
19-
kotest = "5.9.1"
19+
kotest = "6.0.4"
2020
assertj-core = "3.27.3"
2121
detekt = "1.23.8"
22-
spotless = "7.0.2"
22+
spotless = "8.0.0"
2323
apache-log4j = "2.24.3"
2424
testLogger = "4.0.0"
2525
jetbrains-annotations = "26.0.2"

0 commit comments

Comments
 (0)