Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/AB2D-6340/Upgrade_spring' into A…
Browse files Browse the repository at this point in the history
…B2D-6340/Upgrade_spring
  • Loading branch information
smirnovaae committed Nov 18, 2024
2 parents 890649f + d91d24f commit e1bde1e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
echo "TAG_PREFIX=ab2d-prod-test" >> $GITHUB_ENV
else
echo "TAG_PREFIX=ab2d-$DEPLOYMENT_ENV" >> $GITHUB_ENV
fi
- name: Retag images in ECR
env:
Expand Down
2 changes: 1 addition & 1 deletion common/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>${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
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@
<logback-encoder.version>7.3</logback-encoder.version>
<testcontainers.version>1.20.1</testcontainers.version>
<newrelic.version>8.15.0</newrelic.version>
<postgres.version>42.7.3</postgres.version>
<spring-cloud-aws.version>3.1.1</spring-cloud-aws.version>
<postgresql.version>42.7.4</postgresql.version>


<!-- Maven plugin versions -->
<jacoco.version>0.8.10</jacoco.version>
Expand Down

0 comments on commit e1bde1e

Please sign in to comment.