Skip to content

Commit 97821cc

Browse files
dependency: Update minor
1 parent 4a2a24e commit 97821cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object Versions {
1111
const val JETBRAINS_ANNOTATIONS = "24.1.0"
1212

1313
const val ADVENTURE_PLATFORM_BUKKIT = "4.3.4"
14-
const val ADVENTURE_API = "4.18.0"
14+
const val ADVENTURE_API = "4.19.0"
1515

1616
const val VAULT_API = "1.7.1"
1717

eternaleconomy-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252

5353
compileOnly("me.clip:placeholderapi:${Versions.PLACEHOLDER_API}")
5454

55-
testImplementation(platform("org.junit:junit-bom:5.11.4"))
55+
testImplementation(platform("org.junit:junit-bom:5.12.0"))
5656
testImplementation("org.junit.jupiter:junit-jupiter")
5757
jmh("org.openjdk.jmh:jmh-core:1.37")
5858
jmh("org.openjdk.jmh:jmh-generator-annprocess:1.37")

0 commit comments

Comments
 (0)