Skip to content

Commit

Permalink
Override spring-boot-dependencies version using 'postgresql.version' …
Browse files Browse the repository at this point in the history
…property
  • Loading branch information
bennavapbc committed Nov 6, 2024
1 parent b7f5262 commit da6163c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>${postgres.version}</version>
<version>${postgresql.version}</version>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
Expand Down
2 changes: 1 addition & 1 deletion job/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>${postgres.version}</version>
<version>${postgresql.version}</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<logback-encoder.version>7.3</logback-encoder.version>
<testcontainers.version>1.18.3</testcontainers.version>
<newrelic.version>8.15.0</newrelic.version>
<postgres.version>42.7.3</postgres.version>
<postgresql.version>42.7.3</postgresql.version>
<spring-cloud-aws.version>2.4.4</spring-cloud-aws.version>

<!-- Maven plugin versions -->
Expand Down

0 comments on commit da6163c

Please sign in to comment.