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

Commit 7c77f34

Browse files
Update all dependencies
1 parent b0b8cfa commit 7c77f34

File tree

7 files changed

+42
-36
lines changed

7 files changed

+42
-36
lines changed

β€Ž.github/workflows/codeql-analysis.ymlβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@v4
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL
46-
uses: github/codeql-action/init@v2
46+
uses: github/codeql-action/init@v3
4747
with:
4848
languages: ${{ matrix.language }}
4949
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -54,7 +54,7 @@ jobs:
5454
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5555
# If this step fails, then you should remove it and run the build manually (see below)
5656
- name: Autobuild
57-
uses: github/codeql-action/autobuild@v2
57+
uses: github/codeql-action/autobuild@v3
5858

5959
# ℹ️ Command-line programs to run using the OS shell.
6060
# πŸ“š https://git.io/JvXDl
@@ -68,4 +68,4 @@ jobs:
6868
# make release
6969

7070
- name: Perform CodeQL Analysis
71-
uses: github/codeql-action/analyze@v2
71+
uses: github/codeql-action/analyze@v3

β€Ž.github/workflows/gradle.ymlβ€Ž

Lines changed: 4 additions & 4 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.5.0
14+
uses: actions/checkout@v4.1.4
1515
- name: Set up JDK ${{ matrix.java }}
16-
uses: actions/setup-java@v3.11.0
16+
uses: actions/setup-java@v4.2.1
1717
with:
1818
distribution: adopt
1919
java-version: ${{ matrix.java }}
2020
- name: Cache Gradle
21-
uses: actions/cache@v3.3.1
21+
uses: actions/cache@v4.0.2
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/upload-artifact@v3.1.2
31+
uses: actions/upload-artifact@v4.3.3
3232
with:
3333
name: "Successfully build EternalCheck JDK${{ matrix.jdk }}"
3434
path: "build/libs/EternalCheck*.jar"

β€Žbuild.gradle.ktsβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
33
plugins {
44
id("java-library")
55
id("com.github.johnrengelman.shadow") version "8.1.1"
6-
id("net.minecrell.plugin-yml.bukkit") version "0.5.3"
7-
id("xyz.jpenilla.run-paper") version "2.0.1"
6+
id("net.minecrell.plugin-yml.bukkit") version "0.6.0"
7+
id("xyz.jpenilla.run-paper") version "2.2.4"
88
}
99

1010
group = "com.eternalcode"
@@ -26,11 +26,11 @@ dependencies {
2626
compileOnly("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT")
2727

2828
// Kyori Adventure
29-
implementation("net.kyori:adventure-platform-bukkit:4.3.0")
30-
implementation("net.kyori:adventure-text-minimessage:4.13.0")
29+
implementation("net.kyori:adventure-platform-bukkit:4.3.2")
30+
implementation("net.kyori:adventure-text-minimessage:4.16.0")
3131

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

3535
// CDN
3636
implementation("net.dzikoysk:cdn:1.14.4")
-17.7 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
44
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

β€Žgradlewβ€Ž

Lines changed: 17 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žgradlew.batβ€Ž

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)