You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2022/03/19 11:38:12 UTC

[syncope] branch master updated: Upgrading OpenJPA and Caffeine

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7e50135  Upgrading OpenJPA and Caffeine
7e50135 is described below

commit 7e5013503edbca7110d3775b7f4280251c00a421
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Sat Mar 19 12:37:47 2022 +0100

    Upgrading OpenJPA and Caffeine
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index cb714e9..1fe5767 100644
--- a/pom.xml
+++ b/pom.xml
@@ -412,7 +412,7 @@ under the License.
     <spring-boot.version>2.6.4</spring-boot.version>
     <spring-cloud-gateway.version>3.1.1</spring-cloud-gateway.version>
 
-    <openjpa.version>3.2.2-SNAPSHOT</openjpa.version>
+    <openjpa.version>3.2.2</openjpa.version>
     <hikaricp.version>5.0.1</hikaricp.version>
     <bval.version>2.0.5</bval.version>
 
@@ -992,7 +992,7 @@ under the License.
       <dependency>
         <groupId>com.github.ben-manes.caffeine</groupId>
         <artifactId>caffeine</artifactId>
-        <version>3.0.5</version>
+        <version>3.0.6</version>
       </dependency>
 
       <dependency>