@@ -12,8 +12,8 @@ plugins {
1212 jacoco
1313 kotlin(" jvm" ).version(" 1.3.21" )
1414 id(" org.openjfx.javafxplugin" ).version(" 0.0.7" )
15- id(" name.remal.check-updates" ) version " 1.0.114 "
16- id(" com.install4j.gradle" ) version " 7.0.9 "
15+ id(" name.remal.check-updates" ) version " 1.0.115 "
16+ id(" com.install4j.gradle" ) version " 7.0.10 "
1717 id(" org.jmailen.kotlinter" ) version " 1.22.0"
1818}
1919
@@ -54,7 +54,7 @@ dependencies {
5454 implementation(" org.controlsfx:controlsfx:9.0.0" )
5555 implementation(" org.fxmisc.richtext:richtextfx:0.9.3" )
5656 implementation(" com.dmdirc:ktirc:1.1.1" )
57- implementation(" com.uchuhimo:konf:0.13.1 " ) {
57+ implementation(" com.uchuhimo:konf:0.13.2 " ) {
5858 exclude(group = " com.moandjiezana.toml" )
5959 exclude(group = " org.eclipse.jgit" )
6060 }
@@ -66,17 +66,17 @@ dependencies {
6666 implementation(" com.bugsnag:bugsnag:3.4.4" )
6767 implementation(" com.squareup.okhttp3:okhttp:3.14.0" )
6868
69- compileOnly(" com.install4j:install4j-runtime:7.0.9 " )
69+ compileOnly(" com.install4j:install4j-runtime:7.0.10 " )
7070
7171 runtime(" org.openjfx:javafx-graphics:$javafx .version:win" )
7272 runtime(" org.openjfx:javafx-graphics:$javafx .version:linux" )
7373 runtime(" org.openjfx:javafx-graphics:$javafx .version:mac" )
7474
75- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.4.0 " )
76- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.4.0 " )
75+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.4.1 " )
76+ testImplementation(" org.junit.jupiter:junit-jupiter-params:5.4.1 " )
7777 testImplementation(" io.mockk:mockk:1.9.2" )
7878 testImplementation(" com.google.jimfs:jimfs:1.1" )
79- testRuntime(" org.junit.jupiter:junit-jupiter-engine:5.4.0 " )
79+ testRuntime(" org.junit.jupiter:junit-jupiter-engine:5.4.1 " )
8080}
8181
8282configurations.all {
0 commit comments