Skip to content

Commit

Permalink
Bump openapi generator version (#3377)
Browse files Browse the repository at this point in the history
* Bump openapi generator version

* Fix failing test

* trigger GitHub actions
  • Loading branch information
gabriel-farache authored Jan 30, 2024
1 parent 4ebd65d commit efad621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kogito-build/kogito-dependencies-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<version.net.minidev.jsonsmart>2.4.10</version.net.minidev.jsonsmart>
<version.net.thisptr.jackson-jq>1.0.0-preview.20220705</version.net.thisptr.jackson-jq>
<version.io.quarkiverse.jackson-jq>2.0.1</version.io.quarkiverse.jackson-jq>
<version.io.quarkiverse.openapi.generator>2.2.15</version.io.quarkiverse.openapi.generator>
<version.io.quarkiverse.openapi.generator>2.3.0</version.io.quarkiverse.openapi.generator>
<version.io.quarkiverse.asyncapi>0.2.0</version.io.quarkiverse.asyncapi>
<version.io.quarkiverse.reactivemessaging.http>2.0.2</version.io.quarkiverse.reactivemessaging.http>
<version.io.quarkiverse.embedded.postgresql>0.1.3</version.io.quarkiverse.embedded.postgresql>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ void verifyAuthHeadersOpenApi3_0() {

authWithApiKeyServer3
.verify(postRequestedFor(urlEqualTo(AuthSecurityMockService.SEC_30.getPath()))
.withHeader("X-Client-Id", matching("Bearer mytoken,Bearer mytoken,Bearer"))
.withHeader("X-Client-Id", matching("Bearer mytoken,Bearer mytoken"))
.withHeader("Authorization", matching("Bearer mytoken")));
}

Expand Down

0 comments on commit efad621

Please sign in to comment.