mirror of
https://github.com/datahub-project/datahub.git
synced 2025-06-27 05:03:31 +00:00
chore(bump): bump hadoop and dnsjava versions (#11227)
This commit is contained in:
parent
e1a29080ff
commit
f85e9551e8
@ -49,7 +49,7 @@ buildscript {
|
||||
ext.log4jVersion = '2.23.1'
|
||||
ext.slf4jVersion = '1.7.36'
|
||||
ext.logbackClassic = '1.4.14'
|
||||
ext.hadoop3Version = '3.3.5'
|
||||
ext.hadoop3Version = '3.3.6'
|
||||
ext.kafkaVersion = '5.5.15'
|
||||
ext.hazelcastVersion = '5.3.6'
|
||||
ext.ebeanVersion = '12.16.1'
|
||||
|
@ -49,6 +49,9 @@ dependencies {
|
||||
implementation('io.airlift:aircompressor:0.27') {
|
||||
because("CVE-2024-36114")
|
||||
}
|
||||
implementation('dnsjava:dnsjava:3.6.1') {
|
||||
because("CVE-2024-25638")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user