Skip to content

fix(deps): bump the prod-deps group across 1 directory with 5 updates - #140

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/prod-deps-6850bc8fbb
Open

fix(deps): bump the prod-deps group across 1 directory with 5 updates#140
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/prod-deps-6850bc8fbb

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the prod-deps group with 5 updates in the / directory:

Package From To
org.springframework.boot:spring-boot-starter-parent 3.5.7 4.0.1
org.openapitools:openapi-generator 7.15.0 7.18.0
io.swagger.core.v3:swagger-core-jakarta 2.2.40 2.2.41
org.apache.maven:maven-compat 3.9.11 3.9.12
org.mozilla:rhino 1.8.0 1.9.0

Updates org.springframework.boot:spring-boot-starter-parent from 3.5.7 to 4.0.1

Release notes

Sourced from org.springframework.boot:spring-boot-starter-parent's releases.

v4.0.1

⚠️ Noteworthy Changes

  • Hibernate has been upgraded to 7.2.0.Final in response to Hibernate 7.1 moving to limited support
  • spring-boot-starter-kotlin-serialization has been renamed to to spring-boot-starter-kotlinx-serialization-json and spring-boot-starter-kotlin-serialization-test has been renamed to spring-boot-starter-kotlinx-serialization-json-test. This change aligns the starters' names with those of their respective modules
  • Using TestRestTemplate now requires a dependency on spring-boot-restclient

🐞 Bug Fixes

  • JsonMixinModuleEntriesBeanRegistrationAotProcessor does not handle deprecated code #48564
  • JdbcSessionAutoConfiguration may not match when using the auto-configured DataSource #48552
  • @ServiceConnection for LgtmStackContainer fails when logging endpoint is configured due to multiple OtlpLoggingConnectionDetails beans #48536
  • WebApplicationType does not consider modules when deduced from classpath #48517
  • Spring Session auto-configuration fails in a war deployment as ServerProperties is not available #48493
  • Opentelemetry logging export requires actuator module #48488
  • RabbitHealthIndicator reports an error when version is missing from the connection's server properties #48487
  • Actuator Info class has inconsistent nullability annotations and cannot be built with null value #48480
  • Profiles retained during AOT processing are not configured in a native image #48476
  • Security matchers and WebServerNamespace resolution can fail with NoClassDefFoundError when used in a traditional WAR deployment #48388
  • HealthEndpointGroupMembershipValidator does not consider reactive health indicators causing NoSuchHealthContributorException to be thrown #48387
  • spring.jackson.default-property-inclusion is not applied to content inclusion #48343
  • TestRestTemplate.getRootUri() returns empty string #48330
  • Redis health check reports an error when redis_version is missing from the INFO response #48328
  • Parent's MeterRegistry beans are closed when child context closes #48325
  • HttpMessageConverters picks up converter beans for both client and server #48310
  • Conditions to auto-configure a RestClient are outdated with the modularization #48308
  • A custom JwtTypeValidator that replaces the default can no longer be configured #48301
  • PropertiesRestClientHttpServiceGroupConfigurer has highest precedence, preventing other configurers from being ordered ahead of it #48296
  • SpringBootTest.UseMainMethod.WHEN_AVAILABLE and ALWAYS are incompatible with package-private or parameter-less main method #48275
  • Conditions to auto-configure RestClient-based HTTP service clients are outdated with the modularization #48274
  • Starter for Kotlinx Serialization Json is misnamed #48262
  • ApplicationServletEnvironment is no longer configured in war deployments #48254
  • RestClient.Builder bean present in @SpringBootTest due to spring-boot-starter-webmvc-test, but missing at runtime without restclient starter #48253
  • ProblemDetail is rendered to XML incorrectly #48222

📔 Documentation

  • Harmonize Kotlin example for HTTP Service client support #48577
  • Document HttpMessageConverters detection changes in 4.0.1 #48574
  • Improve javadoc for when to use class names rather than class references #48569
  • Documentation has an outdated reference to the Jackson Kotlin Module #48534
  • Caching documentation should clarify how to use a no-op implementation to run a test suite #48532
  • Document that the default rolling policy for Log4j2 requires logging.file.path to be set #48527
  • Review documentation and migration guide about changes in @AutoConfigureCache #48522
  • License header in build samples is displayed in the reference documentation #48478
  • Configuring Two DataSources How-To code sample is inconsistent #48449
  • Fix links to source files on GitHub #48398
  • Documentation contains broken links to GitHub source files #48394
  • Document that org.aspectj.weaver.Advice must be on the classpath to enable support for Micrometer's annotations #48360
  • Correct the annotation in the Kotlin @ConfigurationPropertiesSource example #48357
  • Polish TestRestTemplate examples in the reference guide #48336

... (truncated)

Commits
  • b2bc463 Release v4.0.1
  • 252b218 Correct renaming of Kotlinx Serialization JSON starters
  • 2fa73c2 Merge pull request #48577 from jwalter
  • 3e68988 Polish "Harmonize Kotlin example for HTTP Service client support"
  • 423373b Harmonize Kotlin example for HTTP Service client support
  • f61ac29 Document HttpMessageConverters detection changes
  • 2519a5d Merge branch '3.5.x'
  • 4fc3ca3 Next development version (v3.5.10-SNAPSHOT)
  • aaf66f4 Merge branch '3.5.x'
  • 08e2cab Polish javadoc for when to use class names rather than class references
  • Additional commits viewable in compare view

Updates org.openapitools:openapi-generator from 7.15.0 to 7.18.0

Release notes

Sourced from org.openapitools:openapi-generator's releases.

v7.18.0 released

v7.18.0 stable release comes with 130+ enhancements, bug fixes. Once again thanks for all the contributions from the community.

Below are the highlights of the changes. For a full list of changes, please refer to the "Pull Request" tab.

General

  • feat: prevent variable resolution when prefixed with $ in server URL templates #22550
  • Fix siblings of $ref using allOf in openapi normalizer #22364

C++

  • fix(cpp-qt): Fix enum query parameter serialization for both inline and referenced enums #22559
  • [cpp-rest] Fixes segfault for nullable strings #22405
  • Add Basic and Bearer Authorization to the CPP Pistache generator #22337
  • Fixes oatpp generator to expose network server on 0.0.0.0 instead of localhost #22330
  • [cpp-rest] Fixing Incorrect Header Name Used #22298

C#

  • [csharp] Patch dependencies with vulnerabilities #22262

Crystal

  • fix(generator): fix java.lang.NullPointerException in constructing example code #22545
  • [crystal] fix Model#to_h method #22508
  • [crystal] Add option to set params_encoder #22484
  • [crystal-lang] Various fixes for Crystal client #22465

Go

  • [GO] Generate imports for UnmarshalJSON func only when it's present #22524
  • fix: missing imports for array of files and date-time parameters #22390

Java

  • [BUG][JAVA][Spring] fix Lombok @​Getter disables validation #22544
  • Fix Spring Framework 7 compatibility in jvm-spring-restclient and jvm-spring-webclient #22467
  • [Java] Support JsonNullable in JaxRS-spec #22412
  • [JAVA][native] Add support for UnaryInterceptors #22381
  • Add support for custom tls server names. #22372
  • [JAVA] [NATIVE] Add gzip capability #22358
  • [Java] Use Fully Qualified Name for java.util.Locale in Generated Classes #22342
  • [JAXRS] Partial revert changing path generation if interface, fixes #22279 #22316
  • [JAVA jaxrs-spec gen] add option for generating swagger V3 annotations #22300
  • [REQ-22001] Add MCP server support to apiService.mustache #22197

Kotlin

  • fix(kotlin): add JsonCreator/JsonValue to Jackson enums #22535
  • [kotlin][client] Deprecate jvm-volley support #22521
  • [kotlin] fix query parameter encoding #22512
  • [kotlin-client] Vert.x: Fix enum class name template for default operation parameters #22504
  • [kotlin] Make API classes open (non-final) unless nonPublicApi is used #22461
  • [kotlin-spring][server] Feat: Return from controllers without ResponseEntity wrapper #22377
  • Add support for oneOf with discriminator when using kotlinx.serialization #22373
  • Fix Kotlin codegen for enum with int items (issue #15204) #22324

... (truncated)

Commits

Updates io.swagger.core.v3:swagger-core-jakarta from 2.2.40 to 2.2.41

Updates org.apache.maven:maven-compat from 3.9.11 to 3.9.12

Release notes

Sourced from org.apache.maven:maven-compat's releases.

3.9.12

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

🔧 Build

📦 Dependency updates

... (truncated)

Commits
  • 848fbb4 [maven-release-plugin] prepare release maven-3.9.12
  • c1b65f6 Bump actions/cache from 4.3.0 to 5.0.0 (#11542)
  • 88681b8 [3.9.x] Apply resolver changes and improvements (#11536)
  • 148fcc8 Bump resolverVersion from 1.9.24 to 1.9.25 (#11533)
  • c433909 Simplify formatting of prerequisites-requirements error
  • ec21f4b Update formatting of prerequisites-requirements error to improve readability
  • f839cc1 Add default implementation for new method in MavenPluginManager
  • 0a7e149 Bump actions/checkout from 6.0.0 to 6.0.1 (#11512)
  • ed09c2a Bump actions/setup-java from 5.0.0 to 5.1.0 (#11519)
  • 00ca9b0 Fix javadoc in MavenRepositorySystem
  • Additional commits viewable in compare view

Updates org.mozilla:rhino from 1.8.0 to 1.9.0

Release notes

Sourced from org.mozilla:rhino's releases.

Rhino 1.9.0

This release represents about a year of work on Rhino by a growing team of contributors.

Some of the improvements include:

  • Compatibility improvements in areas like destructuring and spread syntax.
  • Performance improvements from 10 to 30% in benchmarks like Delta Blue, Earley-Boyer, and Crypto in both interpreted and compiled mode
  • Better support for generics and other things when Java integration is used.

Some other improvements:

JavaScript Language Updates:

  • ES6+: Significant advancements in destructuring, spread syntax for arrays/objects, Symbol API, and improved let/const scoping. TypedArray.from/of and BigInt.asUintN/asIntN fixes.
  • RegExp: New features like named capture groups, lookbehind assertions, and Unicode mode support.
  • Future ES (ES2024/2025): Early implementation of proposals such as Promise.withResolvers, Promise.try, ArrayBuffer transfer methods, and new Set methods.

Core Engine Enhancements:

  • Major Refactoring: Extensive migration of built-in objects to a lambda-based architecture and a comprehensive overhaul of the interpreter bytecodes for better performance and maintainability.
  • Concurrency & Interop: Continued focus on thread safety improvements and enhanced Java interoperability, including better generics support.

Going forward -- we have lots of plans for Rhino, including some changes that may affect compatibility for projects that embed Rhino into larger frameworks. We think that these changes will be worth it because they will unlock better language compatibility and performance.

As such, the next version going forward will be 2.0.0-SNAPSHOT.

16 different contributors gave their time and energy to Rhino 1.9.0.

Thanks to everyone who contributed!

New Contributors

Full Changelog: mozilla/rhino@Rhino1_8_0_Release...Rhino1_9_0_Release

... (truncated)

Changelog

Sourced from org.mozilla:rhino's changelog.

Rhino 1.9.0

December 22, 2025

This release represents about a year of work on Rhino by a growing team of contributors.

Some of the improvements include:

  • Compatibility improvements in areas like destructuring and spread syntax.
  • Performance improvements from 10 to 30% in benchmarks like Delta Blue, Earley-Boyer, and Crypto in both interpreted and compiled mode
  • Better support for generics and other things when Java integration is used.

Some other improvements:

JavaScript Language Updates:

  • ES6+: Significant advancements in destructuring, spread syntax for arrays/objects, Symbol API, and improved let/const scoping. TypedArray.from/of and BigInt.asUintN/asIntN fixes.
  • RegExp: New features like named capture groups, lookbehind assertions, and Unicode mode support.
  • Future ES (ES2024/2025): Early implementation of proposals such as Promise.withResolvers, Promise.try, ArrayBuffer transfer methods, and new Set methods.

Core Engine Enhancements:

  • Major Refactoring: Extensive migration of built-in objects to a lambda-based architecture and a comprehensive overhaul of the interpreter bytecodes for better performance and maintainability.
  • Concurrency & Interop: Continued focus on thread safety improvements and enhanced Java interoperability, including better generics support.

Going forward -- we have lots of plans for Rhino, including some changes that may affect compatibility for projects that embed Rhino into larger frameworks. We think that these changes will be worth it because they will unlock better language compatibility and performance.

As such, the next version going forward will be 2.0.0-SNAPSHOT.

Thanks to everyone who contributed!

Rhino 1.8.1, Rhino 1.7.15.1, Rhino 1.7.14.1

December 2, 2025

These releases fix a bug in the code that formats floating-point numbers into strings that could result in very bad performance in some cases.

We recommend that all users of Rhino upgrade to release 1.8.1 if possible, and upgrade to Java 17 or 21.

Users who need an older release, or who cannot yet leave Java 8, can also

... (truncated)

Commits

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 commands and options

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jan 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/maven/prod-deps-6850bc8fbb branch from e7445ab to ce8eb90 Compare January 19, 2026 14:07
@sonarqubecloud

Copy link
Copy Markdown

@dependabot
dependabot Bot force-pushed the dependabot/maven/prod-deps-6850bc8fbb branch from ce8eb90 to bf4c315 Compare January 26, 2026 13:31
Bumps the prod-deps group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.5.7` | `4.0.1` |
| [org.openapitools:openapi-generator](https://github.com/openapitools/openapi-generator) | `7.15.0` | `7.18.0` |
| io.swagger.core.v3:swagger-core-jakarta | `2.2.40` | `2.2.41` |
| [org.apache.maven:maven-compat](https://github.com/apache/maven) | `3.9.11` | `3.9.12` |
| [org.mozilla:rhino](https://github.com/mozilla/rhino) | `1.8.0` | `1.9.0` |



Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.7 to 4.0.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.7...v4.0.1)

Updates `org.openapitools:openapi-generator` from 7.15.0 to 7.18.0
- [Release notes](https://github.com/openapitools/openapi-generator/releases)
- [Changelog](https://github.com/OpenAPITools/openapi-generator/blob/master/docs/release-summary.md)
- [Commits](OpenAPITools/openapi-generator@v7.15.0...v7.18.0)

Updates `io.swagger.core.v3:swagger-core-jakarta` from 2.2.40 to 2.2.41

Updates `org.apache.maven:maven-compat` from 3.9.11 to 3.9.12
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-3.9.11...maven-3.9.12)

Updates `org.mozilla:rhino` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/mozilla/rhino/releases)
- [Changelog](https://github.com/mozilla/rhino/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/mozilla/rhino/commits)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: org.openapitools:openapi-generator
  dependency-version: 7.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: io.swagger.core.v3:swagger-core-jakarta
  dependency-version: 2.2.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.apache.maven:maven-compat
  dependency-version: 3.9.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.mozilla:rhino
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/maven/prod-deps-6850bc8fbb branch from bf4c315 to 2ec9252 Compare February 2, 2026 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants