File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 slf4j : ' 2.0.13' , // org.slf4j:slf4j-simple
1313 jackson : ' 2.17.0' , // com.fasterxml.jackson.core:jackson-databind
1414
15- junit : ' 5.10.2 ' , // org.junit:junit-bom
15+ junit : ' 5.11.0 ' , // org.junit:junit-bom
1616 jmh : ' 1.37' , // org.openjdk.jmh:jmh-core
1717 assertj : ' 3.25.3' // org.assertj:assertj-core
1818 ]
Original file line number Diff line number Diff line change 11plugins {
22 id ' java-library'
3- id ' org.openjfx.javafxplugin' version ' 0.0.14 '
3+ id ' org.openjfx.javafxplugin' version " 0.1.0 "
44 id ' com.github.johnrengelman.shadow' version ' 8.1.1'
55}
66
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ dependencies {
1010
1111 testImplementation project(' :modules:main' )
1212 testImplementation platform(" org.junit:junit-bom:${ versions.junit} " )
13- testImplementation " org.junit.jupiter:junit-jupiter-params:${ versions.junit} "
1413 testImplementation ' org.junit.jupiter:junit-jupiter'
14+ testImplementation " org.junit.jupiter:junit-jupiter-params"
1515 testImplementation(" org.assertj:assertj-core:${ versions.assertj} " )
1616 testImplementation " org.openjdk.jmh:jmh-core:${ versions.jmh} "
1717 testImplementation " org.openjdk.jmh:jmh-generator-annprocess:${ versions.jmh} "
You can’t perform that action at this time.
0 commit comments