File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11kiloVersion = 5.2.4
22flatLafVersion = 3.6.2
3+ junitVersion = 5.10.1
34
45projectDescription = Declarative UI for Java
56projectURL = https://github.com/HTTP-RPC/Sierra
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ plugins {
1919dependencies {
2020 implementation project(' :sierra' )
2121
22- testImplementation ' org.junit.jupiter:junit-jupiter:5.10.1 '
22+ testImplementation " org.junit.jupiter:junit-jupiter:${ junitVersion } "
2323
2424 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2525}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
2323 implementation ' com.fifesoft:rsyntaxtextarea:3.6.0'
2424 implementation ' com.fifesoft:autocomplete:3.3.2'
2525
26- testImplementation ' org.junit.jupiter:junit-jupiter:5.10.1 '
26+ testImplementation " org.junit.jupiter:junit-jupiter:${ junitVersion } "
2727 testImplementation ' org.mockito:mockito-core:5.9.0'
2828
2929 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
You can’t perform that action at this time.
0 commit comments