Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
- quilt config: `1.3.0` -> `1.3.2`
- junit: `5.9.3` -> `5.10.3`
- hamcrest: `2.2` -> `3.0`
- jimfs: `1.2` -> `1.3.0`
  • Loading branch information
ix0rai committed Aug 7, 2024
1 parent 8380453 commit 35be79f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ syntaxpain = "0.1.5"
swing_dpi = "0.10"
fontchooser = "2.5.2"
tinylog = "2.6.2"
quilt_config = "1.3.0"
quilt_config = "1.3.2"

vineflower = "1.10.1"
cfr = "0.2.2"
procyon = "0.6.0"

proguard = "7.5.0"
junit = "5.9.3"
hamcrest = "2.2"
jimfs = "1.2"
junit = "5.10.3"
hamcrest = "3.0"
jimfs = "1.3.0"

[libraries]
guava = { module = "com.google.guava:guava", version.ref = "guava" }
Expand Down

0 comments on commit 35be79f

Please sign in to comment.