Skip to content

Commit c6e6b96

Browse files
chore(deps): bump gradle-wrapper from 8.10.2 to 9.3.0 (#27)
1 parent 9d2bee3 commit c6e6b96

4 files changed

Lines changed: 95 additions & 94 deletions

File tree

gradle/wrapper/gradle-wrapper.jar

542 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.10.2-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

gradlew.bat

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

src/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ dependencies {
3636
api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.0'
3737

3838
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
39+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
3940
}
4041

4142
tasks.named('processResources', ProcessResources) {

0 commit comments

Comments
 (0)