Skip to content

Update patch/hotfix dependencies#328

Merged
MartinBuchheim merged 5 commits intodevelopfrom
renovate/patchhotfix-dependencies
Mar 25, 2026
Merged

Update patch/hotfix dependencies#328
MartinBuchheim merged 5 commits intodevelopfrom
renovate/patchhotfix-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 10, 2025

This PR contains the following updates:

Package Change Age Confidence
org.apache.maven.plugins:maven-plugin-plugin (source) 3.15.03.15.2 age confidence
org.apache.maven.plugins:maven-gpg-plugin (source) 3.2.63.2.8 age confidence
org.jacoco:jacoco-maven-plugin (source) 0.8.120.8.14 age confidence
org.apache.maven.plugins:maven-surefire-plugin (source) 3.5.03.5.5 age confidence
org.apache.maven.plugins:maven-enforcer-plugin (source) 3.6.13.6.2 age confidence
org.apache.maven.plugin-tools:maven-plugin-annotations (source) 3.15.03.15.2 age confidence
org.apache.maven:maven-artifact (source) 3.9.93.9.14 age confidence
org.apache.maven:maven-model (source) 3.9.93.9.14 age confidence
org.apache.maven:maven-plugin-api (source) 3.9.93.9.14 age confidence
org.apache.maven:maven-core (source) 3.9.93.9.14 age confidence
org.projectlombok:lombok (source) 1.18.381.18.44 age confidence
io.swagger.core.v3:swagger-annotations 2.2.342.2.45 age confidence
org.springdoc:springdoc-openapi-starter-webmvc-ui (source) 2.8.132.8.16 age confidence
org.springdoc:springdoc-openapi-starter-common (source) 2.8.132.8.16 age confidence
org.springframework.boot:spring-boot-maven-plugin (source) 3.5.113.5.12 age confidence
org.springframework.boot:spring-boot-starter-test (source) 3.5.113.5.12 age confidence
org.springframework.boot:spring-boot-dependencies (source) 3.5.113.5.12 age confidence
org.springframework.boot:spring-boot-starter-parent (source) 3.5.113.5.12 age confidence

Release Notes

jacoco/jacoco (org.jacoco:jacoco-maven-plugin)

v0.8.14: 0.8.14

Compare Source

New Features

  • JaCoCo now officially supports Java 25 (GitHub #​1950).
  • Experimental support for Java 26 class files (GitHub #​1870).
  • Branches added by the Kotlin compiler for default argument number 33 or higher are filtered out during generation of report (GitHub #​1655).
  • Part of bytecode generated by the Kotlin compiler for elvis operator that follows safe call operator is filtered out during generation of report (GitHub #​1814, #​1954).
  • Part of bytecode generated by the Kotlin compiler for more cases of chained safe call operators is filtered out during generation of report (GitHub #​1956).
  • Part of bytecode generated by the Kotlin compiler for invocations of suspendCoroutineUninterceptedOrReturn intrinsic is filtered out during generation of report (GitHub #​1929).
  • Part of bytecode generated by the Kotlin compiler for suspending lambdas with parameters is filtered out during generation of report (GitHub #​1945).
  • Part of bytecode generated by the Kotlin compiler for suspending functions and lambdas with suspension points that return inline value class is filtered out during generation of report (GitHub #​1871).
  • Part of bytecode generated by the Kotlin Compose compiler plugin for pausable composition is filtered out during generation of report (GitHub #​1911).
  • Methods generated by the Kotlin serialization compiler plugin are filtered out (GitHub #​1885, #​1970, #​1971).

Fixed bugs

  • Fixed handling of implicit else clause of when with String subject in Kotlin (GitHub #​1813, #​1940).
  • Fixed handling of implicit default clause of switch by String in Java when compiled by ECJ (GitHub #​1813, #​1940).
    Fixed handling of exceptions in chains of safe call operators in Kotlin (GitHub #​1819).

Non-functional Changes

  • JaCoCo now depends on ASM 9.9 (GitHub #​1965).

v0.8.13: 0.8.13

Compare Source

New Features

  • JaCoCo now officially supports Java 23 and Java 24 (GitHub #​1757, #​1631, #​1867).
  • Experimental support for Java 25 class files (GitHub #​1807).
  • Calculation of line coverage for Kotlin inline functions (GitHub #​1670).
  • Calculation of line coverage for Kotlin inline functions with reified type parameter (GitHub #​1670, #​1700).
  • Calculation of coverage for Kotlin JvmSynthetic functions (GitHub #​1700).
  • Part of bytecode generated by the Kotlin Compose compiler plugin is filtered out during generation of report (GitHub #​1616).
  • Part of bytecode generated by the Kotlin compiler for inline value classes is filtered out during generation of report (GitHub #​1475).
  • Part of bytecode generated by the Kotlin compiler for suspending lambdas without suspension points is filtered out during generation of report (GitHub #​1283).
  • Part of bytecode generated by the Kotlin compiler for when expressions and statements with nullable enum subject is filtered out during generation of report (GitHub #​1774).
  • Part of bytecode generated by the Kotlin compiler for when expressions and statements with nullable String subject is filtered out during generation of report (GitHub #​1769).
  • Part of bytecode generated by the Kotlin compiler for chains of safe call operators is filtered out during generation of report (GitHub #​1810, #​1818).
  • Method getEntries generated by the Kotlin compiler for enum classes is filtered out during generation of report (GitHub #​1625).
  • Methods generated by the Kotlin compiler for constructors and functions with JvmOverloads annotation are filtered out (GitHub #​1768).

Fixed bugs

  • Fixed interpretation of Kotlin SMAP (GitHub #​1525).
  • File extensions are preserved in HTML report in case of clashes of normalized file names (GitHub #​1660).

Non-functional Changes

  • JaCoCo build now uses Maven Wrapper and requires at least Maven 3.9.9 (GitHub #​1708, #​1707, #​1681).
  • JaCoCo now depends on ASM 9.8 (GitHub #​1862).
  • More context information when IllegalArgumentException occurs during reading of zip file (GitHub #​1833).
apache/maven (org.apache.maven:maven-artifact)

v3.9.14

v3.9.13

v3.9.12: 3.9.12

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

🔧 Build

📦 Dependency updates

v3.9.11: 3.9.11

🚀 New features and improvements

🐛 Bug Fixes

👻 Maintenance

🔧 Build

📦 Dependency updates

v3.9.10: 3.9.10

Release Notes - Maven - Version 3.9.10

Bug

  • [MNG-8096] - Inconsistent dependency resolution behaviour for concurrent multi-module build can cause failures
  • [MNG-8169] - MINGW support requires --add-opens java.base/java.lang=ALL-UNNAMED
  • [MNG-8170] - Maven 3.9.8 contains weird native library for Jansi on Windows/arm64
  • [MNG-8211] - Maven should fail builds that use CI Friendly versions but have no values set
  • [MNG-8248] - WARNING: A restricted method in java.lang.System has been called
  • [MNG-8256] - ProjectDependencyGraph bug: in case of filtering, non-direct module links are lost
  • [MNG-8315] - Failure of mvn.cmd if a .mvn directory is located at drive root
  • [MNG-8396] - Maven takes forever to resume
  • [MNG-8711] - "Duplicate artifact" in LifecycleDependencyResolver

Improvement

  • [MNG-8370] - Introduce maven.repo.local.head
  • [MNG-8399] - JDK 24+ issues warning about usage of sun.misc.Unsafe
  • [MNG-8707] - Add methods to remove compile and test source roots
  • [MNG-8712] - improve dependency version explanation: it&#​39;s a requirement, not always effective version
  • [MNG-8717] - Remove maven-plugin-plugin:addPluginArtifactMetadata from default binding
  • [MNG-8722] - Use a single standalone version of asm
  • [MNG-8731] - Use https for xsi:schemaLocation in generated descriptors
  • [MNG-8734] - Simplify scripting like "get project version" cases

Task

  • [MNG-8728] - Bump Eclipse Sisu from 0.9.0.M3 to 0.9.0.M4 and use Java 24 on CI

Dependency upgrade

  • [MNG-8289] - Update Plexus annotations to 2.2.0
  • [MNG-8443] - Bump com.google.guava:guava from 33.2.1-jre to 33.4.0-jre
  • [MNG-8531] - Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 3.6.0
  • [MNG-8532] - Bump commons-io:commons-io from 2.16.1 to 2.18.0
  • [MNG-8534] - Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.2.0 to 3.2.1
  • [MNG-8635] - Bump com.google.guava:failureaccess from 1.0.2 to 1.0.3
  • [MNG-8636] - Bump com.google.guava:guava from 33.4.0-jre to 33.4.5-jre
  • [MNG-8640] - Bump org.apache.maven:maven-parent from 43 to 44
  • [MNG-8661] - Bump com.google.guava:guava from 33.4.5-jre to 33.4.6-jre
  • [MNG-8701] - Bump org.codehaus.plexus:plexus-interpolation from 1.27 to 1.28
  • [MNG-8702] - Bump org.codehaus.plexus:plexus-classworlds from 2.8.0 to 2.9.0
  • [MNG-8703] - Bump commons-io:commons-io from 2.18.0 to 2.19.0
  • [MNG-8704] - Bump com.google.guava:guava from 33.4.6-jre to 33.4.8-jre
  • [MNG-8705] - Bump commons-jxpath:commons-jxpath from 1.3 to 1.4.0
  • [MNG-8706] - Bump commons-cli:commons-cli from 1.8.0 to 1.9.0
  • [MNG-8715] - Bump org.fusesource.jansi:jansi from 2.4.1 to 2.4.2
  • [MNG-8716] - Bump resolver to 1.9.23
  • [MNG-8745] - Bump xmlunitVersion from 2.10.0 to 2.10.2

What's Changed

New Contributors

Full Changelog: apache/maven@maven-3.9.9...maven-3.9.10

projectlombok/lombok (org.projectlombok:lombok)

v1.18.44

v1.18.42

v1.18.40

swagger-api/swagger-core (io.swagger.core.v3:swagger-annotations)

v2.2.45: Swagger-core 2.2.45 released!

Compare Source

  • fix: ensure sentinel values are handled correctly in defaultValue mer… (#​5078)
  • chore: update jackson dependencies (#​5075)
  • chore(deps-dev): bump ch.qos.logback:logback-core from 1.5.22 to 1.5.25 (#​5072)
  • nit: Renamed GericModelConverter into GenericModelConverter (#​5066)
  • fix: treat streams with arraySchema annotation as array type (#​5013) (#​5064)

v2.2.44: Swagger-core 2.2.44 released!

Compare Source

  • fix: add empty default value (#​4838) (#​5063)
  • fix: null values in examples, example and default (#​4339, #​4229) (#​5060)
  • fix: do not set schema.nullable for OAS 3.1 (#​5059)
  • fix: calculate sibling properties based upon whether the schema is the array or the item in the array (#​5055)
  • fix: OAS 3.1 schema generation for raw Object properties (#​5034)
  • feat: Multiple SecurityRequirement annotations with AND condition #​3556 (#​5025)
  • bug fix propertyNames schema is not removed as unreferenced by SpecFilter #​5017 (#​5020)
  • 5001: Add support for @​Nullable annotations in OpenAPI 3.1 schemas (#​5018)

v2.2.43: Swagger-core 2.2.43 released!

Compare Source

  • fix: add missing @​ArraysSchema.arraySchema properties (#​5049)
  • refactor: introduce class responsible for how bean validation annotations affect schemas (#​5047)
  • fix: treat example values starting with numbers as strings (#​5046)
  • refactor: add an overloaded method for resolving required so that the field type can be utilized (#​5042)
  • test: Add test showing how @​JsonSubTypes can be used with @​Schema-oneOf annotations (#​5030)
  • chore: update commons-lang3 to 3.20 (#​5026)

v2.2.42: Swagger-core 2.2.42 released!

Compare Source

  • fix: apply minItems/minLength from @​NotEmpty/@​NotBlank regardless of requiredMode (#​5033)
  • chore: update logback-core dependency (#​5029)

v2.2.41: Swagger-core 2.2.41 released!

Compare Source

  • Fix/annotated type caching 5003 (#​5005)
  • #​4852 Unit test and fix to allow recursive models to process without StackOverflow (#​5004)
  • fix: Refactor JsonAssert and apply to json/yaml assertions (#​5002)
  • fix: use arraySchema when deciding required of an array (#​4998)
  • fix: NotBlank and NotEmpty annotations follow NotNull behavior (#​4968)

v2.2.40: Swagger-core 2.2.40 released!

Compare Source

  • fix: remove superfluous ref for a composed schema. Fixes #​4959 (#​5000)
  • Bump classgraph version to 4.8.184 (#​4992)
  • fix(test): Make serialization tests robust against key reordering (#​4990)

v2.2.39: Swagger-core 2.2.39 released!

Compare Source

  • chore: remove System.out and printStackTrace to align with Sonar rules S106 and S1148 (#​4988)
  • fix: adjust docs about RequiredMode.AUTO + small refactor (#​4982)
  • Fix a non-deterministic assertion in ServletUtilsTest (#​4981)
  • Fix(core): Prevent redundant schema resolution by fixing AnnotatedType equality (#​4975)

v2.2.38: Swagger-core 2.2.38 released!

Compare Source

  • honor array schema description when generating OpenAPI 3.1 (#​4942)

v2.2.37: Swagger-core 2.2.37 released!

Compare Source

  • fix: prevent leaking properties to enum schema when Schema#implementa… (#​4970)
  • refs enumAsRef Issue 4932 (#​4969)
  • fix: add booleanSchemaValue to Schema's hashCode and equals (#​4958)
  • fix: Fix missing items on nested @​ArraySchema items in OAS 3.1 (#​4949)

v2.2.36: Swagger-core 2.2.36 released!

Compare Source

  • fix: Fix ClassCastException on resolving JsonSchema. This solves issu… (#​4950)

v2.2.35: Swagger-core 2.2.35 released!

Compare Source

  • chore: bump jackson versions to 2.19.2 (#​4943)
  • Bump github classgraph version to 4.8.181 (#​4940)
  • chore: update common lang3 to 3.18 (#​4938)
  • chore: add GitHub issue and pull request templates (#​4934)
  • docs: provide a better formatting for README (#​4930)
  • Revert temp workarounds for sonatype 502 (#​4922)
  • Ticket-4910 | Added FailedApiResponse.java (#​4911)
springdoc/springdoc-openapi (org.springdoc:springdoc-openapi-starter-webmvc-ui)

v2.8.16

Added
  • Add support for springdoc.swagger-ui.document-title property to customize the browser tab title
Changed
  • Upgrade Spring Boot to version 3.5.11
  • Upgrade swagger-core to version 2.2.43
  • Upgrade swagger-ui to version 5.32.0
  • Upgrade Scalar to version 0.5.55
Fixed
  • #​3230 – Scalar source URLs resolve to null/<groupName> on second request when using GroupedOpenApi
  • #​3226 – Propagate @JsonView context when resolving Page<T> schema in PageOpenAPIConverter
  • #​3205 – springdoc-ui does not work with native compile GraalVM 25
  • #​3219 – Upgrade swagger-core from 2.2.42 to 2.2.43 (fixes schema resolution issues)
  • #​3193 – OpenApi field in SpringDocConfigProperties does not comply with camelCase naming conventions
  • #​3161 – Prevent duplicate _links in allOf child schemas extending RepresentationModel
  • Fix type annotation not considered when Kotlin is not present
  • Fix property resolution for parameter default values

v2.8.15

Compare Source

Added
  • #​3122 – Add log notifications when SpringDocs / Scalar are enabled by default
  • #​3123 – Add support for serving static resources
  • #​3151 – Add @Order to ApplicationReadyEvent listener
  • #​3158 – Add support for API groups in Scalar
  • #​3187 – Add Scalar WebMVC and WebFlux support
  • #​3185 – Disable creation of blank GitHub issues (GitHub settings & workflow)
  • #​3186 – Decouple Web Server APIs following Spring Boot modularization
  • #​3131 - Improve warning messages when documentation is explicitly enabled
  • #​3183 - Remove unused operations consumer from route builder methods
  • #​3141 - Change handling so useReturnTypeSchema is evaluated at HTTP status code level instead of method level
Changed
  • Upgrade Spring Boot to version 3.5.9
  • Upgrade swagger-core to version 2.2.41
  • Upgrade swagger-ui to version 5.31.0
  • Upgrade Scalar to version 0.4.3
Fixed
  • #​3133 – Fix regression where content type from Swagger @RequestBody did not take precedence
  • #​3146 – Fix WebJar resource handler mappings for Swagger UI resources
  • #​3168 – Support @Schema annotations on Kotlin value classes
  • #​3178 – Fix regression when generating documentation for Kotlin LinkedHashSet
  • #​3170 – Fix warnings when setting title and description in application.yml
  • #​3187 – Add scalar scalar-webmvc and scalar-webflux support

v2.8.14

Compare Source

Added
  • #​3090 - Add logs to notify when SpringDocs/Scalar is enabled because SpringDocs/Scalar is enabled by default
Changed
  • Upgrade swagger-ui to v5.30.1
  • Upgrade swagger-core to v2.2.38
  • Upgrade spring-boot to v3.5.7
  • Upgrade commons-lang3 to v3.18.0
  • Upgrade scalar to v0.3.12
Fixed
  • #​3107 - Fix:compatible with lower version of getOpenApi().
  • #​3121 - NPE in KotlinDeprecatedPropertyCustomizer - resolvedSchema is null
spring-projects/spring-boot (org.springframework.boot:spring-boot-maven-plugin)

v3.5.12

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/patchhotfix-dependencies branch 14 times, most recently from 95cdfdb to cd6cff0 Compare December 12, 2025 15:24
@renovate renovate bot force-pushed the renovate/patchhotfix-dependencies branch 13 times, most recently from 80179ff to 1c1e93d Compare December 18, 2025 13:36
@renovate renovate bot force-pushed the renovate/patchhotfix-dependencies branch 2 times, most recently from 804c745 to 696de4d Compare January 5, 2026 08:11
@renovate renovate bot force-pushed the renovate/patchhotfix-dependencies branch 2 times, most recently from 81fa55c to bab67ee Compare January 29, 2026 09:33
@renovate renovate bot force-pushed the renovate/patchhotfix-dependencies branch 7 times, most recently from e728a31 to 6c4f7f5 Compare February 21, 2026 13:37
@renovate renovate bot force-pushed the renovate/patchhotfix-dependencies branch 3 times, most recently from 9f1f93f to 83f4514 Compare March 6, 2026 13:03
@renovate renovate bot force-pushed the renovate/patchhotfix-dependencies branch 3 times, most recently from bd9d5b2 to 9e01b79 Compare March 12, 2026 13:46
@renovate renovate bot force-pushed the renovate/patchhotfix-dependencies branch 2 times, most recently from 1566c61 to 77ff150 Compare March 25, 2026 10:11
@renovate renovate bot force-pushed the renovate/patchhotfix-dependencies branch 3 times, most recently from 29c672b to 81eb8c3 Compare March 25, 2026 12:42
@renovate renovate bot force-pushed the renovate/patchhotfix-dependencies branch from 81eb8c3 to 619e07e Compare March 25, 2026 12:43
@renovate
Copy link
Contributor Author

renovate bot commented Mar 25, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@MartinBuchheim MartinBuchheim marked this pull request as ready for review March 25, 2026 15:10
@MartinBuchheim MartinBuchheim merged commit 8deb8f1 into develop Mar 25, 2026
13 checks passed
@MartinBuchheim MartinBuchheim deleted the renovate/patchhotfix-dependencies branch March 25, 2026 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant