Skip to content

Commit 7bc2f4e

Browse files
committed
Upgrade vulnerable deps
1 parent bea31fe commit 7bc2f4e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ repositories {
1111

1212
dependencies {
1313
implementation 'org.apache.commons:commons-lang3:3.20.0'
14-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1'
14+
implementation 'tools.jackson.core:jackson-databind:3.1.3'
1515
implementation 'org.reflections:reflections:0.10.2'
1616
compileOnly "org.projectlombok:lombok:$lombokVersion"
1717
annotationProcessor("org.projectlombok:lombok:$lombokVersion")
1818

1919
testImplementation 'junit:junit:4.13.2'
20-
testImplementation 'org.assertj:assertj-core:3.27.6'
20+
testImplementation 'org.assertj:assertj-core:3.27.7'
2121
testImplementation 'org.mockito:mockito-core:5.21.0'
2222
testImplementation 'org.awaitility:awaitility:4.3.0'
2323
testImplementation 'nl.jqno.equalsverifier:equalsverifier:4.2.5'

src/main/java/by/andd3dfx/search/wordsearch/WordSearch_IIUsingPrefixTree.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package by.andd3dfx.search.wordsearch;
22

3-
import com.fasterxml.jackson.databind.ObjectMapper;
43
import lombok.SneakyThrows;
4+
import tools.jackson.databind.ObjectMapper;
55

66
import java.util.Arrays;
77
import java.util.HashMap;

0 commit comments

Comments
 (0)