This repository was archived by the owner on Oct 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ repositories {
1313}
1414
1515dependencies {
16- testImplementation(" net.java.dev.jna:jna-platform:5.12.1 " )
17- testImplementation(" net.java.dev.jna:jna:5.12.1 " )
18- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.9.1 " )
19- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.9.1 " )
16+ testImplementation(" net.java.dev.jna:jna-platform:5.13.0 " )
17+ testImplementation(" net.java.dev.jna:jna:5.13.0 " )
18+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.9.2 " )
19+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.9.2 " )
2020}
2121
2222sourceSets {
@@ -75,6 +75,6 @@ subprojects {
7575 }
7676
7777 task<Wrapper >(" wrapper" ) {
78- gradleVersion = " 7.5.1 "
78+ gradleVersion = " 7.6 "
7979 }
8080}
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-7.5.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments