Skip to content

Commit e239cae

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.1.0 | | maven | io.kotest:kotest-runner-junit5 | 5.9.1 | 6.0.3 | | maven | io.kotest:kotest-property | 5.9.1 | 6.0.3 | | maven | io.kotest:kotest-framework-engine | 5.9.1 | 6.0.3 | | maven | io.kotest:kotest-assertions-core | 5.9.1 | 6.0.3 |
1 parent 92d6797 commit e239cae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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

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

libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apache-common-text-version = "1.13.0"
1616
# Common dependencies
1717
junit = "5.12.0"
1818
kover = "0.9.1"
19-
kotest = "5.9.1"
19+
kotest = "6.0.3"
2020
assertj-core = "3.27.3"
2121
detekt = "1.23.8"
2222
spotless = "7.0.2"

0 commit comments

Comments
 (0)