@@ -48,7 +48,7 @@ jlink {
48
48
' --win-upgrade-uuid' , ' 876c5464-9a66-4913-89a4-c63a4b8b4bb9' ,
49
49
' --win-help-url' , ' https://codedead.com/contact' ,
50
50
' --win-dir-chooser' ,
51
- ' --copyright' , ' Copyright (c) 2024 CodeDead' ,
51
+ ' --copyright' , ' Copyright (c) 2025 CodeDead' ,
52
52
' --description' , ' Opal is a free and open-source JavaFX application that can play relaxing music in the background' ,
53
53
' --vendor' , ' CodeDead' ,
54
54
' --license-file' , ' LICENSE' ,
@@ -64,7 +64,7 @@ jlink {
64
64
' --linux-shortcut' ,
65
65
' --linux-package-name' , ' opal-codedead' ,
66
66
' --linux-rpm-license-type' , ' GPLv3' ,
67
- ' --copyright' , ' Copyright (c) 2024 CodeDead' ,
67
+ ' --copyright' , ' Copyright (c) 2025 CodeDead' ,
68
68
' --description' , ' Opal is a free and open-source JavaFX application that can play relaxing music in the background' ,
69
69
' --vendor' , ' CodeDead' ,
70
70
' --license-file' , ' LICENSE' ,
@@ -80,7 +80,7 @@ jlink {
80
80
' --mac-package-name' , ' Opal' ,
81
81
' --mac-package-identifier' , ' com.codedead.opal' ,
82
82
' --mac-app-category' , ' public.app-category.music' ,
83
- ' --copyright' , ' Copyright (c) 2024 CodeDead' ,
83
+ ' --copyright' , ' Copyright (c) 2025 CodeDead' ,
84
84
' --description' , ' Opal is a free and open-source JavaFX application that can play relaxing music in the background' ,
85
85
' --vendor' , ' CodeDead' ,
86
86
' --license-file' , ' LICENSE' ,
@@ -133,11 +133,11 @@ repositories {
133
133
}
134
134
135
135
dependencies {
136
- implementation ' org.apache.logging.log4j:log4j-core:2.24.2 '
136
+ implementation ' org.apache.logging.log4j:log4j-core:2.24.3 '
137
137
implementation ' io.github.mkpaz:atlantafx-base:2.0.1'
138
138
implementation ' com.fasterxml.jackson.core:jackson-databind:2.18.2'
139
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.3 '
140
- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.3 '
139
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4 '
140
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.4 '
141
141
}
142
142
143
143
tasks. named(' test' ) {
0 commit comments