Skip to content

Commit 21a7cf0

Browse files
author
Philipp Memmel
committed
bump up junit 5.7.0 -> 5.8.1, jdk 16 -> 17, javafx 16 -> 17
1 parent 02a139d commit 21a7cf0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ repositories {
2424
}
2525

2626
dependencies {
27-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
28-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
27+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
28+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
2929
//implementation files('libs/some_local_library_jar_file.jar')
3030
}
3131

3232
// Use for JavaFX project:
3333
javafx {
34-
version = '16'
34+
version = '17'
3535
modules = ['javafx.controls', 'javafx.fxml']
3636
}
3737

Lines changed: 1 addition & 1 deletion
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.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)