Skip to content

Commit

Permalink
Deepthi M| BAH-3932|Updated the versions of postgres and liquibase to…
Browse files Browse the repository at this point in the history
… resolve the vulnerabilities
  • Loading branch information
deepthi-mantena committed Jun 12, 2024
1 parent 97c3892 commit 897a43e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openerp-atomfeed-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.6.0</version>
<version>42.6.1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down Expand Up @@ -205,7 +205,7 @@
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
<version>3.3.2</version>
<version>4.28.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down Expand Up @@ -272,7 +272,7 @@
<plugin>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-maven-plugin</artifactId>
<version>3.3.2</version>
<version>4.28.0</version>
<configuration>
<changeLogFile>src/main/resources/sql/db_migrations.xml</changeLogFile>
<driver>org.postgresql.Driver</driver>
Expand Down

0 comments on commit 897a43e

Please sign in to comment.