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 Dec 23, 2023
1 parent 294a074 commit e650ea1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
- name: 'Set up JDK ${{ matrix.java }}'
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.0.0
with:
distribution: adopt
java-version: '${{ matrix.java }}'
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Build the Jar
run: './gradlew clean eternalcore-plugin:shadowJar'
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.0.0
with:
name: 'EternalCore'
path: eternalcore-plugin/build/libs/EternalCore*.jar
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
implementation("net.kyori:blossom:1.3.1")
implementation("net.kyori:blossom:2.1.0")
implementation("com.github.johnrengelman:shadow:8.1.1")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.21")
implementation("net.minecrell:plugin-yml:0.6.0")
Expand Down
2 changes: 1 addition & 1 deletion eternalcore-docs-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

dependencies {
compileOnly("com.google.guava:guava:32.1.3-jre")
compileOnly("com.google.guava:guava:33.0.0-jre")
compileOnly("com.google.code.gson:gson:2.10.1")
compileOnly("dev.rollczi:litecommands-framework:3.0.3")
}
2 changes: 1 addition & 1 deletion eternalcore-docs-generate/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
implementation(project(":eternalcore-core"))
implementation(project(":eternalcore-docs-api"))

implementation("com.google.guava:guava:32.1.3-jre")
implementation("com.google.guava:guava:33.0.0-jre")
implementation("com.google.code.gson:gson:2.10.1")
implementation("dev.rollczi:litecommands-framework:3.0.3")

Expand Down

0 comments on commit e650ea1

Please sign in to comment.