Skip to content

Commit 7ee4873

Browse files
authored
Merge branch 'main' into dependabot/gradle/com.google.code.gson-gson-2.13.1
2 parents d8b854a + bfcbbf2 commit 7ee4873

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ dependencies {
6161
// https://mvnrepository.com/artifact/org.mockito/mockito-core
6262
testImplementation 'org.mockito:mockito-core:4.9.0'
6363
testImplementation 'org.hamcrest:hamcrest:3.0'
64-
testImplementation 'com.squareup.okio:okio:3.10.2'
64+
testImplementation 'com.squareup.okio:okio:3.11.0'
6565
testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
66-
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3'
66+
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.0'
6767

6868
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
69-
compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.3'
69+
compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.19.0'
7070

7171
// Lombok
7272
compileOnly 'org.projectlombok:lombok:1.18.38'

0 commit comments

Comments
 (0)