You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/02 10:31:31 UTC

[camel-spring-boot] branch master updated: Align dependencies to camel master: Openjpa version to 3.1.1

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
     new f444d00  Align dependencies to camel master: Openjpa version to 3.1.1
f444d00 is described below

commit f444d00217c52efc20eefe1390be785a8e346f0c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 11:26:27 2020 +0100

    Align dependencies to camel master: Openjpa version to 3.1.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index acc0a37..8c2a290 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,7 +158,7 @@
         <maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-version>
         <mvel-version>2.4.5.Final</mvel-version>
         <mycila-license-version>3.0</mycila-license-version>
-        <openjpa-version>3.1.0</openjpa-version>
+        <openjpa-version>3.1.1</openjpa-version>
         <opentracing-version>0.33.0</opentracing-version>
         <os-maven-plugin-version>1.6.0</os-maven-plugin-version>
         <protobuf-maven-plugin-version>0.6.1</protobuf-maven-plugin-version>