Skip to content

Commit 7ce8a2d

Browse files
GH-136 Update all dependencies
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d4dab36 commit 7ce8a2d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v5
1616
- name: Set up JDK 17
17-
uses: actions/setup-java@v4
17+
uses: actions/setup-java@v5
1818
with:
1919
java-version: '17'
2020
distribution: 'temurin'

build.gradle.kts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
plugins {
22
`java-library`
33
id("net.minecrell.plugin-yml.bukkit") version "0.6.0"
4-
id("xyz.jpenilla.run-paper") version "2.3.1"
5-
id("com.gradleup.shadow") version "9.0.2"
4+
id("xyz.jpenilla.run-paper") version "3.0.0"
5+
id("com.gradleup.shadow") version "9.1.0"
66
}
77

88
group = "com.eternalcode"
@@ -26,8 +26,8 @@ dependencies {
2626
compileOnly("org.spigotmc:spigot-api:1.21.5-R0.1-SNAPSHOT")
2727
implementation("net.kyori:adventure-platform-bukkit:4.4.1")
2828
implementation("net.kyori:adventure-text-minimessage:4.24.0")
29-
implementation("dev.rollczi:litecommands-bukkit:3.10.4")
30-
implementation("dev.rollczi:litecommands-adventure:3.10.4")
29+
implementation("dev.rollczi:litecommands-bukkit:3.10.5")
30+
implementation("dev.rollczi:litecommands-adventure:3.10.5")
3131

3232
// skull api
3333
implementation("dev.rollczi:liteskullapi:2.0.0")
@@ -47,20 +47,20 @@ dependencies {
4747

4848
// metrics and sentry
4949
implementation("org.bstats:bstats-bukkit:3.1.0")
50-
implementation("io.sentry:sentry:8.19.1")
50+
implementation("io.sentry:sentry:8.21.1")
5151

5252
// database
53-
implementation("com.zaxxer:HikariCP:7.0.1")
53+
implementation("com.zaxxer:HikariCP:7.0.2")
5454
implementation("com.j256.ormlite:ormlite-jdbc:6.1")
5555
implementation("com.h2database:h2:2.3.232")
5656
implementation("org.postgresql:postgresql:42.7.7")
5757

5858
// lombok
59-
compileOnly("org.projectlombok:lombok:1.18.38")
60-
annotationProcessor("org.projectlombok:lombok:1.18.38")
59+
compileOnly("org.projectlombok:lombok:1.18.40")
60+
annotationProcessor("org.projectlombok:lombok:1.18.40")
6161

6262
// jetbrains annotations
63-
api("org.jetbrains:annotations:26.0.2")
63+
api("org.jetbrains:annotations:26.0.2-1")
6464

6565
// paperlib
6666
implementation("io.papermc:paperlib:1.0.8")
@@ -75,8 +75,8 @@ dependencies {
7575
implementation("com.spotify:completable-futures:0.3.6")
7676

7777
// eternalcode-commons
78-
implementation("com.eternalcode:eternalcode-commons-adventure:1.3.0")
79-
implementation("com.eternalcode:eternalcode-commons-bukkit:1.3.0")
78+
implementation("com.eternalcode:eternalcode-commons-adventure:1.3.1")
79+
implementation("com.eternalcode:eternalcode-commons-bukkit:1.3.1")
8080

8181
// caffeine
8282
implementation("com.github.ben-manes.caffeine:caffeine:3.2.2")

0 commit comments

Comments
 (0)