Skip to content

Commit

Permalink
Bump Postgres brukt av Testcontainers til 15.7 (GCP default p.t.)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Aug 1, 2024
1 parent abad8f6 commit 4676491
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/brreg-stub/src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spring:
database:
enabled: false
datasource:
url: jdbc:tc:postgresql:12:///test_database
url: jdbc:tc:postgresql:15.7:///test_database # 15.7 er versjon p.t. i dev-gcp.
username: user
password: password
jpa:
Expand Down
4 changes: 2 additions & 2 deletions apps/dolly-backend/src/test/resources/application-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ spring:
enabled: false
datasource:
type: org.springframework.jdbc.datasource.SimpleDriverDataSource
url: jdbc:tc:postgresql:14.4:///dollyDB?TC_REUSABLE=true # 14.4 er versjon p.t. i dev-gcp.
url: jdbc:tc:postgresql:15.7:///dollyDB?TC_REUSABLE=true # 15.7 er versjon p.t. i dev-gcp.
username: user
password: pass
flyway:
enabled: true
url: jdbc:tc:postgresql:14.4:///dollyDB?TC_REUSABLE=true # 14.4 er versjon p.t. i dev-gcp.
url: jdbc:tc:postgresql:15.7:///dollyDB?TC_REUSABLE=true # 15.7 er versjon p.t. i dev-gcp.
user: user
password: pass
2 changes: 1 addition & 1 deletion apps/udi-stub/src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spring:
token: "test"
enabled: false
datasource:
url: jdbc:tc:postgresql:14.4:///test?TC_REUSABLE=true # 14.4 er versjon p.t. i dev-gcp.
url: jdbc:tc:postgresql:15.7:///test?TC_REUSABLE=true # 15.7 er versjon p.t. i dev-gcp.
username: user
password: pass
jpa:
Expand Down

0 comments on commit 4676491

Please sign in to comment.