Skip to content

Commit

Permalink
Upgrading PostgreSQL and Swagger UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Sep 21, 2023
1 parent 5e47509 commit bf9f478
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
restart: always

db:
image: postgres:15
image: postgres:16
restart: always
environment:
POSTGRES_DB: syncope
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: '3.3'

services:
db:
image: postgres:15
image: postgres:16
restart: always
environment:
POSTGRES_DB: syncope
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: '3.3'

services:
db:
image: postgres:15
image: postgres:16
restart: always
environment:
POSTGRES_DB: syncope
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: '3.3'

services:
db:
image: postgres:15
image: postgres:16
restart: always
environment:
POSTGRES_DB: syncope
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ under the License.
<h2.version>2.2.224</h2.version>

<swagger-core.version>2.2.16</swagger-core.version>
<swagger-ui.version>5.6.1</swagger-ui.version>
<swagger-ui.version>5.7.2</swagger-ui.version>

<jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
<jquery-cookie.version>1.4.1-1</jquery-cookie.version>
Expand Down Expand Up @@ -491,7 +491,7 @@ under the License.
<payara.version>6.2023.7</payara.version>
<jakarta.faces.version>4.0.4</jakarta.faces.version>

<docker.postgresql.version>15</docker.postgresql.version>
<docker.postgresql.version>16</docker.postgresql.version>
<docker.mysql.version>8.0</docker.mysql.version>
<docker.mariadb.version>11</docker.mariadb.version>

Expand Down

0 comments on commit bf9f478

Please sign in to comment.