File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,9 +73,9 @@ dependencies {
7373 // caffeine
7474 paperLibrary(" com.github.ben-manes.caffeine:caffeine:3.2.3" )
7575
76- testImplementation(" org.junit.jupiter:junit-jupiter-api:6.0.0 " )
77- testImplementation(" org.junit.jupiter:junit-jupiter-params:6.0.0 " )
78- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:6.0.0 " )
76+ testImplementation(" org.junit.jupiter:junit-jupiter-api:6.0.1 " )
77+ testImplementation(" org.junit.jupiter:junit-jupiter-params:6.0.1 " )
78+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:6.0.1 " )
7979 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
8080
8181 testImplementation(" org.testcontainers:junit-jupiter:1.21.3" )
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.1 .0-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2 .0-bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments