Skip to content

Commit

Permalink
chore(deps): bump onecx-quarkus3-parent to 0.33.0 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras authored Feb 13, 2024
1 parent db19504 commit d6ac3b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.tkit.onecx</groupId>
<artifactId>onecx-quarkus3-parent</artifactId>
<version>0.32.0</version>
<version>0.33.0</version>
</parent>

<artifactId>onecx-announcement-bff</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions src/test/resources/mockserver/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"alice"
]
},
"path": "/v1/permissions/user/application/onecx-announcement-bff"
"path": "/v1/permissions/user/applications/onecx-announcement-bff"
},
"httpResponse": {
"body": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"bob"
]
},
"path": "/v1/permissions/user/application/onecx-announcement-bff"
"path": "/v1/permissions/user/applications/onecx-announcement-bff"
},
"httpResponse": {
"body": {
Expand Down

0 comments on commit d6ac3b4

Please sign in to comment.