Skip to content

Commit e843301

Browse files
Update all non-major dependencies
1 parent d18a182 commit e843301

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

bjforth/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id 'application'
88
id 'com.diffplug.spotless' version '6.25.0'
99
id 'jacoco'
10-
id 'com.gradleup.shadow' version '9.0.0-beta10'
10+
id 'com.gradleup.shadow' version '9.0.0-beta15'
1111
}
1212

1313
repositories {
@@ -43,8 +43,8 @@ dependencies {
4343

4444
testImplementation sourceSets.testLib.runtimeClasspath
4545

46-
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
47-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.12.0'
46+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.0'
47+
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.0'
4848
testImplementation 'org.assertj:assertj-core:3.27.3'
4949

5050
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
@@ -108,7 +108,7 @@ tasks.withType(JavaExec).configureEach {
108108
}
109109

110110
jacoco {
111-
toolVersion = '0.8.12'
111+
toolVersion = '0.8.13'
112112
}
113113

114114
test {

gradle/wrapper/gradle-wrapper.jar

59 Bytes
Binary file not shown.

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.13-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)