Skip to content
This repository was archived by the owner on Oct 13, 2024. It is now read-only.

Commit 3c79950

Browse files
author
BuildTools
committed
I'm an Idiot
1 parent 4967ee6 commit 3c79950

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.gradle.kts

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ repositories {
1313
}
1414

1515
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")
2020
}
2121

2222
sourceSets {
@@ -75,6 +75,6 @@ subprojects {
7575
}
7676

7777
task<Wrapper>("wrapper") {
78-
gradleVersion = "7.5.1"
78+
gradleVersion = "7.6"
7979
}
8080
}
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)