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 {
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" )
You can’t perform that action at this time.
0 commit comments