Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent 24fade5 commit f36fcef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ object Versions {

const val SPIGOT_API = "1.17.1-R0.1-SNAPSHOT"

const val JUNIT_JUPITER_API = "5.10.3"
const val JUNIT_JUPITER_PARAMS = "5.10.3"
const val JUNIT_JUPITER_ENGINE = "5.10.3"
const val JUNIT_JUPITER_API = "5.11.0"
const val JUNIT_JUPITER_PARAMS = "5.11.0"
const val JUNIT_JUPITER_ENGINE = "5.11.0"

const val ETERNALCODE_COMMONS = "1.1.3"
// TODO: Multification.
Expand All @@ -24,7 +24,7 @@ object Versions {
const val CAFFEINE = "3.1.8"

const val B_STATS_BUKKIT = "3.0.2"
const val WORLD_GUARD_BUKKIT = "7.0.9"
const val WORLD_GUARD_BUKKIT = "7.0.10"

const val PLACEHOLDER_API = "2.11.6"

Expand Down

0 comments on commit f36fcef

Please sign in to comment.