File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- name : Set up JDK 17
17
17
uses : actions/setup-java@v4
18
18
with :
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
33
33
implementation(" dev.rollczi:liteskullapi:2.0.0" )
34
34
35
35
// gui
36
- implementation(" dev.triumphteam:triumph-gui:3.1.11 " )
36
+ implementation(" dev.triumphteam:triumph-gui:3.1.12 " )
37
37
implementation(" de.rapha149.signgui:signgui:2.5.4" )
38
38
39
39
// CDN
@@ -47,7 +47,7 @@ dependencies {
47
47
48
48
// metrics and sentry
49
49
implementation(" org.bstats:bstats-bukkit:3.1.0" )
50
- implementation(" io.sentry:sentry:8.18 .0" )
50
+ implementation(" io.sentry:sentry:8.19 .0" )
51
51
52
52
// database
53
53
implementation(" com.zaxxer:HikariCP:7.0.1" )
You can’t perform that action at this time.
0 commit comments