Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueDarkLord committed Sep 7, 2024
1 parent efa7d21 commit f014984
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ minecraft = "1.21.1"
headdatabaseapi = "1.3.1" # Not Used
placeholderapi = "2.11.6" # https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Hook-into-PlaceholderAPI
worldguard = "7.0.10" # https://dev.bukkit.org/projects/worldguard/files
worldedit = "7.3.5" # https://modrinth.com/plugin/worldedit/versions?l=bukkit
oraxen = "1.178.0" # https://github.com/oraxen/oraxen#api
worldedit = "7.3.6" # https://modrinth.com/plugin/worldedit/versions?l=bukkit
oraxen = "1.181.0" # https://github.com/oraxen/oraxen#api
vault = "1.7.1" # Never Updates: https://github.com/milkbowl/Vault
griefprevention = "17.0.0" # https://jitpack.io/#GriefPrevention/GriefPrevention
towny = "0.100.3.0" # https://github.com/TownyAdvanced/Towny?tab=readme-ov-file#current-recommended-versions
factions = "1.6.9.5-U0.6.40" # https://www.spigotmc.org/resources/factionsuuid.1035/
skyblock = "2024.1" # https://bg-software.com/superiorskyblock/
plotsquared = "7.3.8" # https://intellectualsites.gitbook.io/plotsquared/api/api-documentation
skyblock = "2024.3" # https://bg-software.com/superiorskyblock/
plotsquared = "7.3.10" # https://intellectualsites.gitbook.io/plotsquared/api/api-documentation
mcmmo = "2.1.227" # https://repo.codemc.io/service/rest/repository/browse/maven-public/com/gmail/nossr50/mcMMO/mcMMO/
kingdoms = "1.16.20.5" # https://www.spigotmc.org/resources/kingdomsx.77670/

Expand All @@ -35,15 +35,15 @@ config-me = "1.4.1" # https://mvnrepository.com/artifact/ch.jalu/co
jetbrains = "24.1.0" # Not Used
kyori = "4.17.0" # Not Used
vital = "1.5.9" # Not Used
metrics = "3.0.2" # https://mvnrepository.com/artifact/org.bstats/bstats-bukkit
metrics = "3.0.3" # https://mvnrepository.com/artifact/org.bstats/bstats-bukkit

# Paper
paperweight = "1.7.2" # https://plugins.gradle.org/plugin/io.papermc.paperweight.userdev
runPaper = "2.3.0" # https://plugins.gradle.org/plugin/xyz.jpenilla.run-paper
paperweight = "1.7.2" # https://plugins.gradle.org/plugin/io.papermc.paperweight.userdev
runPaper = "2.3.1" # https://plugins.gradle.org/plugin/xyz.jpenilla.run-paper
hangar = "0.1.2" # https://plugins.gradle.org/plugin/io.papermc.hangar-publish-plugin

# Other
shadow = "8.3.0" # https://gradleup.com/shadow/
shadow = "8.3.0" # https://gradleup.com/shadow/

# Modrinth
minotaur = "2.8.7" # https://plugins.gradle.org/plugin/com.modrinth.minotaur
Expand Down Expand Up @@ -72,8 +72,8 @@ mcmmo = { module = "com.gmail.nossr50.mcMMO:mcMMO", version.ref = "mcmmo" }

kingdoms = { module = "com.github.cryptomorin:kingdoms", version.ref = "kingdoms"}

informative-annotations = { group = "com.intellectualsites.informative-annotations", name = "informative-annotations", version = "1.3" }
paster = { group = "com.intellectualsites.paster", name = "Paster", version = "1.1.5" }
informative-annotations = { group = "com.intellectualsites.informative-annotations", name = "informative-annotations", version = "1.5" } #https://central.sonatype.com/artifact/com.intellectualsites.informative-annotations/informative-annotations
paster = { group = "com.intellectualsites.paster", name = "Paster", version = "1.1.6" } #https://mvnrepository.com/artifact/com.intellectualsites.paster

nocheatplus = { module = "fr.neatmonster:nocheatplus", version.ref = "nocheatsplus" }

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.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit f014984

Please sign in to comment.