@@ -5,7 +5,7 @@ plugins {
55 id ' idea'
66 id ' eclipse'
77 id ' application'
8- id ' org.beryx. jlink' version ' 3.0.1'
8+ id ' com.dua3.gradle. jlink' version ' 3.0.1-patch- 1'
99 id ' org.openjfx.javafxplugin' version ' 0.1.0'
1010}
1111
@@ -15,8 +15,8 @@ version '1.4.0'
1515def currentOS = DefaultNativePlatform . currentOperatingSystem
1616
1717java {
18- targetCompatibility = JavaVersion . VERSION_22
19- sourceCompatibility = JavaVersion . VERSION_22
18+ targetCompatibility = JavaVersion . VERSION_23
19+ sourceCompatibility = JavaVersion . VERSION_23
2020}
2121
2222application {
@@ -25,7 +25,7 @@ application {
2525}
2626
2727javafx {
28- version = ' 22 .0.1'
28+ version = ' 23 .0.1'
2929 configuration = ' implementation'
3030 modules = [' javafx.base' , ' javafx.controls' , ' javafx.fxml' , ' javafx.media' ]
3131}
@@ -140,11 +140,11 @@ repositories {
140140}
141141
142142dependencies {
143- implementation ' org.apache.logging.log4j:log4j-core:2.23 .1'
143+ implementation ' org.apache.logging.log4j:log4j-core:2.24 .1'
144144 implementation ' io.github.mkpaz:atlantafx-base:2.0.1'
145- implementation ' com.fasterxml.jackson.core:jackson-databind:2.17.2 '
146- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10 .3'
147- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.10 .3'
145+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.18.1 '
146+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11 .3'
147+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11 .3'
148148}
149149
150150tasks. named(' test' ) {
0 commit comments