You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2022/06/30 10:43:49 UTC

[activemq-artemis] branch main updated: ARTEMIS-3878: Update to Derby test dep to 10.14.2.0

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 2f361b1d40 ARTEMIS-3878: Update to Derby test dep to 10.14.2.0
2f361b1d40 is described below

commit 2f361b1d4075a6ef79716bc630b43bde2cbed418
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Thu Jun 30 10:35:31 2022 +0100

    ARTEMIS-3878: Update to Derby test dep to 10.14.2.0
    
    This closes #4129
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1ddf552cef..1fee723cbb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
       <commons.config.version>2.7</commons.config.version>
       <commons.lang.version>3.12.0</commons.lang.version>
       <activemq5-version>5.17.1</activemq5-version>
-      <apache.derby.version>10.11.1.1</apache.derby.version>
+      <apache.derby.version>10.14.2.0</apache.derby.version>
       <commons.beanutils.version>1.9.4</commons.beanutils.version>
       <commons.dbcp2.version>2.7.0</commons.dbcp2.version>
       <commons.pool2.version>2.7.0</commons.pool2.version>