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 Nov 27, 2024
1 parent 4b4f643 commit 8602fb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- 21
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2
- name: 'Set up JDK ${{ matrix.java }}'
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.5.0
with:
distribution: temurin
java-version: '${{ matrix.java }}'
Expand Down
2 changes: 1 addition & 1 deletion commons-bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

dependencies {
api("org.jetbrains:annotations:24.1.0")
api("org.jetbrains:annotations:26.0.1")

compileOnly("io.papermc.paper:paper-api:1.19.4-R0.1-SNAPSHOT")
testImplementation("io.papermc.paper:paper-api:1.19.4-R0.1-SNAPSHOT")
Expand Down

0 comments on commit 8602fb5

Please sign in to comment.