diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c2a751b..710d8fb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,13 +7,13 @@ indra = "3.1.3" junit = "5.11.4" [libraries] -jetbrainsAnnotations = "org.jetbrains:annotations:26.0.1" +jetbrainsAnnotations = "org.jetbrains:annotations:26.0.2-1" junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" } junit-api = { module = "org.junit.jupiter:junit-jupiter-api" } junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine" } junit-launcher = { module = "org.junit.platform:junit-platform-launcher" } stylecheck = { module = "ca.stellardrift:stylecheck", version = "0.2.1" } -jansi = { module = "org.fusesource.jansi:jansi", version = "2.4.1" } +jansi = { module = "org.fusesource.jansi:jansi", version = "2.4.2" } # unused, for renovate zCheckstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = "checkstyle" }