Skip to content

Commit 5fa8b3e

Browse files
Update all major dependencies
1 parent d18a182 commit 5fa8b3e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

bjforth/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import org.gradle.api.tasks.testing.Test
55

66
plugins {
77
id 'application'
8-
id 'com.diffplug.spotless' version '6.25.0'
8+
id 'com.diffplug.spotless' version '8.2.1'
99
id 'jacoco'
1010
id 'com.gradleup.shadow' version '9.0.0-beta10'
1111
}
@@ -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:6.0.2'
47+
testImplementation 'org.junit.jupiter:junit-jupiter-params:6.0.2'
4848
testImplementation 'org.assertj:assertj-core:3.27.3'
4949

5050
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
codecov-cli==9.1.1
1+
codecov-cli==11.2.6

0 commit comments

Comments
 (0)