Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit abae7c4

Browse files
committed
Update dependencies
1 parent 155c778 commit abae7c4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ generated_testSrc/
2121
generated/
2222

2323
bin
24-
build
2524

2625
.env
2726
*.env

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ repositories {
1313

1414
dependencies {
1515
api 'com.squareup.okhttp3:okhttp:4.12.0'
16-
api 'com.fasterxml.jackson.core:jackson-databind:2.13.0'
17-
api 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.12.3'
18-
api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.3'
16+
api 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
17+
api 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.17.2'
18+
api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2'
1919
implementation 'javax.websocket:javax.websocket-api:1.1'
2020
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
2121
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.8.2'

0 commit comments

Comments
 (0)