Skip to content

Commit 32e881e

Browse files
dependency: Update patch
1 parent e98be2c commit 32e881e

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/gradle.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: adopt
2424
java-version: '${{ matrix.java }}'
2525
- name: Cache Gradle
26-
uses: actions/[email protected].2
26+
uses: actions/[email protected].3
2727
with:
2828
path: ~/.gradle/caches
2929
key: >-
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build the Jar
3636
run: './gradlew clean eternalcore-plugin:shadowJar'
3737
- name: Upload a Build Artifact
38-
uses: actions/[email protected].1
38+
uses: actions/[email protected].2
3939
with:
4040
name: 'EternalCore'
4141
path: eternalcore-plugin/build/libs/EternalCore*.jar

buildSrc/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
dependencies {
1010
implementation("net.kyori:blossom:1.3.1")
1111
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.6")
12-
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.10")
12+
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20")
1313
implementation("net.minecrell:plugin-yml:0.6.0")
1414
}
1515

buildSrc/src/main/kotlin/Versions.kt

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ object Versions {
2626
const val LITE_COMMANDS = "3.9.7"
2727
const val LITE_SKULL_API = "1.3.0"
2828

29-
const val GUAVA = "33.4.0-jre"
29+
const val GUAVA = "33.4.5-jre"
3030
const val GSON = "2.12.1"
3131

3232
const val EXPRESSIBLE = "1.3.6"
@@ -44,9 +44,9 @@ object Versions {
4444
// tests
4545
const val EXPRESSIBLE_JUNIT = "1.3.6"
4646
const val GROOVY_ALL = "3.0.24"
47-
const val JUNIT_JUPITER_API = "5.12.0"
48-
const val JUNIT_JUPITER_PARAMS = "5.12.0"
49-
const val JUNIT_JUPITER_ENGINE = "5.12.0"
50-
const val MOCKITO_CORE = "5.16.0"
47+
const val JUNIT_JUPITER_API = "5.12.1"
48+
const val JUNIT_JUPITER_PARAMS = "5.12.1"
49+
const val JUNIT_JUPITER_ENGINE = "5.12.1"
50+
const val MOCKITO_CORE = "5.16.1"
5151

5252
}

buildSrc/src/main/kotlin/eternalcode-java.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ configurations.named("checkstyle") {
2121
resolutionStrategy {
2222
capabilitiesResolution {
2323
withCapability("com.google.collections:google-collections") {
24-
select("com.google.guava:guava:33.4.0-jre")
24+
select("com.google.guava:guava:33.4.5-jre")
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)