From 56baaf8b8eae454892097abdaee271df46ac067d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 22:36:52 +0000 Subject: [PATCH] build(deps): bump the gradle group across 1 directory with 3 updates Bumps the gradle group with 3 updates in the / directory: [com.google.code.gson:gson](https://github.com/google/gson), [com.google.guava:guava](https://github.com/google/guava) and [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml). Updates `com.google.code.gson:gson` from 2.10.1 to 2.11.0 - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.10.1...gson-parent-2.11.0) Updates `com.google.guava:guava` from 33.2.1-jre to 33.3.1-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `org.yaml:snakeyaml` from 2.2 to 2.3 - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.3..snakeyaml-2.2) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production dependency-group: gradle - dependency-name: com.google.guava:guava dependency-type: direct:production dependency-group: gradle - dependency-name: org.yaml:snakeyaml dependency-type: direct:production dependency-group: gradle ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b0e09a4..9f6619a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -25,8 +25,8 @@ cloud-velocity = { module = "org.incendo:cloud-velocity", version.ref = "cloud-m cloud-minecraftExtras = { module = "org.incendo:cloud-minecraft-extras", version.ref = "cloud-minecraft" } # Google -gson = { module = "com.google.code.gson:gson", version = "2.10.1" } -guava = { module = "com.google.guava:guava", version = "33.2.1-jre" } +gson = { module = "com.google.code.gson:gson", version = "2.11.0" } +guava = { module = "com.google.guava:guava", version = "33.3.1-jre" } miniplaceholders = { module = "io.github.miniplaceholders:miniplaceholders-api", version = "2.2.3" } @@ -35,7 +35,7 @@ partyAndFriends-velocity = { module = "de.simonsator:VelocityPoweredPartyAndFrie premiumvanish = { module = "com.github.LeonMangler:PremiumVanishAPI", version = "2.9.0-4" } slf4j = { module = "org.slf4j:slf4j-api", version = "2.0.12" } -snakeyaml = { module = "org.yaml:snakeyaml", version = "2.2" } +snakeyaml = { module = "org.yaml:snakeyaml", version = "2.3" } # Platforms bungeecord-api = { module = "net.md-5:bungeecord-api", version = "1.21-R0.1-SNAPSHOT" }