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 {
12
12
13
13
dependencies {
14
14
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 '
16
16
17
17
compile project(' :core' )
18
18
compile project(' :bungee' )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ repositories {
16
16
dependencies {
17
17
implementation " net.kyori:adventure-platform-bungeecord:$adventureAPIPlatform "
18
18
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 '
20
20
compileOnly ' net.md-5:bungeecord-api:1.16-R0.3'
21
21
}
22
22
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ sourceCompatibility = 1.8
8
8
dependencies {
9
9
implementation " net.kyori:adventure-platform-api:$adventureAPIPlatform "
10
10
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 '
12
12
13
13
implementation (' com.google.code.gson:gson:2.8.6' )
14
14
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
21
21
22
22
dependencies {
23
23
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 '
25
25
compile " net.kyori:adventure-platform-bukkit:$adventureAPIPlatform "
26
26
api' fr.minuskube.inv:smart-invs:1.2.7'
27
27
api (" me.lucko:helper:5.6.5" )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ repositories {
14
14
dependencies {
15
15
implementation " net.kyori:adventure-platform-spongeapi:$adventureAPIPlatform "
16
16
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 '
18
18
compileOnly ' org.spongepowered:spongeapi:7.1.0'
19
19
}
20
20
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repositories {
20
20
21
21
dependencies {
22
22
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 '
24
24
compileOnly ' com.velocitypowered:velocity-api:1.1.0-SNAPSHOT'
25
25
annotationProcessor ' com.velocitypowered:velocity-api:1.1.0-SNAPSHOT'
26
26
}
You can’t perform that action at this time.
0 commit comments