Skip to content

Commit a81f2bf

Browse files
committed
Update dependencies
Updated commons-compress, log4j & jackson-databind to close some critical and high threats.
1 parent 88ca5fc commit a81f2bf

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

metafacture-biblio/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

metafacture-elasticsearch/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ description = 'Modules for sending data to an Elasticsearch instance'
1919

2020
dependencies {
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
}

metafacture-html/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

metafacture-io/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

metafacture-json/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ description = 'Modules for processing JSON data in Metafacture'
1919

2020
dependencies {
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'

metafacture-xml/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)