@@ -2,7 +2,7 @@ plugins {
2
2
`java- library`
3
3
id(" net.minecrell.plugin-yml.bukkit" ) version " 0.6.0"
4
4
id(" xyz.jpenilla.run-paper" ) version " 2.3.1"
5
- id(" com.gradleup.shadow" ) version " 8.3.6 "
5
+ id(" com.gradleup.shadow" ) version " 8.3.8 "
6
6
}
7
7
8
8
group = " com.eternalcode"
@@ -36,7 +36,7 @@ dependencies {
36
36
37
37
// gui
38
38
implementation(" dev.triumphteam:triumph-gui:3.1.11" )
39
- implementation(" de.rapha149.signgui:signgui:2.5.2 " )
39
+ implementation(" de.rapha149.signgui:signgui:2.5.3 " )
40
40
41
41
// economy
42
42
compileOnly(" com.github.MilkBowl:VaultAPI:1.7.1" )
@@ -52,7 +52,7 @@ dependencies {
52
52
53
53
// metrics and sentry
54
54
implementation(" org.bstats:bstats-bukkit:3.1.0" )
55
- implementation(" io.sentry:sentry:8.14 .0" )
55
+ implementation(" io.sentry:sentry:8.16 .0" )
56
56
57
57
// database
58
58
implementation(" com.zaxxer:HikariCP:6.3.0" )
@@ -83,12 +83,12 @@ dependencies {
83
83
implementation(" com.eternalcode:eternalcode-commons-adventure:1.1.6" )
84
84
implementation(" com.eternalcode:eternalcode-commons-bukkit:1.1.6" )
85
85
86
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.13.1 " )
87
- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.13.1 " )
88
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.13.1 " )
86
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.13.2 " )
87
+ testImplementation(" org.junit.jupiter:junit-jupiter-params:5.13.2 " )
88
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.13.2 " )
89
89
90
- testImplementation(" org.testcontainers:junit-jupiter:1.21.2 " )
91
- testImplementation(" org.testcontainers:mysql:1.21.2 " )
90
+ testImplementation(" org.testcontainers:junit-jupiter:1.21.3 " )
91
+ testImplementation(" org.testcontainers:mysql:1.21.3 " )
92
92
testImplementation(" mysql:mysql-connector-java:8.0.33" )
93
93
}
94
94
0 commit comments