File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,16 @@ buildscript {
77plugins {
88 id ' application'
99 id ' org.openjfx.javafxplugin' version ' 0.0.9'
10- id ' com.github.ben-manes.versions' version ' 0.29 .0'
11- id ' org.beryx.jlink' version ' 2.21.3 '
10+ id ' com.github.ben-manes.versions' version ' 0.33 .0'
11+ id ' org.beryx.jlink' version ' 2.22.0 '
1212 id ' jacoco'
1313 id ' net.ltgt.errorprone' version ' 1.2.1'
1414 id ' org.sonarqube' version ' 3.0'
1515}
1616
1717apply plugin : ' com.github.fgiannesini.libsass.gradle.plugin'
1818
19- version ' 2.0.0 '
19+ version ' 2.1.1 '
2020
2121sourceCompatibility = 1.11
2222
@@ -27,7 +27,7 @@ repositories {
2727
2828dependencies {
2929 // Junit (Unit testing)
30- testImplementation ' org.junit.jupiter:junit-jupiter:5.6.2 '
30+ testImplementation ' org.junit.jupiter:junit-jupiter:5.7.0 '
3131
3232 // TestFx UI TesTing // https://mvnrepository.com/artifact/org.testfx/testfx-junit5
3333 testImplementation(' org.testfx:testfx-junit5:4.0.16-alpha' ) {
You can’t perform that action at this time.
0 commit comments