Skip to content

Commit 3f1af4f

Browse files
authored
Merge pull request #25 from noahhusby/dependabot/gradle/org.yaml-snakeyaml-1.32
Bump snakeyaml from 1.31 to 1.32
2 parents 52936b7 + fd7a852 commit 3f1af4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ allprojects {
2929
ext {
3030
husbylibVersion = "0.1." + ('git rev-list --count HEAD'.execute().text.trim())
3131
gsonVersion = "2.9.1"
32-
snakeVersion = "1.31"
32+
snakeVersion = "1.32"
3333
guavaVersion = "31.1-jre"
3434
configVersion = "1.4.2"
3535
mysqlVersion = "8.0.30"

0 commit comments

Comments
 (0)