Skip to content

Commit 0a35e5a

Browse files
committed
Upgrading BouncyCastle, PostgreSQL and MariaDB JDBC drivers, JSoup
1 parent 0e7e473 commit 0a35e5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ under the License.
412412
<connid.ldup.version>0.1.0</connid.ldup.version>
413413

414414
<cxf.version>4.1.3</cxf.version>
415-
<bouncycastle.version>1.81</bouncycastle.version>
415+
<bouncycastle.version>1.82</bouncycastle.version>
416416
<nimbus-jose-jwt.version>10.5</nimbus-jose-jwt.version>
417417

418418
<spring-boot.version>3.5.6</spring-boot.version>
@@ -514,9 +514,9 @@ under the License.
514514
<docker.oracle.version>23-slim-faststart</docker.oracle.version>
515515
<docker.neo4j.version>5.26</docker.neo4j.version>
516516

517-
<jdbc.postgresql.version>42.7.7</jdbc.postgresql.version>
517+
<jdbc.postgresql.version>42.7.8</jdbc.postgresql.version>
518518
<jdbc.mysql.version>9.4.0</jdbc.mysql.version>
519-
<jdbc.mariadb.version>3.5.5</jdbc.mariadb.version>
519+
<jdbc.mariadb.version>3.5.6</jdbc.mariadb.version>
520520
<jdbc.oracle.version>23.9.0.25.07</jdbc.oracle.version>
521521

522522
<bundles.directory>${project.build.directory}/bundles</bundles.directory>
@@ -1338,7 +1338,7 @@ under the License.
13381338
<dependency>
13391339
<groupId>org.jsoup</groupId>
13401340
<artifactId>jsoup</artifactId>
1341-
<version>1.21.1</version>
1341+
<version>1.21.2</version>
13421342
</dependency>
13431343

13441344
<dependency>

0 commit comments

Comments
 (0)