Skip to content

Commit

Permalink
GH-533 Update all dependencies (major) (#533)
Browse files Browse the repository at this point in the history
* Update all dependencies

* Revert blossom.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Martin Sulikowski <[email protected]>
  • Loading branch information
renovate[bot] and vLuckyyy authored Dec 23, 2023
1 parent 294a074 commit cce1644
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 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 cce1644

Please sign in to comment.