chore(bump): bump hadoop and dnsjava versions (#11227)

This commit is contained in:
david-leifker 2024-08-23 10:26:42 -05:00 committed by GitHub
parent e1a29080ff
commit f85e9551e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -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'

View File

@ -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")
}
}