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 Sep 20, 2023
1 parent f8a6dab commit 9b78dd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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

0 comments on commit 9b78dd4

Please sign in to comment.