Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
git-machete-bot committed Feb 18, 2023
1 parent 306bdf1 commit f2c1db4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
checker = "3.30.0"
checker = "3.31.0"
junitJupiter = "5.9.2"

[libraries]
Expand All @@ -8,7 +8,7 @@ apacheCommonsText = "org.apache.commons:commons-text:1.10.0"
archunit = "com.tngtech.archunit:archunit:1.0.1"
betterStrings = "com.antkorwin:better-strings:0.5"
checker = { module = "org.checkerframework:checker", version.ref = "checker" }
checker-qual = { module = "org.checkerframework:checker-qual", version.ref = "checker" }
checker-qual = "org.checkerframework:checker-qual:3.30.0"
commonsIO = "commons-io:commons-io:2.11.0"
ideProbe-robotDriver = "org.virtuslab.ideprobe:robot-driver_2.13:0.51.0"
jcabi-aspects = "com.jcabi:jcabi-aspects:0.24.1"
Expand Down

0 comments on commit f2c1db4

Please sign in to comment.