Skip to content

Commit 2d84b76

Browse files
committed
⬆️ Upgrade some dependencies
1 parent c06c39a commit 2d84b76

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

api/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies {
22
// Configuration
3-
api 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.2'
3+
api 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.0'
44

55
// Logging
6-
api 'org.fusesource.jansi:jansi:2.4.1'
6+
api 'org.jline:jline-terminal-jansi:3.29.0'
77

88
// Adventure library
99
def version = '4.21.0'
@@ -16,7 +16,7 @@ dependencies {
1616
api "net.kyori:adventure-text-logger-slf4j:$version"
1717
api "net.kyori:adventure-text-minimessage:$version"
1818

19-
api 'com.google.code.gson:gson:2.11.0'
19+
api 'com.google.code.gson:gson:2.13.1'
2020
}
2121

2222
configurations {

0 commit comments

Comments
 (0)