Skip to content

fix(deps): update all minor dependencies (develop)#206

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/develop-all-minor-patch
Open

fix(deps): update all minor dependencies (develop)#206
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/develop-all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 14, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
eclipse-temurin final patch 21.0.8_9-jre-alpine21.0.10_7-jre-alpine age confidence
maven (source) patch 3.9.113.9.12 age confidence
maven-wrapper (source) patch 3.3.23.3.4 age confidence
mukunku/tag-exists-action action minor v1.6.0v1.7.0 age confidence
postgres minor 14.1514.20 age confidence
org.apache.maven.plugins:maven-surefire-plugin (source) build patch 3.5.33.5.4 age confidence
jakarta.xml.bind:jakarta.xml.bind-api build patch 4.0.24.0.5 age confidence
org.apache.maven.plugins:maven-compiler-plugin (source) build minor 3.14.03.15.0 age confidence
org.jacoco:jacoco-maven-plugin (source) build patch 0.8.130.8.14 age confidence
commons-validator:commons-validator (source) compile patch 1.10.01.10.1 age confidence
org.springdoc:springdoc-openapi-starter-webmvc-ui (source) compile patch 2.8.92.8.15 age confidence
io.cucumber:cucumber-junit-platform-engine (source) compile minor 7.21.17.34.2 age confidence
io.cucumber:cucumber-spring (source) compile minor 7.21.17.34.2 age confidence
io.cucumber:cucumber-java (source) test minor 7.21.17.34.2 age confidence
org.postgresql:postgresql (source) compile patch 42.7.742.7.9 age confidence
org.springframework.boot:spring-boot-starter-parent (source) parent patch 3.5.53.5.10 age confidence

Release Notes

apache/maven (maven)

v3.9.12: 3.9.12

Compare Source

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

🔧 Build

📦 Dependency updates

apache/maven-wrapper (maven-wrapper)

v3.3.4: 3.3.4

Compare Source

🐛 Bug Fixes

👻 Maintenance

v3.3.3: 3.3.3

Compare Source

💥 Breaking changes

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

mukunku/tag-exists-action (mukunku/tag-exists-action)

v1.7.0: Upgrade from Node20 to Node24

Compare Source

This release bumps the node runtime version. (#​37)

jakartaee/jaxb-api (jakarta.xml.bind:jakarta.xml.bind-api)

v4.0.5

Compare Source

v4.0.4: Jakarta XML Binding API 4.0.4

Compare Source

What's Changed
New Contributors

Full Changelog: jakartaee/jaxb-api@4.0.3...4.0.4

v4.0.3: Jakarta XML Binding API 4.0.3

Compare Source

What's Changed
New Contributors

Full Changelog: jakartaee/jaxb-api@4.0.2...4.0.3

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).
springdoc/springdoc-openapi (org.springdoc:springdoc-openapi-starter-webmvc-ui)

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

v2.8.13

Compare Source

Added
Changed
  • Upgrade swagger-ui to v5.28.1
Fixed
  • #​3076 - With oneOf the response schema contains an extra type: string

v2.8.12

Changed
  • Upgrade swagger-ui to v5.28.0
Fixed
  • #​3073 - Duplicate key class Parameter when documenting two GET methods with same path and PathVariable.
  • #​3071 - @​io.swagger.v3.oas.annotations.parameters.RequestBody does not work well with @​RequestPart
  • #​3066 - Parameter is now required after upgrading to springdoc-openapi 2.8.10

v2.8.11

Added
  • #​3065 - javadoc and overall performance optimization
Changed
  • Upgrade spring-boot to v3.5.5
Fixed
  • #​3064 -ClassNotFoundException: kotlin.reflect.full.KClasses

v2.8.10

Added
  • #​3046 - Feature Request: Support @​jakarta.annotation.Nonnull.
  • #​3042 - Support externalDocs configure on SpecPropertiesCustomizer
  • #​3057 - Refactor webhook discovery and scanning mechanism
Changed
  • Upgrade spring-boot to v3.5.4
  • Upgrade swagger-ui to v5.27.1
  • Upgrade swagger-core to 2.2.36
Fixed
  • #​3050 - @​RequestPart JSON parameters missing Content-Type in generated curl commands, causing 415 errors.
  • #​2978 - Parameter is no longer optional after upgrade to 2.8.8
  • #​3022 - NullPointerException thrown in SchemaUtils.
  • #​3026 - Fix unexpected merging of media types
  • #​3036 - Fixed "desciption"
  • #​3039 - Fix: Property resolution for extensions within @​OpenAPIDefinition Info object
  • #​3051 - Fixes so that a RequestPart with a Map is added to the RequestBody
  • #​3060 - Use adaptFromForwardedHeaders instead of deprecated fromHttpRequest
cucumber/cucumber-jvm (io.cucumber:cucumber-junit-platform-engine)

v7.34.2

Compare Source

Fixed
  • [Core] Reverted: Early filtering of anonymous classes for glue (#​3158)

v7.34.1

Compare Source

Fixed
  • Ensure dependencies converge (#​3157

v7.34.0

Compare Source

Added
  • [Core] Hide successful hooks by default in HTML report (cucumber/react-components#415)
  • [Java] Support Provider instances with Pico Container (#​2879, #​3128 Stefan Gasterstädt)
  • [Java] Add Step info to @BeforeStep and @AfterStep hooks (#​3139, Menelaos Mamouzellos)
Changed
  • [Core] Refactor internals to use messages-ndjson for serialization (#​3138)
  • [Core] Early filtering of anonymous classes for glue (#​3150, Julien Kronegg)
Fixed
  • [Core] Ignore all potential class loading issues (#​3135, Christoph Läubrich)

v7.33.0

Compare Source

Added
  • [Java] Add Scenario.getLanguage() to return the current language (#​3124 Stefan Gasterstädt)
Changed
  • [Core] Upload Cucumber Reports with Gzip encoding (#​3115)
  • [Core] Render the empty tag expression as an empty string (#​222)
  • [Core] Update dependency io.cucumber:html-formatter to v22.2.0
  • [Core] Update dependency io.cucumber:tag-expressions to v8.1.0
  • [Core] Update dependency io.cucumber:cucumber-json-formatter to v0.3.2
Fixed
  • [Core] Improve error message for missing operands in tag expressions (#​221)
  • [Core] Include empty scenarios and backgrounds in json report (#​34)

v7.32.0

Compare Source

Changed
  • [Core] Update dependency io.cucumber:gherkin to v36.1.0
  • [Core] Update dependency io.cucumber:html-formatter to v22.1.0
  • [Core] Update dependency io.cucumber:junit-xml-formatter to v0.11.0
  • [Core] Update dependency io.cucumber:pretty-formatter to v2.4.1
Fixed
  • [Core] Add OS version to Meta message (#​3108)
  • [Core] Fix interpolated data tables and doc string arguments in Json report (#​29)

v7.31.0

Compare Source

Added
  • [Core] Add a UsageJsonFormatter, use with --plugin usage-json (#​3086 M.P. Korstanje)
Changed
  • [Core] Update dependency io.cucumber:ci-environment to v12.0.0
  • [Core] Update dependency io.cucumber:cucumber-json-formatter to v0.3.0
  • [Core] Update dependency io.cucumber:gherkin to v36.0.0
  • [Core] Update dependency io.cucumber:html-formatter to v22.0.0
  • [Core] Update dependency io.cucumber:junit-xml-formatter to v0.10.0
  • [Core] Update dependency io.cucumber:messages to v30.1.0
  • [Core] Update dependency io.cucumber:pretty-formatter to v2.4.0
  • [Core] Update dependency io.cucumber:query to v14.6.0
  • [Core] Update dependency io.cucumber:tag-expressions to v8.0.0
  • [Core] Update dependency io.cucumber:teamcity-formatter to v0.2.0
  • [Core] Update dependency io.cucumber:testng-xml-formatter to v0.7.0
  • [Core] Use a message based TimeLineFormatter (#​3095 M.P. Korstanje)
  • [Core] Use a message based UsageFormatter (#​3086 M.P. Korstanje)
  • [Core] Use a message based UnusedFormatter (#​3086 M.P. Korstanje)
Fixed
  • [Core] Prefer URIs with authority (#​3098 M.P. Korstanje)
  • [Core] Reduce classpath scanner logging (#​3099 M.P. Korstanje)

v7.30.0

Compare Source

Changed
  • [JUnit Platform Engine] Use JUnit Platform 1.14.0 (JUnit Jupiter 5.14.0)
Fixed
  • [JUnit Platform Engine] Use FileSource.withPosition (#​3084 M.P. Korstanje)

v7.29.0

Compare Source

Added
  • [Core] Emit Suggestion message (#​3073 M.P. Korstanje)
  • [JUnit Platform Engine] Warn when surefire naming strategy is used (#​3067 M.P. Korstanje)
  • [Java] Generate annotations for Emoji dialect (#​3062 M.P. Korstanje)
Changed
  • [Core] Use a message based RerunFormatter (#​3075 M.P. Korstanje)
  • [Core] Use a message based TeamCityPlugin (#​3050 M.P. Korstanje)
  • [Core] Use a message based DefaultSummaryPrinter (#​3028 M.P. Korstanje)
  • [Core] Use a message based ProgressFormatter (#​3028 M.P. Korstanje)
  • [Core] Update dependency io.cucumber:cucumber-json-formatter to v0.2.0
  • [Core] Update dependency io.cucumber:gherkin to v35.1.0
  • [Core] Update dependency io.cucumber:html-formatter to v21.15.0
  • [Core] Update dependency io.cucumber:junit-xml-formatter to v0.9.0
  • [Core] Update dependency io.cucumber:messages to v29.0.1
  • [Core] Update dependency io.cucumber:pretty-formatter to v2.3.0
  • [Core] Update dependency io.cucumber:query to v14.3.0
  • [Core] Update dependency io.cucumber:testng-xml-formatter to v0.6.0
Fixed
  • [Core] Emit StepMatchArgumentsList for ambiguous steps (#​3066 M.P. Korstanje)
  • [Core] Restore TestSourcesModel (#​3076 M.P. Korstanje)
  • [Core] Optimize StringUtils.isWhitespace (gherkin/#​468 Julien Kronegg, M.P. Korstanje)

v7.28.2

Compare Source

Fixed

v7.28.1

Compare Source

Fixed

v7.28.0

Compare Source

Added
  • [Core] Add custom UuidGenerator to Runtime.Builder (#​3039 Christoph Läubrich, M.P. Korstanje)
  • [Core] Add --i18n-keywords and --i18n-languages options (#​3053 M.P. Korstanje)
  • [JUnit Platform Engine] Warn when selected line does not exist (#​3056 M.P. Korstanje)
  • [JUnit Platform Engine] Support rerun files (#​3057 M.P. Korstanje)
Changed
Deprecated
  • [Core] Deprecate --i18n options (#​3053 M.P. Korstanje)

v7.27.2

Compare Source

Fixed
  • [Core] Intellij does not print summary when executing concurrently (#​3049 M.P. Korstanje)

v7.27.1

Compare Source

Fixed

v7.27.0

Compare Source

Changed
  • [Core] Show both steps and hooks in progress formatter (#​3029 M.P. Korstanje)
  • [Core] Use a more consistent definition of whitespace (gherkin/#​442 M.P. Korstanje)
  • [Core] Improve Gherkin parser performance (gherkin/#​436 Julien Kronegg, M.P. Korstanje)

v7.26.0

Compare Source

Added
  • [JUnit Platform Engine] Add cucumber.junit-platform.discovery.as-root-engine to work around SBT issues (#​3023 M.P. Korstanje)
Fixed
  • [JUnit Platform Engine] Don't use Java 9+ APIs (#​3025 M.P. Korstanje)
  • [JUnit Platform Engine] Implement toString on custom DiscoverySelectors
  • [Core] Fix incomplete id for scenarios under rules in json output (#​3026 M.P. Korstanje)

v7.25.0

Compare Source

Changed

v7.24.0

Compare Source

Added
  • [JUnit Platform Engine] Option to include a parameterized scenario name only if the scenario is parameterized (#​2835 M.P. Korstanje)
  • [JUnit Platform Engine] Option to order features and scenarios (#​2835 M.P. Korstanje)
  • [JUnit Platform Engine] Log discovery issues when a classpath resource selector is (e.g. @SelectClasspathResource) is used to select a directory. (#​2835 M.P. Korstanje)
Changed
  • [JUnit Platform Engine] Use JUnit's EngineDiscoveryRequestResolver to resolve classpath based resources. (#​2835 M.P. Korstanje)
  • [JUnit Platform Engine] Use JUnit Platform 1.13.3 (JUnit Jupiter 5.13.3)
  • [Core] Use a message based Pretty Formatter (#​2835 M.P. Korstanje)
  • [Core] Update dependency io.cucumber:gherkin to v33.0.0
  • [Core] Update dependency io.cucumber:messages to v28.2.0
  • [Core] Update dependency io.cucumber:html-formatter to v21.13.0
  • [Core] Update dependency io.cucumber:junit-xml-formatter to v0.8.0
  • [Core] Update dependency io.cucumber:query to v13.4.0
  • [Core] Update dependency io.cucumber:testng-xml-formatter to v0.4.1
Deprecated
  • [JUnit] Deprecate cucumber-junit in favour of cucumber-junit-platform-engine (#​2835 M.P. Korstanje)
Fixed
  • [JUnit Platform Engine] Log discovery issues for feature files with parse errors. (#​2835 M.P. Korstanje)

v7.23.0

Compare Source

Added
  • [JUnit Platform Engine, TestNG] Remove framework elements from UndefinedStepException stacktrace (#​3002 M.P. Korstanje)
  • [JUnit Platform Engine] Add surefire naming strategy (#​3003 M.P. Korstanje)
Changed
  • [JUnit Platform Engine] Use number-and-pickle-if-parameterized example naming strategy by default (#​3004 M.P. Korstanje)

v7.22.2

Compare Source

Changed
  • [Archetype] Assume new projects are created with at least Java 17
Fixed
  • [Core] Convert parameterized objects with @DefaultDataTableEntryTransformer (#​2995 Jean Tissot)

v7.22.1

Compare Source

Changed
  • [JUnit Platform Engine] Use JUnit Platform 1.12.2 (JUnit Jupiter 5.12.2)
Fixed

v7.22.0

Compare Source

Changed
  • [Core] Improved Gherkin parser performance (gherkin/#​372 M.P. Korstanje & Julien Kronegg)
  • [Core] Improved caching glue performance (#​2971 M.P. Korstanje & Julien Kronegg)
  • [Java, Java8] Significantly reduced number of emitted step- and hook-definition messages (#​2971 M.P. Korstanje & Julien Kronegg)
  • [Core] Removed workarounds to limit size of html report (#​2971 M.P. Korstanje & Julien Kronegg)
  • [JUnit Platform Engine] Use JUnit Platform 1.12.0 (JUnit Jupiter 5.12.0)
Deprecated
  • [Core] Deprecated ScenarioScoped glue (#​2971 M.P. Korstanje & Ju

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 added the dependencies Pull requests that update a dependency file label Feb 14, 2025
@renovate renovate bot changed the title fix(deps): update dependency com.tngtech.archunit:archunit to v1.4.0 (develop) fix(deps): update all minor dependencies (develop) Feb 16, 2025
@renovate renovate bot force-pushed the renovate/develop-all-minor-patch branch 4 times, most recently from f4b42c9 to eccaf1f Compare February 21, 2025 10:45
@renovate renovate bot force-pushed the renovate/develop-all-minor-patch branch from eccaf1f to 75b7f21 Compare February 24, 2025 15:12
@renovate renovate bot force-pushed the renovate/develop-all-minor-patch branch from 75b7f21 to 1960f3e Compare February 28, 2025 08:59
@renovate renovate bot force-pushed the renovate/develop-all-minor-patch branch 5 times, most recently from 6d9cca3 to 7ddd1af Compare March 23, 2025 18:54
@renovate renovate bot force-pushed the renovate/develop-all-minor-patch branch 2 times, most recently from 4b6dea9 to eec3beb Compare March 31, 2025 02:45
@renovate renovate bot force-pushed the renovate/develop-all-minor-patch branch 5 times, most recently from 149b923 to 685a7b0 Compare April 9, 2025 15:00
@renovate renovate bot force-pushed the renovate/develop-all-minor-patch branch 2 times, most recently from 3326760 to d7e5be9 Compare April 24, 2025 19:38
@renovate renovate bot force-pushed the renovate/develop-all-minor-patch branch 4 times, most recently from 7b19dc6 to 59273b6 Compare May 12, 2025 03:12
@renovate renovate bot force-pushed the renovate/develop-all-minor-patch branch 3 times, most recently from 97298cd to f15103b Compare May 28, 2025 14:28
@renovate renovate bot force-pushed the renovate/develop-all-minor-patch branch 3 times, most recently from 8a889c9 to f7757d9 Compare November 21, 2025 02:29
@renovate renovate bot force-pushed the renovate/develop-all-minor-patch branch from f7757d9 to 47288de Compare December 1, 2025 10:02
@renovate renovate bot force-pushed the renovate/develop-all-minor-patch branch 3 times, most recently from 0bfae7c to 7bac1c9 Compare December 11, 2025 08:30
@renovate renovate bot force-pushed the renovate/develop-all-minor-patch branch 2 times, most recently from 43ea1dd to 5b6937f Compare December 18, 2025 14:43
@renovate renovate bot force-pushed the renovate/develop-all-minor-patch branch 4 times, most recently from cc4611d to 1623ae1 Compare January 1, 2026 16:43
@renovate renovate bot force-pushed the renovate/develop-all-minor-patch branch 5 times, most recently from b7ba492 to a1cc0cc Compare January 16, 2026 15:08
@renovate renovate bot force-pushed the renovate/develop-all-minor-patch branch 4 times, most recently from de25b00 to b91668d Compare January 28, 2026 22:32
@renovate renovate bot force-pushed the renovate/develop-all-minor-patch branch 5 times, most recently from 2a03653 to 06f3a9b Compare February 5, 2026 09:46
@renovate renovate bot force-pushed the renovate/develop-all-minor-patch branch from 06f3a9b to cc2fe7b Compare February 6, 2026 05:12
@renovate renovate bot force-pushed the renovate/develop-all-minor-patch branch from cc2fe7b to 3f62a6a Compare February 6, 2026 10:40
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants