Skip to content

Commit

Permalink
[SELC-5513] bug-fix: Updated commons lib (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
giampieroferrara authored Nov 29, 2024
1 parent 97da222 commit 45c5093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/resources/swagger/api-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3703,7 +3703,7 @@
"institutionType" : {
"type" : "string",
"description" : "Institution's type",
"enum" : [ "AS", "CON", "GSP", "PA", "PG", "PRV", "PSP", "PT", "REC", "SA", "SCP" ]
"enum" : [ "AS", "CON", "GPU", "GSP", "PA", "PG", "PRV", "PSP", "PT", "REC", "SA", "SCP" ]
},
"origin" : {
"type" : "string"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<description>Self Care OnBoarding Backend</description>

<properties>
<selc-commons.version>2.5.3</selc-commons.version>
<selc-commons.version>2.5.5</selc-commons.version>
<sonar.host.url>https://sonarcloud.io/</sonar.host.url>
</properties>

Expand Down

0 comments on commit 45c5093

Please sign in to comment.