File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
metafacture-elasticsearch Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
2727 exclude group : ' xercesImpl' , module : ' xercesImpl'
2828 exclude group : ' xml-apis' , module : ' xml-apis'
2929 }
30- implementation ' log4j:log4j:1.2.12 '
30+ implementation ' org.apache.logging. log4j:log4j-core:2.14.1 '
3131 testImplementation ' junit:junit:4.12'
3232 testImplementation ' org.mockito:mockito-core:2.5.5'
3333}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ description = 'Modules for sending data to an Elasticsearch instance'
1919
2020dependencies {
2121 api project(' :metafacture-framework' )
22- implementation ' com.fasterxml.jackson.core:jackson-databind:2.8.5 '
22+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.13.0 '
2323 testImplementation ' junit:junit:4.12'
2424 testImplementation ' org.mockito:mockito-core:2.5.5'
2525}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
2121 api project(' :metafacture-framework' )
2222 implementation project(' :metafacture-commons' )
2323 implementation ' org.slf4j:slf4j-api:1.7.21'
24- implementation ' org.apache.commons:commons-compress:1.12 '
24+ implementation ' org.apache.commons:commons-compress:1.21 '
2525 implementation ' commons-io:commons-io:2.6'
2626 implementation ' org.jsoup:jsoup:1.12.1'
2727 testImplementation ' junit:junit:4.12'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
2121 api project(' :metafacture-framework' )
2222 implementation project(' :metafacture-commons' )
2323 implementation ' commons-io:commons-io:2.5'
24- implementation ' org.apache.commons:commons-compress:1.20 '
24+ implementation ' org.apache.commons:commons-compress:1.21 '
2525 runtimeOnly ' org.tukaani:xz:1.6'
2626 testImplementation ' junit:junit:4.12'
2727 testImplementation ' org.mockito:mockito-core:2.5.5'
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ description = 'Modules for processing JSON data in Metafacture'
1919
2020dependencies {
2121 api project(' :metafacture-framework' )
22- implementation ' com.fasterxml.jackson.core:jackson-core:2.8.5 '
23- implementation ' com.fasterxml.jackson.core:jackson-databind:2.8.5 '
22+ implementation ' com.fasterxml.jackson.core:jackson-core:2.13.0 '
23+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.13.0 '
2424 implementation ' com.jayway.jsonpath:json-path:2.6.0'
2525 testImplementation ' junit:junit:4.12'
2626 testImplementation ' org.mockito:mockito-core:2.5.5'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
2121 api project(' :metafacture-framework' )
2222 implementation project(' :metafacture-commons' )
2323 implementation ' org.slf4j:slf4j-api:1.7.21'
24- implementation ' org.apache.commons:commons-compress:1.12 '
24+ implementation ' org.apache.commons:commons-compress:1.21 '
2525 testImplementation ' junit:junit:4.12'
2626 testImplementation ' org.mockito:mockito-core:2.5.5'
2727 testRuntimeOnly ' org.slf4j:slf4j-simple:1.7.21'
You can’t perform that action at this time.
0 commit comments