Skip to content

Commit

Permalink
⬆️ Upgrade some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
YvanMazy committed Apr 23, 2024
1 parent 7e98d18 commit 3a53de6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.16.1'
api 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.0'

// Adventure library
api('net.kyori:adventure-api:4.16.0') {
Expand Down
4 changes: 2 additions & 2 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.107.Final'
api 'io.netty:netty-all:4.1.109.Final'

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

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

test {
Expand Down

0 comments on commit 3a53de6

Please sign in to comment.