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 0feae43 commit e06a5e8
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 @@ -445,7 +445,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 @@ -498,7 +498,7 @@ under the License.
<payara.version>5.2022.5</payara.version>
<javax.faces.version>2.3.14</javax.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 e06a5e8

Please sign in to comment.