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 {
27
27
exclude group : ' xercesImpl' , module : ' xercesImpl'
28
28
exclude group : ' xml-apis' , module : ' xml-apis'
29
29
}
30
- implementation ' log4j:log4j:1.2.12 '
30
+ implementation ' org.apache.logging. log4j:log4j-core:2.14.1 '
31
31
testImplementation ' junit:junit:4.12'
32
32
testImplementation ' org.mockito:mockito-core:2.5.5'
33
33
}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ description = 'Modules for sending data to an Elasticsearch instance'
19
19
20
20
dependencies {
21
21
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 '
23
23
testImplementation ' junit:junit:4.12'
24
24
testImplementation ' org.mockito:mockito-core:2.5.5'
25
25
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
21
21
api project(' :metafacture-framework' )
22
22
implementation project(' :metafacture-commons' )
23
23
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 '
25
25
implementation ' commons-io:commons-io:2.6'
26
26
implementation ' org.jsoup:jsoup:1.12.1'
27
27
testImplementation ' junit:junit:4.12'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
21
21
api project(' :metafacture-framework' )
22
22
implementation project(' :metafacture-commons' )
23
23
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 '
25
25
runtimeOnly ' org.tukaani:xz:1.6'
26
26
testImplementation ' junit:junit:4.12'
27
27
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'
19
19
20
20
dependencies {
21
21
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 '
24
24
implementation ' com.jayway.jsonpath:json-path:2.6.0'
25
25
testImplementation ' junit:junit:4.12'
26
26
testImplementation ' org.mockito:mockito-core:2.5.5'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
21
21
api project(' :metafacture-framework' )
22
22
implementation project(' :metafacture-commons' )
23
23
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 '
25
25
testImplementation ' junit:junit:4.12'
26
26
testImplementation ' org.mockito:mockito-core:2.5.5'
27
27
testRuntimeOnly ' org.slf4j:slf4j-simple:1.7.21'
You can’t perform that action at this time.
0 commit comments