Skip to content

Commit

Permalink
Upgrading Groovy, PDFBox and PostgreSQL JDBC driver
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Mar 15, 2024
1 parent 2b4ee37 commit 0e98ff9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 0e98ff9

Please sign in to comment.