Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

Commit 7487e9a

Browse files
authored
chore(deps): bump the maven-deps group with 5 updates (#295)
Bumps the maven-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | software.amazon.awssdk:bom | `2.40.16` | `2.41.1` | | [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `3.0.0` | `3.0.1` | | software.amazon.awssdk:rds | `2.40.16` | `2.41.1` | | software.amazon.awssdk:s3 | `2.40.16` | `2.41.1` | | software.amazon.awssdk:sqs | `2.40.16` | `2.41.1` | Updates `software.amazon.awssdk:bom` from 2.40.16 to 2.41.1 Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 3.0.0 to 3.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/springdoc/springdoc-openapi/releases">org.springdoc:springdoc-openapi-starter-webmvc-ui's releases</a>.</em></p> <blockquote> <h2>springdoc-openapi v3.0.1 released!</h2> <h3>Added</h3> <ul> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3122">#3122</a> – Add log notifications when SpringDocs / Scalar are enabled by default</li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3123">#3123</a> – Add support for serving static resources</li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3151">#3151</a> – Add <code>@order</code> to <code>ApplicationReadyEvent</code> listener</li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3158">#3158</a> – Add support for API groups in Scalar</li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3187">#3187</a> – Add Scalar WebMVC and WebFlux support</li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3185">#3185</a> – Disable creation of blank GitHub issues (GitHub settings &amp; workflow)</li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3186">#3186</a> – Decouple Web Server APIs following Spring Boot modularization</li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3131">#3131</a> – Improve warning messages when documentation is explicitly enabled</li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3183">#3183</a> – Remove unused operations consumer from route builder methods</li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3141">#3141</a> – Change handling so <code>useReturnTypeSchema</code> is evaluated at HTTP status code level instead of method level</li> </ul> <h3>Changed</h3> <ul> <li>Upgrade Spring Boot to version <strong>4.0.1</strong></li> <li>Upgrade swagger-core to version <strong>2.2.41</strong></li> <li>Upgrade swagger-ui to version <strong>5.31.0</strong></li> <li>Upgrade Scalar to version <strong>0.4.3</strong></li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3133">#3133</a> – Fix regression where content type from Swagger <code>@RequestBody</code> did not take precedence</li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3146">#3146</a> – Fix WebJar resource handler mappings for Swagger UI resources</li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3168">#3168</a> – Support <code>@Schema</code> annotations on Kotlin value classes</li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3178">#3178</a> – Fix regression when generating documentation for Kotlin <code>LinkedHashSet</code></li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3170">#3170</a> – Fix warnings when setting title and description in <code>application.yml</code></li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3173">#3173</a> – Fix <code>/v3/api-docs</code> returning Base64-encoded response with Spring Framework 7.0.2</li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3155">#3155</a> – Fix native image support regression with SpringDoc 3.0 and Spring Boot 4.0</li> </ul> <h2>What's Changed</h2> <ul> <li>Fix WebJar resource handler mappings for Swagger UI resources by <a href="https://github.com/jamesmissen"><code>@​jamesmissen</code></a> in <a href="https://redirect.github.com/springdoc/springdoc-openapi/pull/3146">springdoc/springdoc-openapi#3146</a></li> <li>Decoupling Web Server APIs after Spring Boot modularization by <a href="https://github.com/nicolasb29"><code>@​nicolasb29</code></a> in <a href="https://redirect.github.com/springdoc/springdoc-openapi/pull/3186">springdoc/springdoc-openapi#3186</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jamesmissen"><code>@​jamesmissen</code></a> made their first contribution in <a href="https://redirect.github.com/springdoc/springdoc-openapi/pull/3146">springdoc/springdoc-openapi#3146</a></li> <li><a href="https://github.com/nicolasb29"><code>@​nicolasb29</code></a> made their first contribution in <a href="https://redirect.github.com/springdoc/springdoc-openapi/pull/3186">springdoc/springdoc-openapi#3186</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/springdoc/springdoc-openapi/compare/v3.0.0...v3.0.1">https://github.com/springdoc/springdoc-openapi/compare/v3.0.0...v3.0.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/springdoc/springdoc-openapi/blob/v3.0.1/CHANGELOG.md">org.springdoc:springdoc-openapi-starter-webmvc-ui's changelog</a>.</em></p> <blockquote> <h2>[3.0.1] - 2026-01-01</h2> <h3>Added</h3> <ul> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3122">#3122</a> – Add log notifications when SpringDocs / Scalar are enabled by default</li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3123">#3123</a> – Add support for serving static resources</li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3151">#3151</a> – Add <code>@order</code> to <code>ApplicationReadyEvent</code> listener</li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3158">#3158</a> – Add support for API groups in Scalar</li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3187">#3187</a> – Add Scalar WebMVC and WebFlux support</li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3185">#3185</a> – Disable creation of blank GitHub issues (GitHub settings &amp; workflow)</li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3186">#3186</a> – Decouple Web Server APIs following Spring Boot modularization</li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3131">#3131</a> – Improve warning messages when documentation is explicitly enabled</li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3183">#3183</a> – Remove unused operations consumer from route builder methods</li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3141">#3141</a> – Change handling so <code>useReturnTypeSchema</code> is evaluated at HTTP status code level instead of method level</li> </ul> <h3>Changed</h3> <ul> <li>Upgrade Spring Boot to version <strong>4.0.1</strong></li> <li>Upgrade swagger-core to version <strong>2.2.41</strong></li> <li>Upgrade swagger-ui to version <strong>5.31.0</strong></li> <li>Upgrade Scalar to version <strong>0.4.3</strong></li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3133">#3133</a> – Fix regression where content type from Swagger <code>@RequestBody</code> did not take precedence</li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3146">#3146</a> – Fix WebJar resource handler mappings for Swagger UI resources</li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3168">#3168</a> – Support <code>@Schema</code> annotations on Kotlin value classes</li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3178">#3178</a> – Fix regression when generating documentation for Kotlin <code>LinkedHashSet</code></li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3170">#3170</a> – Fix warnings when setting title and description in <code>application.yml</code></li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3173">#3173</a> – Fix <code>/v3/api-docs</code> returning Base64-encoded response with Spring Framework 7.0.2</li> <li><a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3155">#3155</a> – Fix native image support regression with SpringDoc 3.0 and Spring Boot 4.0</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/springdoc/springdoc-openapi/commit/d7013d5bc83cefb85961b3c5ba0e2c78885a7bd2"><code>d7013d5</code></a> [maven-release-plugin] prepare release v3.0.1</li> <li><a href="https://github.com/springdoc/springdoc-openapi/commit/b9f345ca6f570bfbee8f26daa4389e35900b0710"><code>b9f345c</code></a> CHANGELOG.md update for release 3.0.1</li> <li><a href="https://github.com/springdoc/springdoc-openapi/commit/d08faeb255fbf19ab43c1ea2b8f598a694fbff99"><code>d08faeb</code></a> Support <a href="https://github.com/Schema"><code>@​Schema</code></a> annotations on Kotlin value classes <a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3168">#3168</a></li> <li><a href="https://github.com/springdoc/springdoc-openapi/commit/491b8531e828d67c892a036138095df96de5552b"><code>491b853</code></a> Add support for api groups in Scalar <a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3158">#3158</a></li> <li><a href="https://github.com/springdoc/springdoc-openapi/commit/5cad78b6d5266c359373d6124d237e276bdbf4b2"><code>5cad78b</code></a> Upgrade swagger-core to version 2.2.41. Fixes <a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3188">#3188</a></li> <li><a href="https://github.com/springdoc/springdoc-openapi/commit/8ef9c0975976508a59e7b2404d3fe8825ed75499"><code>8ef9c09</code></a> request /v3/api-docs Returns the encoded base64 string with spring-framework ...</li> <li><a href="https://github.com/springdoc/springdoc-openapi/commit/ff50873ab3eb91414d4faa1c96b2a95f73efcfc1"><code>ff50873</code></a> Add scalar scalar-webmvc and scalar-webflux support. Fixes <a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3187">#3187</a></li> <li><a href="https://github.com/springdoc/springdoc-openapi/commit/c7d4a5522ae45c1142d543a485defc0cc7a97ccf"><code>c7d4a55</code></a> Add scalar scalar-webmvc and scalar-webflux support. Fixes <a href="https://redirect.github.com/springdoc/springdoc-openapi/issues/3187">#3187</a></li> <li><a href="https://github.com/springdoc/springdoc-openapi/commit/c70d1aa227858068b34ea77feb794ecefa79824e"><code>c70d1aa</code></a> Merge branch 'nicolasb29-spring-boot-4' into spring-boot-4</li> <li><a href="https://github.com/springdoc/springdoc-openapi/commit/3a8b0b7d41ac7c084ad0e983ccdcc156ff6c0cac"><code>3a8b0b7</code></a> code review</li> <li>Additional commits viewable in <a href="https://github.com/springdoc/springdoc-openapi/compare/v3.0.0...v3.0.1">compare view</a></li> </ul> </details> <br /> Updates `software.amazon.awssdk:rds` from 2.40.16 to 2.41.1 Updates `software.amazon.awssdk:s3` from 2.40.16 to 2.41.1 Updates `software.amazon.awssdk:sqs` from 2.40.16 to 2.41.1 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
2 parents 3cd34a2 + 34d875c commit 7487e9a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>software.amazon.awssdk</groupId>
4242
<artifactId>bom</artifactId>
43-
<version>2.40.16</version>
43+
<version>2.41.1</version>
4444
<type>pom</type>
4545
<scope>import</scope>
4646
</dependency>
@@ -209,7 +209,7 @@
209209
<dependency>
210210
<groupId>org.springdoc</groupId>
211211
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
212-
<version>3.0.0</version>
212+
<version>3.0.1</version>
213213
<exclusions>
214214
<exclusion>
215215
<groupId>commons-logging</groupId>
@@ -267,18 +267,18 @@
267267
<dependency>
268268
<groupId>software.amazon.awssdk</groupId>
269269
<artifactId>rds</artifactId>
270-
<version>2.40.16</version>
270+
<version>2.41.1</version>
271271
</dependency>
272272
<dependency>
273273
<groupId>software.amazon.awssdk</groupId>
274274
<artifactId>s3</artifactId>
275-
<version>2.40.16</version>
275+
<version>2.41.1</version>
276276
<scope>test</scope>
277277
</dependency>
278278
<dependency>
279279
<groupId>software.amazon.awssdk</groupId>
280280
<artifactId>sqs</artifactId>
281-
<version>2.40.16</version>
281+
<version>2.41.1</version>
282282
</dependency>
283283
</dependencies>
284284
<build>

0 commit comments

Comments
 (0)