Skip to content

Commit 52f3ea8

Browse files
GH-72 Update all dependencies (#72)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ec4dda1 commit 52f3ea8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
- name: Checkout
1515
uses: actions/[email protected]
1616
- name: 'Set up JDK ${{ matrix.java }}'
17-
uses: actions/setup-java@v3.9.0
17+
uses: actions/setup-java@v3.10.0
1818
with:
1919
distribution: adopt
2020
java-version: '${{ matrix.java }}'
2121
- name: Cache Gradle
22-
uses: actions/[email protected].4
22+
uses: actions/[email protected].5
2323
with:
2424
path: ~/.gradle
2525
key: >-

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ project(":chat-formatter") {
6161
implementation("net.kyori:adventure-text-minimessage:4.12.0")
6262

6363
// LiteCommands & CDN
64-
implementation("dev.rollczi.litecommands:bukkit:2.8.2")
64+
implementation("dev.rollczi.litecommands:bukkit:2.8.3")
6565
implementation("net.dzikoysk:cdn:1.14.3")
6666

6767
// bStats

0 commit comments

Comments
 (0)