Skip to content

Commit 578c668

Browse files
Bump junit from 4.13.1 to 4.13.2
Bumps [junit](https://github.com/junit-team/junit4) from 4.13.1 to 4.13.2. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](junit-team/junit4@r4.13.1...r4.13.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent d1ebe9e commit 578c668

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

all/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212

1313
dependencies {
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')

bungee/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
dependencies {
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

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sourceCompatibility = 1.8
88
dependencies {
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

spigot/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
dependencies {
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")

sponge/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
dependencies {
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

velocity/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020

2121
dependencies {
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
}

0 commit comments

Comments
 (0)