Skip to content

Commit 84ef20c

Browse files
GH-117 Update all dependencies
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d16ea87 commit 84ef20c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,20 @@ dependencies {
5353

5454
// metrics and sentry
5555
implementation("org.bstats:bstats-bukkit:3.1.0")
56-
implementation("io.sentry:sentry:7.20.0")
56+
implementation("io.sentry:sentry:8.0.0")
5757

5858
// database
5959
implementation("com.zaxxer:HikariCP:6.2.1")
6060
implementation("com.j256.ormlite:ormlite-jdbc:6.1")
6161
implementation("com.h2database:h2:2.3.232")
62-
implementation("org.postgresql:postgresql:42.7.4")
62+
implementation("org.postgresql:postgresql:42.7.5")
6363

6464
// lombok
6565
compileOnly("org.projectlombok:lombok:1.18.36")
6666
annotationProcessor("org.projectlombok:lombok:1.18.36")
6767

6868
// jetbrains annotations
69-
api("org.jetbrains:annotations:26.0.1")
69+
api("org.jetbrains:annotations:26.0.2")
7070

7171
// paperlib
7272
implementation("io.papermc:paperlib:1.0.8")

0 commit comments

Comments
 (0)