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

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


The following commit(s) were added to refs/heads/3_0_X by this push:
     new 0e98ff9000 Upgrading Groovy, PDFBox and PostgreSQL JDBC driver
0e98ff9000 is described below

commit 0e98ff9000e16c96d590e0fe9e50b71b39376c27
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Mar 15 07:50:34 2024 +0100

    Upgrading Groovy, PDFBox and PostgreSQL JDBC driver
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 70e9611caf..1753370494 100644
--- a/pom.xml
+++ b/pom.xml
@@ -424,7 +424,7 @@ under the License.
 
     <jasypt.version>1.9.3</jasypt.version>
 
-    <groovy.version>4.0.19</groovy.version>
+    <groovy.version>4.0.20</groovy.version>
 
     <flowable.version>6.8.1</flowable.version>
 
@@ -509,7 +509,7 @@ under the License.
     <docker.mysql.version>8.0</docker.mysql.version>
     <docker.mariadb.version>11</docker.mariadb.version>
 
-    <jdbc.postgresql.version>42.7.2</jdbc.postgresql.version>
+    <jdbc.postgresql.version>42.7.3</jdbc.postgresql.version>
     <jdbc.mysql.version>8.3.0</jdbc.mysql.version>
     <jdbc.mariadb.version>3.3.3</jdbc.mariadb.version>
     <jdbc.mssql.version>12.6.1.jre11</jdbc.mssql.version>
@@ -1271,7 +1271,7 @@ under the License.
       <dependency>
         <groupId>org.apache.pdfbox</groupId>
         <artifactId>pdfbox</artifactId>
-        <version>3.0.1</version>
+        <version>3.0.2</version>
       </dependency>
 
       <dependency>

Reply via email to