File tree Expand file tree Collapse file tree
src/main/java/by/andd3dfx/search/wordsearch Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ repositories {
1111
1212dependencies {
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'
Original file line number Diff line number Diff line change 11package by .andd3dfx .search .wordsearch ;
22
3- import com .fasterxml .jackson .databind .ObjectMapper ;
43import lombok .SneakyThrows ;
4+ import tools .jackson .databind .ObjectMapper ;
55
66import java .util .Arrays ;
77import java .util .HashMap ;
You can’t perform that action at this time.
0 commit comments