Skip to content

Commit

Permalink
Merged PR 64111: 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 |
|---|---|---|---|
| [net.javacrumbs.json-unit:json-unit-assertj](https://github.com/lukas-krecan/JsonUnit) | test | minor | `3.2.7` -> `3.4.1` |
| nu.ndw.nls:routing-map-matcher-library | compile | patch | `13.0.0` -> `13.0.3` |
| [nu.ndw.nls.springboot:openapi](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | build | patch | `5.0.6` -> `5.0.7` |
| [nu.ndw.nls.springboot:oauth2-client-credentials](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | compile | patch | `5.0.6` -> `5.0.7` |
| [nu.ndw.nls.springboot:test](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | test | patch | `5.0.6` -> `5.0.7` |
| [nu.ndw.nls.springboot:security](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | compile | patch | `5.0.6` -> `5.0.7` |
| [nu.ndw.nls.springboot:messaging](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | compile | patch | `5.0.6` -> `5.0.7` |
| [nu.ndw.nls.springboot:client-feign](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | compile | patch | `5.0.6` -> `5.0.7` |
| [nu.ndw:nls-nwb-data-access-jooq](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | compile | patch | `7.1.1` -> `7.1.3` |
| nu.ndw:nls-events | compile | patch | `5.0.4` -> `5.0.6` |
| [io.swagger.core.v3:swagger-annotations](https://github.com/swagger-api/swagger-core) | compile | patch | `2.2.24` -> `2.2.25` |
| [org.openapitools:openapi-generator-maven-plugin](https://github.com/openapitools/openapi-generator) | build | minor | `7.8.0` -> `7.9.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the logs for more information.

---

### Release Notes

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

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

[Compare Source](swagger-api/swagger-core@v2.2.24...v2.2.25)

-   schema resolution options - Phase 4: granular schema resolution via [@&#8203;Schema](https://github.com/Schema).schemaResolution ([#&#8203;4748](swagger-api/swagger-core#4748))
-   schema resolution options - Phase 3: global all-of-ref ([#&#8203;4747](swagger-api/swagger-core#4747))
-   add schemaResolution to readme ([#&#8203;4745](swagger-api/swagger-core#4745))

</details>

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

### [`v7.9.0`](https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.9.0): re...
  • Loading branch information
ndwlocatieservices committed Oct 21, 2024
2 parents c0529d1 + 7258b59 commit 163d44c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@
<karate.version>1.4.1</karate.version>
<keycloak-authz-client.version>25.0.6</keycloak-authz-client.version>
<mapstruct.version>1.6.2</mapstruct.version>
<openapi-generator-maven-plugin.version>7.8.0</openapi-generator-maven-plugin.version>
<openapi-generator-maven-plugin.version>7.9.0</openapi-generator-maven-plugin.version>
<picocli.version>4.7.6</picocli.version>
<spring-cloud.version>2023.0.3</spring-cloud.version>
<spring-cloud-contract-wiremock.version>4.1.4</spring-cloud-contract-wiremock.version>
<springdoc.version>2.6.0</springdoc.version>
<stream-utils.version>1.3.1</stream-utils.version>
<swagger-annotations.version>2.2.24</swagger-annotations.version>
<nls-events.version>5.0.4</nls-events.version>
<nls-nwb-data-access.version>7.1.1</nls-nwb-data-access.version>
<nls-springboot.version>5.0.6</nls-springboot.version>
<nls-routing-map-matcher.version>13.0.0</nls-routing-map-matcher.version>
<swagger-annotations.version>2.2.25</swagger-annotations.version>
<nls-events.version>5.0.6</nls-events.version>
<nls-nwb-data-access.version>7.1.4</nls-nwb-data-access.version>
<nls-springboot.version>5.0.7</nls-springboot.version>
<nls-routing-map-matcher.version>13.0.3</nls-routing-map-matcher.version>
<nls-geometry.version>3.1.0</nls-geometry.version>
<jackson-geojson.version>1.14</jackson-geojson.version>
<jsurfer-jackson.version>1.6.5</jsurfer-jackson.version>
<json-unit.version>3.2.7</json-unit.version>
<json-unit.version>3.4.1</json-unit.version>
</properties>
<distributionManagement>
<repository>
Expand Down

0 comments on commit 163d44c

Please sign in to comment.