Skip to content

Bump junit from 4.13.1 to 4.13.2 #83

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: stable
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion all/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
testCompile group: 'junit', name: 'junit', version: '4.13.1'
testCompile group: 'junit', name: 'junit', version: '4.13.2'

compile project(':core')
compile project(':bungee')
Expand Down
2 changes: 1 addition & 1 deletion bungee/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
dependencies {
implementation "net.kyori:adventure-platform-bungeecord:$adventureAPIPlatform"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
testCompile group: 'junit', name: 'junit', version: '4.13.1'
testCompile group: 'junit', name: 'junit', version: '4.13.2'
compileOnly 'net.md-5:bungeecord-api:1.16-R0.3'
}

Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sourceCompatibility = 1.8
dependencies {
implementation "net.kyori:adventure-platform-api:$adventureAPIPlatform"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
testCompile group: 'junit', name: 'junit', version: '4.13.1'
testCompile group: 'junit', name: 'junit', version: '4.13.2'

implementation ('com.google.code.gson:gson:2.8.6')

Expand Down
2 changes: 1 addition & 1 deletion spigot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
testCompile group: 'junit', name: 'junit', version: '4.13.1'
testCompile group: 'junit', name: 'junit', version: '4.13.2'
compile "net.kyori:adventure-platform-bukkit:$adventureAPIPlatform"
api'fr.minuskube.inv:smart-invs:1.2.7'
api ("me.lucko:helper:5.6.5")
Expand Down
2 changes: 1 addition & 1 deletion sponge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
dependencies {
implementation "net.kyori:adventure-platform-spongeapi:$adventureAPIPlatform"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
testCompile group: 'junit', name: 'junit', version: '4.13.1'
testCompile group: 'junit', name: 'junit', version: '4.13.2'
compileOnly 'org.spongepowered:spongeapi:7.1.0'
}

Expand Down
2 changes: 1 addition & 1 deletion velocity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
testCompile group: 'junit', name: 'junit', version: '4.13.1'
testCompile group: 'junit', name: 'junit', version: '4.13.2'
compileOnly 'com.velocitypowered:velocity-api:3.0.0'
annotationProcessor 'com.velocitypowered:velocity-api:3.0.0'
}
Expand Down