You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2019/08/26 10:55:34 UTC

[camel] branch master updated: Update openjpa

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new f5e2ec3  Update openjpa
f5e2ec3 is described below

commit f5e2ec3d8b1317b7739ba135d87c46d4480da5f2
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Aug 26 11:55:11 2019 +0100

    Update openjpa
---
 parent/pom.xml                                                          | 2 +-
 .../spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3d95c11..8a049b4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -494,7 +494,7 @@
         <ognl-bundle-version>3.1.12_1</ognl-bundle-version>
         <opencensus-api-version>0.21.0</opencensus-api-version>
         <oncrpc-version>1.1.3</oncrpc-version>
-        <openjpa-version>2.4.3</openjpa-version>
+        <openjpa-version>3.1.0</openjpa-version>
         <openstack4j-version>3.0.2</openstack4j-version>
         <openstack4j-guava-version>17.0</openstack4j-guava-version>
         <opentracing-version>0.33.0</opentracing-version>
diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
index bffb769..998a4f9 100644
--- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
+++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
@@ -3661,7 +3661,7 @@
       <dependency>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-persistence-jdbc</artifactId>
-        <version>2.4.3</version>
+        <version>3.1.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.pdfbox</groupId>