Skip to content

build(deps): bump the java-dependencies group across 1 directory with 9 updates #382

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

Bumps the java-dependencies group with 9 updates in the / directory:

Package From To
io.cucumber:cucumber-java 7.21.1 7.22.0
io.cucumber:cucumber-junit 7.21.1 7.22.0
io.cucumber:cucumber-spring 7.21.1 7.22.0
org.junit.vintage:junit-vintage-engine 5.11.4 5.12.1
org.wiremock:wiremock-standalone 3.12.0 3.12.1
org.projectlombok:lombok 1.18.36 1.18.38
org.springdoc:springdoc-openapi-starter-webmvc-ui 2.8.5 2.8.6
org.springframework.boot 3.4.3 3.4.4
org.owasp.dependencycheck 12.1.0 12.1.1

Updates io.cucumber:cucumber-java from 7.21.1 to 7.22.0

Release notes

Sourced from io.cucumber:cucumber-java's releases.

v7.22.0

Changed

  • [Core] Improved Gherkin parser performance ([gherkin/#372](cucumber/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 & Julien Kronegg)

Fixed

Changelog

Sourced from io.cucumber:cucumber-java's changelog.

[7.22.0] - 2025-04-05

Changed

  • [Core] Improved Gherkin parser performance ([gherkin/#372](cucumber/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 & Julien Kronegg)

Fixed

Commits
  • 048d112 Prepare release v7.22.0
  • b53a08c Update CHANGELOG
  • 8cdad38 Update CHANGELOG
  • 8ebf461 Update dependency io.cucumber:gherkin to v28.1.0
  • 5ff4891 chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin...
  • 9b9d5fc chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.22.0
  • a752457 Update CHANGELOG
  • 8bcf2a2 fix(deps): update dependency io.cucumber:html-formatter to v21.10.0
  • 60f1d56 Note that using cucumber.features with Gradle will run scenarios twice
  • e6966ff [junit-platform] Document how to run a single feature with Gradle (#2973)
  • Additional commits viewable in compare view

Updates io.cucumber:cucumber-junit from 7.21.1 to 7.22.0

Release notes

Sourced from io.cucumber:cucumber-junit's releases.

v7.22.0

Changed

  • [Core] Improved Gherkin parser performance ([gherkin/#372](cucumber/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 & Julien Kronegg)

Fixed

Changelog

Sourced from io.cucumber:cucumber-junit's changelog.

[7.22.0] - 2025-04-05

Changed

  • [Core] Improved Gherkin parser performance ([gherkin/#372](cucumber/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 & Julien Kronegg)

Fixed

Commits
  • 048d112 Prepare release v7.22.0
  • b53a08c Update CHANGELOG
  • 8cdad38 Update CHANGELOG
  • 8ebf461 Update dependency io.cucumber:gherkin to v28.1.0
  • 5ff4891 chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin...
  • 9b9d5fc chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.22.0
  • a752457 Update CHANGELOG
  • 8bcf2a2 fix(deps): update dependency io.cucumber:html-formatter to v21.10.0
  • 60f1d56 Note that using cucumber.features with Gradle will run scenarios twice
  • e6966ff [junit-platform] Document how to run a single feature with Gradle (#2973)
  • Additional commits viewable in compare view

Updates io.cucumber:cucumber-spring from 7.21.1 to 7.22.0

Release notes

Sourced from io.cucumber:cucumber-spring's releases.

v7.22.0

Changed

  • [Core] Improved Gherkin parser performance ([gherkin/#372](cucumber/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 & Julien Kronegg)

Fixed

Changelog

Sourced from io.cucumber:cucumber-spring's changelog.

[7.22.0] - 2025-04-05

Changed

  • [Core] Improved Gherkin parser performance ([gherkin/#372](cucumber/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 & Julien Kronegg)

Fixed

Commits
  • 048d112 Prepare release v7.22.0
  • b53a08c Update CHANGELOG
  • 8cdad38 Update CHANGELOG
  • 8ebf461 Update dependency io.cucumber:gherkin to v28.1.0
  • 5ff4891 chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin...
  • 9b9d5fc chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.22.0
  • a752457 Update CHANGELOG
  • 8bcf2a2 fix(deps): update dependency io.cucumber:html-formatter to v21.10.0
  • 60f1d56 Note that using cucumber.features with Gradle will run scenarios twice
  • e6966ff [junit-platform] Document how to run a single feature with Gradle (#2973)
  • Additional commits viewable in compare view

Updates io.cucumber:cucumber-junit from 7.21.1 to 7.22.0

Release notes

Sourced from io.cucumber:cucumber-junit's releases.

v7.22.0

Changed

  • [Core] Improved Gherkin parser performance ([gherkin/#372](cucumber/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 & Julien Kronegg)

Fixed

Changelog

Sourced from io.cucumber:cucumber-junit's changelog.

[7.22.0] - 2025-04-05

Changed

  • [Core] Improved Gherkin parser performance ([gherkin/#372](cucumber/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 & Julien Kronegg)

Fixed

Commits
  • 048d112 Prepare release v7.22.0
  • b53a08c Update CHANGELOG
  • 8cdad38 Update CHANGELOG
  • 8ebf461 Update dependency io.cucumber:gherkin to v28.1.0
  • 5ff4891 chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin...
  • 9b9d5fc chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.22.0
  • a752457 Update CHANGELOG
  • 8bcf2a2 fix(deps): update dependency io.cucumber:html-formatter to v21.10.0
  • 60f1d56 Note that using cucumber.features with Gradle will run scenarios twice
  • e6966ff [junit-platform] Document how to run a single feature with Gradle (#2973)
  • Additional commits viewable in compare view

Updates io.cucumber:cucumber-spring from 7.21.1 to 7.22.0

Release notes

Sourced from io.cucumber:cucumber-spring's releases.

v7.22.0

Changed

  • [Core] Improved Gherkin parser performance ([gherkin/#372](cucumber/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 & Julien Kronegg)

Fixed

Changelog

Sourced from io.cucumber:cucumber-spring's changelog.

[7.22.0] - 2025-04-05

Changed

  • [Core] Improved Gherkin parser performance ([gherkin/#372](cucumber/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 & Julien Kronegg)

Fixed

Commits
  • 048d112 Prepare release v7.22.0
  • b53a08c Update CHANGELOG
  • 8cdad38 Update CHANGELOG
  • 8ebf461 Update dependency io.cucumber:gherkin to v28.1.0
  • 5ff4891 chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin...
  • 9b9d5fc chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.22.0
  • a752457 Update CHANGELOG
  • 8bcf2a2 fix(deps): update dependency io.cucumber:html-formatter to v21.10.0
  • 60f1d56 Note that using cucumber.features with Gradle will run scenarios twice
  • e6966ff [junit-platform] Document how to run a single feature with Gradle (#2973)
  • Additional commits viewable in compare view

Updates org.junit.vintage:junit-vintage-engine from 5.11.4 to 5.12.1

Release notes

Sourced from org.junit.vintage:junit-vintage-engine's releases.

JUnit 5.12.1 = Platform 1.12.1 + Jupiter 5.12.1 + Vintage 5.12.1

See Release Notes.

Full Changelog: junit-team/junit5@r5.12.0...r5.12.1

JUnit 5.12.0 = Platform 1.12.0 + Jupiter 5.12.0 + Vintage 5.12.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit5@r5.11.4...r5.12.0

JUnit 5.12.0-RC2 = Platform 1.12.0-RC2 + Jupiter 5.12.0-RC2 + Vintage 5.12.0-RC2

See Release Notes.

Full Changelog: junit-team/junit5@r5.12.0-RC1...r5.12.0-RC2

JUnit 5.12.0-RC1 = Platform 1.12.0-RC1 + Jupiter 5.12.0-RC1 + Vintage 5.12.0-RC1

See Release Notes.

Full Changelog: junit-team/junit5@r5.12.0-M1...r5.12.0-RC1

JUnit 5.12.0-M1 = Platform 1.12.0-M1 + Jupiter 5.12.0-M1 + Vintage 5.12.0-M1

See Release Notes.

New Contributors

... (truncated)

Commits
  • ba9c9ae Release 5.12.1
  • e28ad4a Finalize 5.12.1 release notes
  • 1044e2c Move entry to 5.12.1 release notes
  • bea821d Fix Javadoc formatting
  • 1a1a67d Set stable module name for the standalone JAR file
  • 062d3fa Remove internal packages from API reports
  • 74521ab Introduce ExtensionContext.getEnclosingTestClasses()
  • 1e135b9 Create initial 5.12.1 release notes from template
  • d540e4f Link to correct method
  • 31d60b7 Split API reports by module and package
  • Additional commits viewable in compare view

Updates org.wiremock:wiremock-standalone from 3.12.0 to 3.12.1

Release notes

Sourced from org.wiremock:wiremock-standalone's releases.

3.12.1

🐞 Bug fixes

📖 OpenAPI updates

  • Use camel-case format for the fileName property in the request-pattern schema (#2966) @​picimako

👻 Maintenance

📦 Dependency updates

✍ Other changes

Commits
  • 8251033 Merge pull request #2982 from wiremock/bump-patch
  • f04e530 bump patch version to 3.12.1
  • e03e4d2 Merge pull request #2981 from wiremock/xml-perf-improvements
  • f76cb7f perf: Reinstate improvements on EqualToXmlPattern
  • ee67c13 refactor: Extract DelegateDocumentBuilderFactory & subtypes
  • 66c9b9e Merge pull request #2977 from wiremock/thread-local-xml
  • 08a1a75 Merge pull request #2979 from wiremock/update-actions-cache-version
  • 6052951 Update actions/cache@v1 to use v4
  • b45bf62 Merge pull request #2978 from wiremock/dependabot/gradle/com.fasterxml.jackso...
  • 063cdf4 Bump com.fasterxml.jackson:jackson-bom from 2.18.2 to 2.18.3
  • Additional commits viewable in compare view

Updates org.projectlombok:lombok from 1.18.36 to 1.18.38

Changelog

Sourced from org.projectlombok:lombok's changelog.

v1.18.38 (March 31st, 2025)

  • PLATFORM: JDK24 support added.
  • FEATURE: Lombok's nullity annotation now supports JSpecify out of the box, using config key jspecify.
  • BUGFIX: Recent eclipse releases would get you 'negative length' error. The bug had always been in lombok but didn't matter until recent releases. [Issue #3823](projectlombok/lombok#3823).
  • BUGFIX: The 'extract local variable' refactor script of VSCode wouldn't replace all occurrences if run on a method call to a lombok generated method. [Issue #3783](projectlombok/lombok#3783).
Commits
  • 37b7e19 [release] pre-release version bump for v1.18.38
  • ec886ae [changelog] Mention fixing of #3783 in changelog.
  • ed0965b [docs] Cleaned up use of \<p> in maven and edge html.
  • b7896c5 #3824 Our own 'Comment' ad hoc impl now also needs to provide an impl for `...
  • 8ed8234 [unused-code] We kept a ref to the storeEnd in PrettyPrinter but we never u...
  • 975f96f Merge pull request #3856 from mmoayyed/github-workflow-config
  • 7783760 Fix github workflow YAML configuration
  • 3aa9779 [changelog] Mention fix for eclipse negative length (#3823) in changelog.
  • f4e5bbb [fix #3839] Fixing a mistake in my merge of 3939.
  • 41dfb0d [fix #3825] Stub compilation requires all non-core-java classes to be stubbed.
  • Additional commits viewable in compare view

Updates org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.5 to 2.8.6

Release notes

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's releases.

springdoc-openapi v2.8.6 released!

What's Changed

Added

  • #2909 - Check both SerDe BeanPropertyDefinition for @JsonUnwrapped/@​Schema
  • #2927 - Bail sealed class subtype introspection on Schema
  • #2917 - Add Future to ignored response wrappers
  • #2938 - Add out of the box support for LocalTime, YearMonth, MonthDay

Changed

  • Upgrade swagger-ui to v5.20.1
  • Upgrade swagger-core to 2.2.29
  • Upgrade spring-cloud-function to 4.2.2
  • Upgrade spring-boot to version 3.4.4

Fixed

  • #2928 - Add missing builder methods in SchemaBuilder
  • #2905 - ModelResolver.enumAsRef = true result in invalid openapi with actuator using enum param
  • #2939 - Duplicate ModelConverter registration with Spring Boot DevTools
  • #2941 - SpringBoot native fails /v3/api-docs when using a Map as an http entity field

New Contributors

Full Changelog: springdoc/springdoc-openapi@v2.8.5...v2.8.6

Changelog

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's changelog.

[2.8.6] - 2025-03-23

Added

  • #2909 - Check both SerDe BeanPropertyDefinition for @JsonUnwrapped/@​Schema
  • #2927 - Bail sealed class subtype introspection on Schema
  • #2917 - Add Future to ignored response wrappers
  • #2938 - Add out of the box support for LocalTime, YearMonth, MonthDay

Changed

  • Upgrade swagger-ui to v5.20.1
  • Upgrade swagger-core to 2.2.29
  • Upgrade spring-cloud-function to 4.2.2
  • Upgrade spring-boot to version 3.4.4

Fixed

  • #2928 - Add missing builder methods in SchemaBuilder
  • #2905 - ModelResolver.enumAsRef = true result in invalid openapi with actuator using enum param
  • #2939 - Duplicate ModelConverter registration with Spring Boot DevTools
  • #2941 - SpringBoot native fails /v3/api-docs when using a Map as an http entity field
Commits
  • 3cf77ca [maven-release-plugin] prepare release v2.8.6
  • c047b12 CHANGELOG.md update for the next release 2.8.6
  • 20e5eec SpringBoot native fails /v3/api-docs when using a Map as an http entity field...
  • e185654 Upgrade spring-boot to version 3.4.4
  • 3421305 Duplicate ModelConverter registration with Spring Boot DevTools. Fixes #2939
  • ec43ffb LocalTime, YearMonth, MonthDay are not serialized correctly in ISO 8601 forma...
  • 7e45bea Wrong schema generation with PagedModel generated VIA_DTO and wrapped in Resp...
  • c32a017 OpenAPIService serverBaseUrl is not thread safe. Fixes #2931
  • 65ae8ba Add Future to ignored response wrappers. Fixes #2917.
  • c07093c ModelResolver.enumAsRef = true result in invalid openapi with actuator using ...
  • Additional commits viewable in compare view

Updates org.springframework.boot from 3.4.3 to 3.4.4

Release notes

Sourced from org.springframework.boot's releases.

v3.4.4

❗ Noteworthy Changes

Tomcat APR support is now disabled by default if you are using Java 24 or higher. This change has been made to prevent JDK from issuing warnings.

Please see the updated release notes for details.

🐞 Bug Fixes

  • Actuator throws an exception when using prototype scoped DataSource bean #44706
  • Docker API error message is missing in some cases #44630
  • DefaultJmsListenerContainerFactoryConfigurer#setObservationRegistry should not be public #44585
  • When an application contains multiple DataSource beans, EntityManagerFactoryBuilder will default ddl-auto to a value that may only be appropriate for the primary DataSource #44516
  • When the main class is not proxied, native testing that uses the application's main method does not work #44481
  • When loading configuration from a Resource, Log4J2LoggingSystem may not close the InputStream #44473
  • When loading from a resource, PemContent does not close the InputStream #44454
  • ResourceBanner does not close the InputStream used to read the banner #44452
  • ConfigDataLocationResolvers and PropertySourceLoaders are loaded using a potentially different class loader #44450
  • Kafka message sending fails with 'class SslBundleSslEngineFactory could not be found' #44437
  • Kafka in native-image fails when using SSL bundles #44436
  • Nested test classes don't inherit properties from @DataJpaTest on enclosing class #44407
  • Failure diagnostics are poor when trying to use an image platform that is not supported by the builder #44059
  • Checking if APR is available logs a warning on Java 24 #44033

📔 Documentation

  • Multiline properties in documentation are missing backslashes #44790
  • Polish javadoc of SqlR2dbcScriptDatabaseInitializer #44764
  • Document support for Java 24 #44754
  • Remove OpenShift link that 404s #44748
  • Fix link to javadoc for JavaExec.setArgsString #44536
  • Fix typo in documentation #44523
  • Update descriptions of properties that no longer require Flyway Teams #44483
  • Fix typo in javadoc of CommonStructuredLogFormat#ELASTIC_COMMON_SCHEMA #44469
  • Samples for metadata annotation processers have invalid fold attribute #44420
  • Clarify which Mongo properties are ignored when URI property is set #44404
  • Adapt Javadoc reference of JooqExceptionTranslator to use ExceptionTranslatorExecuteListener #44402

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 6.1.6 #44663
  • Upgrade to AspectJ 1.9.23 #44720
  • Upgrade to Groovy 4.0.26 #44546
  • Upgrade to Hibernate 6.6.11.Final #44739
  • Upgrade to Infinispan 15.0.14.Final #44548
  • Upgrade to Jackson Bom 2.18.3 #44549
  • Upgrade to Jetty 12.0.18 #44774
  • Upgrade to Jetty Reactive HTTPClient 4.0.9 #44773
  • Upgrade to jOOQ 3.19.21 #44665
  • Upgrade to Logback 1.5.18 #44775
  • Upgrade to Maven Deploy Plugin 3.1.4 #44552

... (truncated)

Commits
  • d4eb556 Increase Nexus timeouts
  • 0226b6a Release v3.4.4
  • 6ba94ae Merge branch '3.3.x' into 3.4.x
  • 36a5936 Next development version (v3.3.11-SNAPSHOT)
  • 375aba6 Upgrade to Spring Framework 6.2.5
  • 37e4a3c Merge branch '3.3.x' into 3.4.x
  • 99fa21c Upgrade to asciidoctor-extensions 1.0.0-alpha.17
  • f86a6fb Upgrade to Spring Batch 5.2.2
  • 6567609 Merge branch '3.3.x' into 3.4.x
  • 80b6c59 Improve debuggability of DockerComposeTestExtension
  • Additional commits viewable in compare view

Updates org.owasp.dependencycheck from 12.1.0 to 12.1.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 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

… 9 updates

Bumps the java-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.cucumber:cucumber-java](https://github.com/cucumber/cucumber-jvm) | `7.21.1` | `7.22.0` |
| [io.cucumber:cucumber-junit](https://github.com/cucumber/cucumber-jvm) | `7.21.1` | `7.22.0` |
| [io.cucumber:cucumber-spring](https://github.com/cucumber/cucumber-jvm) | `7.21.1` | `7.22.0` |
| [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit5) | `5.11.4` | `5.12.1` |
| [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) | `3.12.0` | `3.12.1` |
| [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.36` | `1.18.38` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.8.5` | `2.8.6` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.4.3` | `3.4.4` |
| org.owasp.dependencycheck | `12.1.0` | `12.1.1` |



Updates `io.cucumber:cucumber-java` from 7.21.1 to 7.22.0
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-jvm@v7.21.1...v7.22.0)

Updates `io.cucumber:cucumber-junit` from 7.21.1 to 7.22.0
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-jvm@v7.21.1...v7.22.0)

Updates `io.cucumber:cucumber-spring` from 7.21.1 to 7.22.0
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-jvm@v7.21.1...v7.22.0)

Updates `io.cucumber:cucumber-junit` from 7.21.1 to 7.22.0
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-jvm@v7.21.1...v7.22.0)

Updates `io.cucumber:cucumber-spring` from 7.21.1 to 7.22.0
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-jvm@v7.21.1...v7.22.0)

Updates `org.junit.vintage:junit-vintage-engine` from 5.11.4 to 5.12.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.4...r5.12.1)

Updates `org.wiremock:wiremock-standalone` from 3.12.0 to 3.12.1
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@3.12.0...3.12.1)

Updates `org.projectlombok:lombok` from 1.18.36 to 1.18.38
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.36...v1.18.38)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.5 to 2.8.6
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.8.5...v2.8.6)

Updates `org.springframework.boot` from 3.4.3 to 3.4.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.3...v3.4.4)

Updates `org.owasp.dependencycheck` from 12.1.0 to 12.1.1

---
updated-dependencies:
- dependency-name: io.cucumber:cucumber-java
  dependency-version: 7.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-dependencies
- dependency-name: io.cucumber:cucumber-junit
  dependency-version: 7.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-dependencies
- dependency-name: io.cucumber:cucumber-spring
  dependency-version: 7.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-dependencies
- dependency-name: io.cucumber:cucumber-junit
  dependency-version: 7.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-dependencies
- dependency-name: io.cucumber:cucumber-spring
  dependency-version: 7.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-dependencies
- dependency-name: org.junit.vintage:junit-vintage-engine
  dependency-version: 5.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-dependencies
- dependency-name: org.wiremock:wiremock-standalone
  dependency-version: 3.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-dependencies
- dependency-name: org.projectlombok:lombok
  dependency-version: 1.18.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-dependencies
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-version: 2.8.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-dependencies
- dependency-name: org.springframework.boot
  dependency-version: 3.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-dependencies
- dependency-name: org.owasp.dependencycheck
  dependency-version: 12.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 7, 2025
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