File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,20 +53,20 @@ dependencies {
53
53
54
54
// metrics and sentry
55
55
implementation(" org.bstats:bstats-bukkit:3.1.0" )
56
- implementation(" io.sentry:sentry:7.20 .0" )
56
+ implementation(" io.sentry:sentry:8.0 .0" )
57
57
58
58
// database
59
59
implementation(" com.zaxxer:HikariCP:6.2.1" )
60
60
implementation(" com.j256.ormlite:ormlite-jdbc:6.1" )
61
61
implementation(" com.h2database:h2:2.3.232" )
62
- implementation(" org.postgresql:postgresql:42.7.4 " )
62
+ implementation(" org.postgresql:postgresql:42.7.5 " )
63
63
64
64
// lombok
65
65
compileOnly(" org.projectlombok:lombok:1.18.36" )
66
66
annotationProcessor(" org.projectlombok:lombok:1.18.36" )
67
67
68
68
// jetbrains annotations
69
- api(" org.jetbrains:annotations:26.0.1 " )
69
+ api(" org.jetbrains:annotations:26.0.2 " )
70
70
71
71
// paperlib
72
72
implementation(" io.papermc:paperlib:1.0.8" )
You can’t perform that action at this time.
0 commit comments