Skip to content

Commit 6820889

Browse files
Merged PR 71991: Update all non-major dependencies
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [nu.ndw.nls.locationdataissuesapi:client-feign](https://dev.azure.com/ndwnu/NLS/_git/nls-location-data-issues) ([source](https://dev.azure.com/ndwnu/NLS/_git/nls-location-data-issues)) | compile | patch | `1.0.17` -> `1.0.18` | | [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://springdoc.org/) ([source](https://github.com/springdoc/springdoc-openapi)) | compile | minor | `2.7.0` -> `2.8.0` | --- ### Release Notes <details> <summary>springdoc/springdoc-openapi (org.springdoc:springdoc-openapi-starter-webmvc-ui)</summary> ### [`v2.8.0`](https://github.com/springdoc/springdoc-openapi/blob/HEAD/CHANGELOG.md#280---2025-01-03) [Compare Source](springdoc/springdoc-openapi@v2.7.0...v2.8.0) ##### Added - [#&#8203;2790](springdoc/springdoc-openapi#2790) - Moving to OpenAPI 3.1 as the default implementation for springdoc-openapi - [#&#8203;2817](springdoc/springdoc-openapi#2817) - Obey annotations when flattening ParameterObject fields - [#&#8203;2826](springdoc/springdoc-openapi#2826) - Make it possible to mark parameters with [@&#8203;RequestParam](https://github.com/RequestParam) annotation to be sent in form instead of query. - [#&#8203;2822](springdoc/springdoc-openapi#2822) - Support returning null in ParameterCustomizer - [#&#8203;2830](springdoc/springdoc-openapi#2830) - Add support for deprecated fields. - [#&#8203;2780](springdoc/springdoc-openapi#2780) - Add Security Schema by AutoConfigure ##### Changed - Upgrade spring-boot to 3.4.1 - Upgrade spring-cloud-function to 4.2.0 - Upgrade swagger-core to 2.2.27 ##### Fixed - [#&#8203;2804](springdoc/springdoc-openapi#2804) - Stable release 2.7.0 depends on Spring Cloud Milestone 4.2.0-M1 - [#&#8203;2828](springdoc/springdoc-openapi#2828) - Required a bean of type 'org.springframework.data.rest.webmvc.mapping.Associations' that could not be found. - [#&#8203;2823](springdoc/springdoc-openapi#2823) - Capturing pattern in identical paths only renders the path element of one method - [#&#8203;2817](springdoc/springdoc-openapi#2817) - Automatically add required if a field is [@&#8203;notNull](https://github.com/notNull) or [@&#8203;NotBlank](https://github.com/NotBlank). - [#&#8203;2814](springdoc/springdoc-openapi#2814) - An unresolvable circular reference with management.endpoint.gateway.enabled=true. - [#&#8203;2798](springdoc/springdoc-openapi#2798) - Object schema generated for Unit Kotlin type. - [#&#8203;2797](springdoc/springdoc-openapi#2797) - Removing operationId via customizer does not w...
2 parents 4b52383 + 9661b18 commit 6820889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<picocli.version>4.7.6</picocli.version>
4040
<spring-cloud.version>2024.0.0</spring-cloud.version>
4141
<spring-cloud-contract-wiremock.version>4.2.0</spring-cloud-contract-wiremock.version>
42-
<springdoc.version>2.7.0</springdoc.version>
42+
<springdoc.version>2.8.0</springdoc.version>
4343
<stream-utils.version>1.3.1</stream-utils.version>
4444
<swagger-annotations.version>2.2.27</swagger-annotations.version>
4545
<nls-events.version>5.0.9</nls-events.version>
@@ -52,7 +52,7 @@
5252
<jsurfer-jackson.version>1.6.5</jsurfer-jackson.version>
5353
<json-unit.version>4.1.0</json-unit.version>
5454
<cucumber.version>7.20.1</cucumber.version>
55-
<location-data-issues.version>1.0.17</location-data-issues.version>
55+
<location-data-issues.version>1.0.18</location-data-issues.version>
5656
<unirest-java.version>1.4.9</unirest-java.version>
5757
<yaml-combine-maven-plugin.version>2.0.8</yaml-combine-maven-plugin.version>
5858
</properties>

0 commit comments

Comments
 (0)