Skip to content

Commit

Permalink
⬆️ Upgrade some other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
YvanMazy committed Sep 3, 2024
1 parent 50ff13e commit bd89156
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
// Configuration
api 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.1'
api 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.2'

// Adventure library
api('net.kyori:adventure-api:4.17.0') {
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ allprojects {
api 'org.tinylog:tinylog-impl:2.7.0'

// Networking
api 'io.netty:netty-all:4.1.111.Final'
api 'io.netty:netty-all:4.1.112.Final'

// Annotations
api 'org.jetbrains:annotations:24.1.0'

testImplementation platform('org.junit:junit-bom:5.10.2')
testImplementation platform('org.junit:junit-bom:5.11.0')
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation 'org.mockito:mockito-core:5.12.0'
testImplementation 'org.mockito:mockito-core:5.13.0'
}

test {
Expand Down

0 comments on commit bd89156

Please sign in to comment.