diff --git a/CHANGES.md b/CHANGES.md index d0b9722ff8..4242b8f535 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -36,6 +36,7 @@ Release Notes. * Bump up GraphQL related dependencies to latest versions. * Add `normal` to V9 service meta query. * Support `scope=ALL` catalog for metrics. +* Bump up H2 to 2.1.210 to fix CVE-2022-23221. #### UI diff --git a/dist-material/release-docs/LICENSE b/dist-material/release-docs/LICENSE index ab77bd065b..c23091ad5c 100755 --- a/dist-material/release-docs/LICENSE +++ b/dist-material/release-docs/LICENSE @@ -385,7 +385,7 @@ MPL 2.0 licenses The following components are provided under a MPL 2.0 license. See project link for details. The text of each license is also included at licenses/LICENSE-[project].txt. - H2 Database 2.0.206: http://www.h2database.com/html/main.html , MPL 2.0 or EPL 1.0 + H2 Database 2.1.210: http://www.h2database.com/html/main.html , MPL 2.0 or EPL 1.0 ======================================== CC0-1.0 licenses diff --git a/oap-server-bom/pom.xml b/oap-server-bom/pom.xml index 42fe2eb64e..eb305ceca8 100644 --- a/oap-server-bom/pom.xml +++ b/oap-server-bom/pom.xml @@ -35,7 +35,7 @@ 17.0 3.14.9 4.5.13 - 2.0.206 + 2.1.210 2.10.5 3.5.7 28.1-jre diff --git a/test/e2e-v2/java-test-service/pom.xml b/test/e2e-v2/java-test-service/pom.xml index 1a3784e6c5..9cb98190bf 100644 --- a/test/e2e-v2/java-test-service/pom.xml +++ b/test/e2e-v2/java-test-service/pom.xml @@ -48,7 +48,7 @@ 5.6.0 2.9.7 30.1.1-jre - 2.0.202 + 2.1.210 8.0.13 1.18.20 2.4.1 diff --git a/tools/dependencies/known-oap-backend-dependencies.txt b/tools/dependencies/known-oap-backend-dependencies.txt index 9de92095a8..2ecdb7e2db 100755 --- a/tools/dependencies/known-oap-backend-dependencies.txt +++ b/tools/dependencies/known-oap-backend-dependencies.txt @@ -57,7 +57,7 @@ gson-2.8.6.jar gson-fire-1.8.5.jar guava-28.1-jre.jar guice-4.1.0.jar -h2-2.0.206.jar +h2-2.1.210.jar httpasyncclient-4.1.3.jar httpclient-4.5.13.jar httpcore-4.4.13.jar