File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repositories {
1212
1313dependencies {
1414 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
15- testCompile group : ' junit' , name : ' junit' , version : ' 4.13.1 '
15+ testCompile group : ' junit' , name : ' junit' , version : ' 4.13.2 '
1616
1717 compile project(' :core' )
1818 compile project(' :bungee' )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ repositories {
1616dependencies {
1717 implementation " net.kyori:adventure-platform-bungeecord:$adventureAPIPlatform "
1818 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
19- testCompile group : ' junit' , name : ' junit' , version : ' 4.13.1 '
19+ testCompile group : ' junit' , name : ' junit' , version : ' 4.13.2 '
2020 compileOnly ' net.md-5:bungeecord-api:1.16-R0.3'
2121}
2222
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ sourceCompatibility = 1.8
88dependencies {
99 implementation " net.kyori:adventure-platform-api:$adventureAPIPlatform "
1010 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
11- testCompile group : ' junit' , name : ' junit' , version : ' 4.13.1 '
11+ testCompile group : ' junit' , name : ' junit' , version : ' 4.13.2 '
1212
1313 implementation (' com.google.code.gson:gson:2.8.6' )
1414
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
2121
2222dependencies {
2323 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
24- testCompile group : ' junit' , name : ' junit' , version : ' 4.13.1 '
24+ testCompile group : ' junit' , name : ' junit' , version : ' 4.13.2 '
2525 compile " net.kyori:adventure-platform-bukkit:$adventureAPIPlatform "
2626 api' fr.minuskube.inv:smart-invs:1.2.7'
2727 api (" me.lucko:helper:5.6.5" )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ repositories {
1414dependencies {
1515 implementation " net.kyori:adventure-platform-spongeapi:$adventureAPIPlatform "
1616 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
17- testCompile group : ' junit' , name : ' junit' , version : ' 4.13.1 '
17+ testCompile group : ' junit' , name : ' junit' , version : ' 4.13.2 '
1818 compileOnly ' org.spongepowered:spongeapi:7.1.0'
1919}
2020
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repositories {
2020
2121dependencies {
2222 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
23- testCompile group : ' junit' , name : ' junit' , version : ' 4.13.1 '
23+ testCompile group : ' junit' , name : ' junit' , version : ' 4.13.2 '
2424 compileOnly ' com.velocitypowered:velocity-api:3.0.0'
2525 annotationProcessor ' com.velocitypowered:velocity-api:3.0.0'
2626}
You can’t perform that action at this time.
0 commit comments