File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
8
8
}
9
9
10
10
dependencies {
11
- implementation(" com.gradleup.shadow:shadow-gradle-plugin:8.3.3 " )
11
+ implementation(" com.gradleup.shadow:shadow-gradle-plugin:8.3.5 " )
12
12
implementation(" net.minecrell:plugin-yml:0.6.0" )
13
13
implementation(" xyz.jpenilla:run-task:2.3.1" )
14
14
implementation(" me.champeau.jmh:jmh-gradle-plugin:0.7.2" )
Original file line number Diff line number Diff line change @@ -2,23 +2,23 @@ object Versions {
2
2
3
3
const val SPIGOT_API = " 1.19.4-R0.1-SNAPSHOT"
4
4
5
- const val OKAERI_CONFIGS = " 5.0.3 "
5
+ const val OKAERI_CONFIGS = " 5.0.5 "
6
6
const val LITE_COMMANDS = " 3.6.0-SNAPSHOT"
7
7
8
8
const val ETERNALCODE_COMMONS = " 1.1.5"
9
- const val MULTIFICATION = " 1.1.3 "
9
+ const val MULTIFICATION = " 1.1.4 "
10
10
11
11
const val JETBRAINS_ANNOTATIONS = " 24.1.0"
12
12
13
- const val ADVENTURE_PLATFORM_BUKKIT = " 4.3.3 "
13
+ const val ADVENTURE_PLATFORM_BUKKIT = " 4.3.4 "
14
14
const val ADVENTURE_API = " 4.17.0"
15
15
16
- const val VAULT_API = " 1.7"
16
+ const val VAULT_API = " 1.7.1 "
17
17
18
18
const val PLACEHOLDER_API = " 2.11.6"
19
19
20
20
const val MARIA_DB = " 3.4.1"
21
- const val POSTGRESQL = " 42.7.3 "
21
+ const val POSTGRESQL = " 42.7.4 "
22
22
const val H2 = " 2.1.214"
23
23
const val ORMLITE = " 6.1"
24
24
const val HIKARI_CP = " 5.1.0"
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ dependencies {
52
52
53
53
compileOnly(" me.clip:placeholderapi:${Versions .PLACEHOLDER_API } " )
54
54
55
- testImplementation(platform(" org.junit:junit-bom:5.11.2 " ))
55
+ testImplementation(platform(" org.junit:junit-bom:5.11.4 " ))
56
56
testImplementation(" org.junit.jupiter:junit-jupiter" )
57
57
jmh(" org.openjdk.jmh:jmh-core:1.37" )
58
58
jmh(" org.openjdk.jmh:jmh-generator-annprocess:1.37" )
You can’t perform that action at this time.
0 commit comments