Skip to content

Commit

Permalink
Merge pull request #1779 from lat-lon/feature/upgradePlugingsAndDepen…
Browse files Browse the repository at this point in the history
…dencies-XPLANBOX-3436

Upgrades dependencies commons-codec to 1.17.2 and postgresql to 42.7.5 (3.6)
  • Loading branch information
copierrj authored Feb 19, 2025
2 parents e913ccb + 63e214a commit 1fb20ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.17.1</version>
<version>1.17.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -837,7 +837,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.4</version>
<version>42.7.5</version>
</dependency>
<!-- Oracle (Official provided driver from repo1.maven.org) -->
<dependency>
Expand Down

0 comments on commit 1fb20ed

Please sign in to comment.