Skip to content

Commit

Permalink
GH-539 Update all dependencies (#539)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 23, 2023
1 parent af74e88 commit 60279da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: 'Set up JDK ${{ matrix.java }}'
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
distribution: adopt
java-version: '${{ matrix.java }}'
Expand Down
4 changes: 2 additions & 2 deletions eternalcore-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ dependencies {
compileOnly("me.clip:placeholderapi:2.11.3")

// Lombok
compileOnly("org.projectlombok:lombok:1.18.28")
annotationProcessor("org.projectlombok:lombok:1.18.28")
compileOnly("org.projectlombok:lombok:1.18.30")
annotationProcessor("org.projectlombok:lombok:1.18.30")

//GitCheck
implementation("com.eternalcode:gitcheck:1.0.0")
Expand Down
2 changes: 1 addition & 1 deletion eternalcore-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
`eternalcode-java`
`eternalcore-repositories`
`eternalcore-shadow-compiler`
id("xyz.jpenilla.run-paper") version "2.1.0"
id("xyz.jpenilla.run-paper") version "2.2.0"
}

eternalShadowCompiler {
Expand Down

0 comments on commit 60279da

Please sign in to comment.