@@ -26,9 +26,9 @@ plugins {
2626 id ' application'
2727 id ' org.openjfx.javafxplugin' version ' 0.0.9'
2828 id ' com.github.ben-manes.versions' version ' 0.33.0'
29- id ' org.beryx.jlink' version ' 2.22.0 '
29+ id ' org.beryx.jlink' version ' 2.22.2 '
3030 id ' jacoco'
31- id ' net.ltgt.errorprone' version ' 1.2.1 '
31+ id ' net.ltgt.errorprone' version ' 1.3.0 '
3232 id ' org.sonarqube' version ' 3.0'
3333 id ' org.ysb33r.cloudci' version ' 3.0.0'
3434 id ' com.github.hierynomus.license' version ' 0.15.0'
@@ -59,10 +59,10 @@ dependencies {
5959 testImplementation ' org.hamcrest:hamcrest:2.2'
6060
6161 // Mockito https://mvnrepository.com/artifact/org.mockito/mockito-inline
62- testImplementation ' org.mockito:mockito-inline:3.5.13 '
62+ testImplementation ' org.mockito:mockito-inline:3.6.0 '
6363
6464 // Mockito-Junit https://mvnrepository.com/artifact/org.mockito/mockito-junit-jupiter
65- testImplementation ' org.mockito:mockito-junit-jupiter:3.5.13 '
65+ testImplementation ' org.mockito:mockito-junit-jupiter:3.6.0 '
6666
6767 // Commons Collections https://mvnrepository.com/artifact/org.apache.commons/commons-collections4
6868 implementation ' org.apache.commons:commons-collections4:4.4'
@@ -71,12 +71,12 @@ dependencies {
7171 implementation ' org.apache.commons:commons-lang3:3.11'
7272
7373 // ControlsFX https://mvnrepository.com/artifact/org.controlsfx/controlsfx
74- implementation(' org.controlsfx:controlsfx:11.0.2 ' ) {
74+ implementation(' org.controlsfx:controlsfx:11.0.3 ' ) {
7575 exclude group : ' org.openjfx'
7676 }
7777
7878 // Caffeine https://mvnrepository.com/artifact/com.github.ben-manes.caffeine/caffeine
79- implementation ' com.github.ben-manes.caffeine:caffeine:2.8.5 '
79+ implementation ' com.github.ben-manes.caffeine:caffeine:2.8.6 '
8080
8181 // Gradle plugin to use the error-prone compiler https://github.com/tbroyer/gradle-errorprone-plugin
8282 errorprone ' com.google.errorprone:error_prone_core:2.4.0'
0 commit comments