Skip to content

Commit

Permalink
Revert "Deepthi M| BAH-3932|Updated the versions of postgres and liqu…
Browse files Browse the repository at this point in the history
…ibase to…" (#112)

This reverts commit a23b24b.
  • Loading branch information
mohan-13 authored Jun 14, 2024
1 parent a23b24b commit 9da0f84
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.1</version>
<version>42.6.0</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>4.28.0</version>
<version>3.3.2</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>4.28.0</version>
<version>3.3.2</version>
<configuration>
<changeLogFile>src/main/resources/sql/db_migrations.xml</changeLogFile>
<driver>org.postgresql.Driver</driver>
Expand Down

0 comments on commit 9da0f84

Please sign in to comment.