Skip to content
This repository was archived by the owner on Nov 23, 2021. It is now read-only.

Commit 922d86c

Browse files
committed
Bump project dependencies
Velocity, Paper, JB Annotations, Shadow, JUnit
1 parent 46ca957 commit 922d86c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath 'com.github.jengelman.gradle.plugins:shadow:5.2.0'
11+
classpath 'com.github.jengelman.gradle.plugins:shadow:6.1.0'
1212
classpath 'gradle.plugin.net.minecrell:licenser:0.4.1'
1313
}
1414
}
@@ -32,10 +32,10 @@ subprojects {
3232
}
3333

3434
dependencies {
35-
implementation 'org.jetbrains:annotations:16.0.3'
35+
implementation 'org.jetbrains:annotations:20.1.0'
3636

37-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.1'
38-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.1'
37+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
38+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
3939
}
4040

4141
group = project.pluginGroup

debuggery-bukkit/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77

88
dependencies {
99
implementation project(':debuggery-common')
10-
implementation('com.destroystokyo.paper:paper-api:1.15.2-R0.1-SNAPSHOT') {
10+
implementation('com.destroystokyo.paper:paper-api:1.16.4-R0.1-SNAPSHOT') {
1111
exclude group: 'junit' // provides conflicting APIs for our test implementations
1212
exclude group: 'com.google.code.findbugs' // provides conflicting nullability annotations
1313
}

debuggery-velocity/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ repositories {
1111

1212
dependencies {
1313
implementation project(':debuggery-common')
14-
implementation 'com.velocitypowered:velocity-api:1.0.5'
15-
annotationProcessor 'com.velocitypowered:velocity-api:1.0.5'
14+
implementation 'com.velocitypowered:velocity-api:1.1.1'
15+
annotationProcessor 'com.velocitypowered:velocity-api:1.1.1'
1616

1717
testImplementation project (path: ":debuggery-common", configuration: 'testArtifacts')
1818
}

0 commit comments

Comments
 (0)