File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
slf4j : ' 2.0.13' , // org.slf4j:slf4j-simple
13
13
jackson : ' 2.17.0' , // com.fasterxml.jackson.core:jackson-databind
14
14
15
- junit : ' 5.10.2 ' , // org.junit:junit-bom
15
+ junit : ' 5.11.0 ' , // org.junit:junit-bom
16
16
jmh : ' 1.37' , // org.openjdk.jmh:jmh-core
17
17
assertj : ' 3.25.3' // org.assertj:assertj-core
18
18
]
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java-library'
3
- id ' org.openjfx.javafxplugin' version ' 0.0.14 '
3
+ id ' org.openjfx.javafxplugin' version " 0.1.0 "
4
4
id ' com.github.johnrengelman.shadow' version ' 8.1.1'
5
5
}
6
6
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ dependencies {
10
10
11
11
testImplementation project(' :modules:main' )
12
12
testImplementation platform(" org.junit:junit-bom:${ versions.junit} " )
13
- testImplementation " org.junit.jupiter:junit-jupiter-params:${ versions.junit} "
14
13
testImplementation ' org.junit.jupiter:junit-jupiter'
14
+ testImplementation " org.junit.jupiter:junit-jupiter-params"
15
15
testImplementation(" org.assertj:assertj-core:${ versions.assertj} " )
16
16
testImplementation " org.openjdk.jmh:jmh-core:${ versions.jmh} "
17
17
testImplementation " org.openjdk.jmh:jmh-generator-annprocess:${ versions.jmh} "
You can’t perform that action at this time.
0 commit comments