Skip to content

Commit

Permalink
Update to Postgres 16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Dumas committed Aug 9, 2024
1 parent 74a7835 commit a3ed54e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class PostgresServiceDependencySpec extends CatsEffectSpec with DoobieScalaTestF

"fetch its service name and version" in {
new PostgresServiceDependency(xas).serviceDescription.accepted shouldEqual
ServiceDescription(Name.unsafe("postgres"), "16.3")
ServiceDescription(Name.unsafe("postgres"), "16.4")
}
}

Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/docs/delta/api/assets/version.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"delta": "1.10.0",
"dependencies": {
"blazegraph": "2.1.6-RC",
"postgresql": "16.3",
"postgresql": "16.4",
"elasticsearch": "8.14.1",
"remoteStorage": "1.10.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
memory: 512M

postgres:
image: library/postgres:16.3
image: library/postgres:16.4
environment:
POSTGRES_USER: "postgres"
POSTGRES_PASSWORD: "postgres"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ $ curl http://localhost/v1/version | jq
"dependencies": {
"blazegraph": "2.1.6-SNAPSHOT",
"elasticsearch": "8.14.1",
"postgres": "16.3"
"postgres": "16.4"
},
"environment": "dev",
"plugins": {
Expand Down
2 changes: 1 addition & 1 deletion tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ services:
- ./config:/config

postgres:
image: library/postgres:16.3
image: library/postgres:16.4
ports:
- 5432:5432
environment:
Expand Down

0 comments on commit a3ed54e

Please sign in to comment.