Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 31bfd8d

Browse files
GH-78 Update all dependencies (#78)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a6482a commit 31bfd8d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
fail-fast: true
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3.2.0
14+
uses: actions/checkout@v3.3.0
1515
- name: Set up JDK ${{ matrix.java }}
1616
uses: actions/[email protected]
1717
with:
1818
distribution: adopt
1919
java-version: ${{ matrix.java }}
2020
- name: Cache Gradle
21-
uses: actions/[email protected].1
21+
uses: actions/[email protected].4
2222
with:
2323
path: ~/.gradle
2424
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build
2929
run: ./gradlew build
3030
- name: Upload JAR
31-
uses: actions/[email protected].1
31+
uses: actions/[email protected].2
3232
with:
3333
name: "Successfully build EternalCheck JDK${{ matrix.jdk }}"
3434
path: "build/libs/EternalCheck*.jar"

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ dependencies {
3030
implementation("net.kyori:adventure-text-minimessage:4.12.0")
3131

3232
// LiteCommands
33-
implementation("dev.rollczi.litecommands:bukkit:2.7.0")
33+
implementation("dev.rollczi.litecommands:bukkit:2.8.2")
3434

3535
// CDN
36-
implementation("net.dzikoysk:cdn:1.14.1")
36+
implementation("net.dzikoysk:cdn:1.14.3")
3737

3838
// bStats
3939
implementation("org.bstats:bstats-bukkit:3.0.0")

0 commit comments

Comments
 (0)