Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
git-machete-bot authored and mkondratek committed Oct 4, 2022
1 parent 2c80601 commit bdf1343
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
Expand Up @@ -2,13 +2,13 @@
# throughout the whole project. This way of applying plugins was needed for the build-related code in buildSrc/src/main/,
# see https://docs.gradle.org/current/samples/sample_convention_plugins.html#things_to_note
[versions]
checker = "3.25.0"
checker = "3.26.0"
ideProbe = "0.45.0"
powerMock = "2.0.9"

[libraries]
# Libraries
archunit = "com.tngtech.archunit:archunit:0.23.1"
archunit = "com.tngtech.archunit:archunit:1.0.0"
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" }
Expand Down

0 comments on commit bdf1343

Please sign in to comment.