Skip to content

Commit

Permalink
Merged PR 35899: Update all non-major dependencies
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [nu.ndw.nls:routing-map-matcher-spring-boot](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | compile | patch | `7.6.0` -> `7.6.1` |
| [io.swagger.core.v3:swagger-annotations](https://github.com/swagger-api/swagger-core) | compile | patch | `2.2.17` -> `2.2.19` |
| [org.openapitools:openapi-generator-maven-plugin](https://github.com/openapitools/openapi-generator) | build | minor | `7.0.1` -> `7.1.0` |
| [org.keycloak:keycloak-authz-client](http://keycloak.org) ([source](https://github.com/keycloak/keycloak)) | test | patch | `22.0.4` -> `22.0.5` |

---

### Release Notes

<details>
<summary>swagger-api/swagger-core (io.swagger.core.v3:swagger-annotations)</summary>

### [`v2.2.19`](https://github.com/swagger-api/swagger-core/releases/tag/v2.2.19): Swagger-core 2.2.19 released!

[Compare Source](swagger-api/swagger-core@v2.2.18...v2.2.19)

-   give precedence to requiredMode annotation ([#&#8203;4533](swagger-api/swagger-core#4533))
-   update dependencies ([#&#8203;4521](swagger-api/swagger-core#4521))
-   Bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.0 ([#&#8203;4513](swagger-api/swagger-core#4513))
-   add deps update CI ([#&#8203;4509](swagger-api/swagger-core#4509))

### [`v2.2.18`](https://github.com/swagger-api/swagger-core/releases/tag/v2.2.18): Swagger-core 2.2.18 released!

[Compare Source](swagger-api/swagger-core@v2.2.17...v2.2.18)

-   refs [#&#8203;4483](swagger-api/swagger-core#4483) - fix NullPointer for [@&#8203;ApiResponse](https://github.com/ApiResponse) missing description ([#&#8203;4501](swagger-api/swagger-core#4501))
-   refs [#&#8203;4462](swagger-api/swagger-core#4462) - exclude javax.validation annotations from container values processing ([#&#8203;4500](swagger-api/swagger-core#4500))
-   Update README.md versions list ([#&#8203;4493](swagger-api/swagger-core#4493))
-   feat: add getUseFqn to TypeNameResolver ([#&#8203;4484](swagger-api/swagger-core#4484))

</details>

<details>
<summary>openapitools/openapi-generator (org.openapitools:openapi-generator-maven-plugin)</summary>

### [`v7.1.0`](https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.1.0): released

[Compare Source](OpenAPITools/openapi-generator@v7.0.1...v7.1.0)

v7.1.0 is the first release [with breaking changes (with fallback)](https://github.com/OpenAPITools/openapi-generator/pulls?q=is%3Amerged+is%3Apr+milestone%3A7.1.0+label%3A%22Breaking+change+%28with+fallback%29%22+) after the major release v7.0.0 in Aug 2023.

Breaking changes with f...
  • Loading branch information
ndwlocatieservices committed Nov 17, 2023
2 parents b1c32f5 + e22d9d9 commit 9fe97ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@
<jackson-databind-nullable.version>0.2.6</jackson-databind-nullable.version>
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
<karate.version>1.4.1</karate.version>
<keycloak-authz-client.version>22.0.4</keycloak-authz-client.version>
<keycloak-authz-client.version>22.0.5</keycloak-authz-client.version>
<logstash-encoder.version>7.4</logstash-encoder.version>
<mapstruct.version>1.5.5.Final</mapstruct.version>
<openapi-generator-maven-plugin.version>7.0.1</openapi-generator-maven-plugin.version>
<openapi-generator-maven-plugin.version>7.1.0</openapi-generator-maven-plugin.version>
<picocli.version>4.7.5</picocli.version>
<spring-cloud.version>2022.0.4</spring-cloud.version>
<springdoc.version>2.2.0</springdoc.version>
<stream-utils.version>1.3.1</stream-utils.version>
<swagger-annotations.version>2.2.17</swagger-annotations.version>
<swagger-annotations.version>2.2.19</swagger-annotations.version>

<nls-events.version>3.3.2</nls-events.version>
<nls-nwb-data-access.version>4.2.0</nls-nwb-data-access.version>
<nls-springboot.version>2.4.1</nls-springboot.version>
<routing-map-matcher.version>7.6.0</routing-map-matcher.version>
<routing-map-matcher.version>7.6.1</routing-map-matcher.version>
</properties>

<distributionManagement>
Expand Down

0 comments on commit 9fe97ee

Please sign in to comment.