This is an automated email from the ASF dual-hosted git repository. myskov pushed a commit to branch HDDS-10952_bump_derby in repository https://gitbox.apache.org/repos/asf/ozone.git
commit 69a9e7299a63b93aeb2b12e3535cec9290aff49f Author: Maksim Myskov <[email protected]> AuthorDate: Thu May 30 16:43:33 2024 +0300 HDDS-10952 Bump org.apache.derby:derby to mitigate CVE-2022-46337 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a5c39d8d3b..5c29673998 100644 --- a/pom.xml +++ b/pom.xml @@ -138,7 +138,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <assertj.version>3.25.3</assertj.version> <bonecp.version>0.8.0.RELEASE</bonecp.version> <bouncycastle.version>1.78.1</bouncycastle.version> - <derby.version>10.14.2.0</derby.version> + <derby.version>10.14.3.0</derby.version> <codahale-metrics.version>3.0.2</codahale-metrics.version> <dropwizard-metrics.version>3.2.6</dropwizard-metrics.version> <jacoco.version>0.8.12</jacoco.version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
