File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
eternalcore-docs-generate Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
9
9
dependencies {
10
10
implementation(" net.kyori:blossom:1.3.1" )
11
11
implementation(" com.github.johnrengelman:shadow:8.1.1" )
12
- implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20 " )
12
+ implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.21 " )
13
13
implementation(" net.minecrell:plugin-yml:0.6.0" )
14
14
}
15
15
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ eternalShadow {
44
44
)
45
45
46
46
// database
47
- library(" org.mariadb.jdbc:mariadb-java-client:3.3.0 " )
48
- library(" org.postgresql:postgresql:42.6 .0" )
47
+ library(" org.mariadb.jdbc:mariadb-java-client:3.3.1 " )
48
+ library(" org.postgresql:postgresql:42.7 .0" )
49
49
library(" com.h2database:h2:2.1.214" )
50
50
library(" com.j256.ormlite:ormlite-jdbc:6.1" )
51
51
library(" com.zaxxer:HikariCP:5.1.0" )
@@ -61,7 +61,7 @@ eternalShadow {
61
61
// common libraries
62
62
library(" org.panda-lang:expressible:1.3.6" )
63
63
library(" org.panda-lang:panda-utilities:0.5.3-alpha" )
64
- library(" commons-io:commons-io:2.15.0 " )
64
+ library(" commons-io:commons-io:2.15.1 " )
65
65
libraryRelocate(
66
66
" panda.std" ,
67
67
" panda.utilities" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
21
21
runtimeOnly(" dev.rollczi:liteskullapi:1.3.0" )
22
22
runtimeOnly(" org.panda-lang:expressible:1.3.6" )
23
23
runtimeOnly(" org.panda-lang:panda-utilities:0.5.3-alpha" )
24
- runtimeOnly(" commons-io:commons-io:2.15.0 " )
24
+ runtimeOnly(" commons-io:commons-io:2.15.1 " )
25
25
runtimeOnly(" dev.triumphteam:triumph-gui:3.1.7" )
26
26
runtimeOnly(" org.bstats:bstats-bukkit:3.0.2" )
27
27
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments