diff --git a/licenses.yaml b/licenses.yaml index 329862d95425..11dc3d1eccd1 100644 --- a/licenses.yaml +++ b/licenses.yaml @@ -507,7 +507,7 @@ name: Apache Commons Codec license_category: binary module: java-core license_name: Apache License version 2.0 -version: 1.16.0 +version: 1.16.1 libraries: - commons-codec: commons-codec notices: @@ -632,7 +632,7 @@ name: Apache Commons Compress license_category: binary module: java-core license_name: Apache License version 2.0 -version: 1.24.0 +version: 1.26.0 libraries: - org.apache.commons: commons-compress notices: diff --git a/pom.xml b/pom.xml index acccb23703c3..beae642db40a 100644 --- a/pom.xml +++ b/pom.xml @@ -286,7 +286,7 @@ commons-codec commons-codec - 1.16.0 + 1.16.1 commons-io @@ -572,7 +572,7 @@ org.apache.commons commons-compress - 1.24.0 + 1.26.0 org.tukaani diff --git a/processing/pom.xml b/processing/pom.xml index bc1365a6f138..1fdb16ac00ff 100644 --- a/processing/pom.xml +++ b/processing/pom.xml @@ -81,6 +81,12 @@ org.apache.commons commons-compress + + + commons-codec + commons-codec + runtime + org.apache.commons commons-math3