Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
closes #130
  • Loading branch information
derklaro committed Nov 8, 2024
1 parent 59a49b6 commit 4375755
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
[versions]

# plugins
spotless = "6.25.0"
spotless = "7.0.0.BETA4"
nexusPublish = "2.0.0"
checkstyleTools = "10.17.0"
checkstyleTools = "10.20.1"

# general
gson = "2.11.0"
geantyref = "1.3.15"
annotations = "24.1.0"
netty = "4.1.112.Final"
geantyref = "1.3.16"
annotations = "26.0.1"
netty = "4.1.114.Final"

# platform api versions
sponge = "10.0.0"
minestom = "f8b6eb0d0b"
paper = "1.21.1-R0.1-SNAPSHOT"
minestom = "f71ab6d851"
paper = "1.21.3-R0.1-SNAPSHOT"

# platform extensions
paperLib = "1.0.8"
packetEvents = "2.4.0"
protocolLib = "fb085676a9"
packetEvents = "2.6.0"
protocolLib = "6845acd89d"


[libraries]
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 4375755

Please sign in to comment.