This repository was archived by the owner on Oct 13, 2024. It is now read-only.
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ repositories {
13
13
}
14
14
15
15
dependencies {
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 " )
20
20
}
21
21
22
22
sourceSets {
@@ -75,6 +75,6 @@ subprojects {
75
75
}
76
76
77
77
task<Wrapper >(" wrapper" ) {
78
- gradleVersion = " 7.5.1 "
78
+ gradleVersion = " 7.6 "
79
79
}
80
80
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments