Skip to content

Commit

Permalink
bump postgresql to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshgngwr committed Jun 23, 2024
1 parent 184b04f commit fded051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/postgres-with-docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.9"
services:
postgres:
container_name: postgres
image: postgres:14
image: postgres:16
environment:
POSTGRES_USER: admin
POSTGRES_PASSWORD: password
Expand Down
2 changes: 1 addition & 1 deletion src/integrationTest/resources/application-test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ logging.level.com.trynoice.api=trace

spring.flyway.locations=classpath:db/migration/common,classpath:db/migration/development,classpath:db/migration/test

spring.datasource.url=jdbc:tc:postgresql:14:///api-integration-tests
spring.datasource.url=jdbc:tc:postgresql:16:///api-integration-tests
spring.jpa.hibernate.ddl-auto=validate

spring.cloud.gcp.pubsub.enabled=false
Expand Down

0 comments on commit fded051

Please sign in to comment.