Skip to content

Commit

Permalink
build(deps): bump the gradle group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
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](google/gson@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 9, 2024
1 parent 36e627d commit 56baaf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand All @@ -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" }
Expand Down

0 comments on commit 56baaf8

Please sign in to comment.