Skip to content

Commit

Permalink
Merged PR 39971: 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.springboot:openapi](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | build | patch | `3.2.6` -> `3.2.8` |
| [nu.ndw.nls.springboot:oauth2-client-credentials](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | compile | patch | `3.2.6` -> `3.2.8` |
| [nu.ndw.nls.springboot:test](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | test | patch | `3.2.6` -> `3.2.8` |
| [nu.ndw.nls.springboot:security](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | compile | patch | `3.2.6` -> `3.2.8` |
| [nu.ndw.nls.springboot:messaging](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | compile | patch | `3.2.6` -> `3.2.8` |
| [nu.ndw.nls.springboot:datadog](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | compile | patch | `3.2.6` -> `3.2.8` |
| [nu.ndw:nls-nwb-data-access-jooq](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | compile | patch | `4.2.5` -> `4.2.6` |
| [org.springframework.boot:spring-boot-starter-parent](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | parent | patch | `3.2.1` -> `3.2.2` |

---

### Release Notes

<details>
<summary>spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)</summary>

### [`v3.2.2`](https://github.com/spring-projects/spring-boot/releases/tag/v3.2.2)

[Compare Source](spring-projects/spring-boot@v3.2.1...v3.2.2)

#### 🐞 Bug Fixes

-   SslBundle implementations do not provide useful toString() results [#&#8203;39167](spring-projects/spring-boot#39167)
-   JarEntry.getComment() returns incorrect result from NestedJarFile instances [#&#8203;39166](spring-projects/spring-boot#39166)
-   Mixing PEM and JKS certificate material in server.ssl properties does not work [#&#8203;39158](spring-projects/spring-boot#39158)
-   Having AspectJ and Micrometer on the classpath is not a strong enough signal to enable support for Micrometer observation annotations [#&#8203;39128](spring-projects/spring-boot#39128)
-   Actuator endpoints with no operations that use selectors are not accessible when mapped to / [#&#8203;39122](spring-projects/spring-boot#39122)
-   Spring Boot 3.2 app that uses WebFlux, Security, and Actuator may fail to start due to a missing authentication manager [#&#8203;39096](spring-projects/spring-boot#39096)
-   management.observations.http.server.requests.name no longer has any effect [...
  • Loading branch information
ndwlocatieservices committed Jan 29, 2024
1 parent 3cfad6e commit dffa5c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
</parent>

<groupId>nu.ndw.nls.accessibilitymap</groupId>
Expand Down Expand Up @@ -40,8 +40,8 @@
<swagger-annotations.version>2.2.20</swagger-annotations.version>

<nls-events.version>3.6.1</nls-events.version>
<nls-nwb-data-access.version>4.2.5</nls-nwb-data-access.version>
<nls-springboot.version>3.2.6</nls-springboot.version>
<nls-nwb-data-access.version>4.2.6</nls-nwb-data-access.version>
<nls-springboot.version>3.2.8</nls-springboot.version>
<routing-map-matcher.version>7.7.6</routing-map-matcher.version>
</properties>

Expand Down

0 comments on commit dffa5c5

Please sign in to comment.