Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2025

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

Package From To
io.cucumber:cucumber-java 7.29.0 7.31.0
io.cucumber:cucumber-junit 7.29.0 7.31.0
io.cucumber:cucumber-spring 7.29.0 7.31.0
org.junit.vintage:junit-vintage-engine 5.13.4 6.0.1
org.springdoc:springdoc-openapi-starter-webmvc-ui 2.8.13 2.8.14
org.springframework.boot 3.5.6 3.5.7
org.owasp.dependencycheck 12.1.6 12.1.8

Updates io.cucumber:cucumber-java from 7.29.0 to 7.31.0

Release notes

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

v7.31.0

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

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)
Changelog

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

[7.31.0] - 2025-10-27

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)

[7.30.0] - 2025-10-01

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)
Commits
  • 49c60df Prepare release v7.31.0
  • eab2a3a Update dependencies and CHANGELOG
  • 335035a chore(deps): update xmlunit.version to v2.11.0 (#3101)
  • 3bf48ca chore(deps): update kotlin monorepo to v2.2.21 (#3100)
  • 11d5a30 chore(deps): update dependency com.puppycrawl.tools:checkstyle to v12.1.1
  • c27a72b chore(deps): update vertx.version to v4.5.22
  • 07395a1 chore(deps): update dependency com.puppycrawl.tools:checkstyle to v12.1.0
  • 343b474 chore(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3.6.2
  • 16ab5d8 Sort threads in timeline lexicographically
  • 573e96d fix(deps): update spring core to v6.2.12
  • Additional commits viewable in compare view

Updates io.cucumber:cucumber-junit from 7.29.0 to 7.31.0

Release notes

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

v7.31.0

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

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)
Changelog

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

[7.31.0] - 2025-10-27

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)

[7.30.0] - 2025-10-01

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)
Commits
  • 49c60df Prepare release v7.31.0
  • eab2a3a Update dependencies and CHANGELOG
  • 335035a chore(deps): update xmlunit.version to v2.11.0 (#3101)
  • 3bf48ca chore(deps): update kotlin monorepo to v2.2.21 (#3100)
  • 11d5a30 chore(deps): update dependency com.puppycrawl.tools:checkstyle to v12.1.1
  • c27a72b chore(deps): update vertx.version to v4.5.22
  • 07395a1 chore(deps): update dependency com.puppycrawl.tools:checkstyle to v12.1.0
  • 343b474 chore(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3.6.2
  • 16ab5d8 Sort threads in timeline lexicographically
  • 573e96d fix(deps): update spring core to v6.2.12
  • Additional commits viewable in compare view

Updates io.cucumber:cucumber-spring from 7.29.0 to 7.31.0

Release notes

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

v7.31.0

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

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)
Changelog

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

[7.31.0] - 2025-10-27

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)

[7.30.0] - 2025-10-01

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)
Commits
  • 49c60df Prepare release v7.31.0
  • eab2a3a Update dependencies and CHANGELOG
  • 335035a chore(deps): update xmlunit.version to v2.11.0 (#3101)
  • 3bf48ca chore(deps): update kotlin monorepo to v2.2.21 (#3100)
  • 11d5a30 chore(deps): update dependency com.puppycrawl.tools:checkstyle to v12.1.1
  • c27a72b chore(deps): update vertx.version to v4.5.22
  • 07395a1 chore(deps): update dependency com.puppycrawl.tools:checkstyle to v12.1.0
  • 343b474 chore(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3.6.2
  • 16ab5d8 Sort threads in timeline lexicographically
  • 573e96d fix(deps): update spring core to v6.2.12
  • Additional commits viewable in compare view

Updates io.cucumber:cucumber-junit from 7.29.0 to 7.31.0

Release notes

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

v7.31.0

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

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)
Changelog

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

[7.31.0] - 2025-10-27

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)

[7.30.0] - 2025-10-01

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)
Commits
  • 49c60df Prepare release v7.31.0
  • eab2a3a Update dependencies and CHANGELOG
  • 335035a chore(deps): update xmlunit.version to v2.11.0 (#3101)
  • 3bf48ca chore(deps): update kotlin monorepo to v2.2.21 (#3100)
  • 11d5a30 chore(deps): update dependency com.puppycrawl.tools:checkstyle to v12.1.1
  • c27a72b chore(deps): update vertx.version to v4.5.22
  • 07395a1 chore(deps): update dependency com.puppycrawl.tools:checkstyle to v12.1.0
  • 343b474 chore(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3.6.2
  • 16ab5d8 Sort threads in timeline lexicographically
  • 573e96d fix(deps): update spring core to v6.2.12
  • Additional commits viewable in compare view

Updates io.cucumber:cucumber-spring from 7.29.0 to 7.31.0

Release notes

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

v7.31.0

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

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)
Changelog

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

[7.31.0] - 2025-10-27

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)

[7.30.0] - 2025-10-01

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)
Commits
  • 49c60df Prepare release v7.31.0
  • eab2a3a Update dependencies and CHANGELOG
  • 335035a chore(deps): update xmlunit.version to v2.11.0 (#3101)
  • 3bf48ca chore(deps): update kotlin monorepo to v2.2.21 (#3100)
  • 11d5a30 chore(deps): update dependency com.puppycrawl.tools:checkstyle to v12.1.1
  • c27a72b chore(deps): update vertx.version to v4.5.22
  • 07395a1 chore(deps): update dependency com.puppycrawl.tools:checkstyle to v12.1.0
  • 343b474 chore(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3.6.2
  • 16ab5d8 Sort threads in timeline lexicographically
  • 573e96d fix(deps): update spring core to v6.2.12
  • Additional commits viewable in compare view

Updates org.junit.vintage:junit-vintage-engine from 5.13.4 to 6.0.1

Release notes

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

JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0...r6.0.1

JUnit 6.0.0 = Platform 6.0.0 + Jupiter 6.0.0 + Vintage 6.0.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.14.0...r6.0.0

JUnit 6.0.0-RC3 = Platform 6.0.0-RC3 + Jupiter 6.0.0-RC3 + Vintage 6.0.0-RC3

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0-RC2...r6.0.0-RC3

JUnit 6.0.0-RC2 = Platform 6.0.0-RC2 + Jupiter 6.0.0-RC2 + Vintage 6.0.0-RC2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0-RC1...r6.0.0-RC2

JUnit 6.0.0-RC1 = Platform 6.0.0-RC1 + Jupiter 6.0.0-RC1 + Vintage 6.0.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0-M2...r6.0.0-RC1

JUnit 6.0.0-M2 = Platform 6.0.0-M2 + Jupiter 6.0.0-M2 + Vintage 6.0.0-M2

See Release Notes.

... (truncated)

Commits

Updates org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.13 to 2.8.14

Release notes

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

springdoc-openapi v2.8.14 released!

What's Changed

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

New Contributors

Full Changelog: springdoc/springdoc-openapi@v2.8.13...v2.8.14

Changelog

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

[2.8.14] - 2025-11-02

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
Commits
  • a5a9ca4 [maven-release-plugin] prepare release v2.8.14
  • ae4e05c update for release 2.8.14
  • e6abdb6 Merge branch 'zakaria-shahen-issues/add-log-when-springdoc-enabled'
  • fa05431 code review
  • ce7f0f7 Merge branch 'issues/add-log-when-springdoc-enabled' of github.com:zakaria-sh...
  • f01af05 update to swagger-ui version 5.30.1
  • 7be8cfe add logs to notify developer the SpringDocs or Scalar is enabled. see #3090
  • 4aa45e6 [Bug] NPE in KotlinDeprecatedPropertyCustomizer - resolvedSchema is null. Fix...
  • 85ecc01 upgrade commons-lang3 to 3.18.0. Fixes #3093
  • 6553144 swagger-ui update to version 5.30.0
  • Additional commits viewable in compare view

Updates org.springframework.boot from 3.5.6 to 3.5.7

Release notes

Sourced from org.springframework.boot's releases.

v3.5.7

⭐ New Features

  • Add TWENTY_FIVE to JavaVersion enum #47609

🐞 Bug Fixes

  • Signed jar verification fails when nested in an uber war running on an Oracle JVM #47771
  • In an uber war, value of the Sbom-Location manifest attribute does not match the SBOM's actual location #47737
  • Homebrew formula for the CLI should use libexec #47722
  • When virtual threads are enabled, embedded Jetty does not use recommended virtual thread configuration #47717
  • ClientHttpRequestFactoryRuntimeHints is missing timeout methods with Duration overloads #47678
  • OnBeanCondition no longer correctly finds annotations on scoped target proxy beans #47635
  • JavaVersion doesn't work reliably in native-image #47620
  • LiquibaseEndpoint always uses defaultSchema instead of liquibaseSchema #47346
  • Launcher fails to find main method when it is parameterless #47311
  • Package private Main class using Java 25 is not found by build plugins #47309
  • Bitnami legacy images are not automatically detected #47275
  • Maven plugin does not provide an easy way to exclude optional dependencies from uber jar #25403

📔 Documentation

  • Some spring.test.* properties are not documented #47775
  • Dependency management for Maven AntRun Plugin is missing changelog link #47744
  • Developing Your First Spring Boot Application has outdated tools #47700
  • Include deprecated configuration properties in the reference documentation #47669
  • Aggregated Javadoc should link to the proper version of JakartaEE #47593
  • Update javadoc of TestRestTemplate following change to redirect behavior #47474
  • Use non-deprecated syntax to configure sourceCompatibility #47343
  • Fix link to Framework's @Bean annotation #47330
  • Update managed dependency version override examples in documentation #47306

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 6.1.8 #47767
  • Upgrade to Angus Mail 2.0.5 #47525
  • Upgrade to AssertJ 3.27.6 #47526
  • Upgrade to Byte Buddy 1.17.8 #47527
  • Upgrade to Cassandra Driver 4.19.1 #47768
  • Upgrade to Classmate 1.7.1 #47528
  • Upgrade to Elasticsearch Client 8.18.8 #47671
  • Upgrade to Glassfish JAXB 4.0.6 #47529
  • Upgrade to GraphQL Java 24.3 #47755
  • Upgrade to Groovy 4.0.29 #47713
  • Upgrade to Hibernate 6.6.33.Final #47530
  • Upgrade to HttpClient5 5.5.1 #47531
  • Upgrade to HttpCore5 5.3.6 #47532
  • Upgrade to Jakarta Mail 2.1.5 #47533
  • Upgrade to Jakarta XML Bind 4.0.4 #47242
  • Upgrade to Jetty 12.0.29 #47728

... (truncated)

Commits
  • d3152ea Release v3.5.7
  • af07358 Merge branch '3.4.x' into 3.5.x
  • b0bef35 Document missing spring.test.* properties
  • 6683d0f Merge branch '3.4.x' into 3.5.x
  • 5ba3642 Next development version (v3.4.12-SNAPSHOT)
  • 59aba4e Merge branch '3.4.x' into 3.5.x
  • 4525a0c Merge pull request #47284 from DKARAGODIN
  • 43d91ae Write signature files to uber wars for Oracle Java 17 verification
  • eaad688 Upgrade to Spring Batch 5.2.4
  • edee2de Upgrade to Cassandra Driver 4.19.1
  • Additional commits viewable in compare view

Updates org.owasp.dependencycheck from 12.1.6 to 12.1.8

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

… 7 updates

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

| Package | From | To |
| --- | --- | --- |
| [io.cucumber:cucumber-java](https://github.com/cucumber/cucumber-jvm) | `7.29.0` | `7.31.0` |
| [io.cucumber:cucumber-junit](https://github.com/cucumber/cucumber-jvm) | `7.29.0` | `7.31.0` |
| [io.cucumber:cucumber-spring](https://github.com/cucumber/cucumber-jvm) | `7.29.0` | `7.31.0` |
| [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit-framework) | `5.13.4` | `6.0.1` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.8.13` | `2.8.14` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.5.6` | `3.5.7` |
| org.owasp.dependencycheck | `12.1.6` | `12.1.8` |



Updates `io.cucumber:cucumber-java` from 7.29.0 to 7.31.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.29.0...v7.31.0)

Updates `io.cucumber:cucumber-junit` from 7.29.0 to 7.31.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.29.0...v7.31.0)

Updates `io.cucumber:cucumber-spring` from 7.29.0 to 7.31.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.29.0...v7.31.0)

Updates `io.cucumber:cucumber-junit` from 7.29.0 to 7.31.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.29.0...v7.31.0)

Updates `io.cucumber:cucumber-spring` from 7.29.0 to 7.31.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.29.0...v7.31.0)

Updates `org.junit.vintage:junit-vintage-engine` from 5.13.4 to 6.0.1
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.4...r6.0.1)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.13 to 2.8.14
- [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.13...v2.8.14)

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

Updates `org.owasp.dependencycheck` from 12.1.6 to 12.1.8

---
updated-dependencies:
- dependency-name: io.cucumber:cucumber-java
  dependency-version: 7.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-dependencies
- dependency-name: io.cucumber:cucumber-junit
  dependency-version: 7.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-dependencies
- dependency-name: io.cucumber:cucumber-spring
  dependency-version: 7.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-dependencies
- dependency-name: io.cucumber:cucumber-junit
  dependency-version: 7.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-dependencies
- dependency-name: io.cucumber:cucumber-spring
  dependency-version: 7.31.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: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: java-dependencies
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-version: 2.8.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-dependencies
- dependency-name: org.springframework.boot
  dependency-version: 3.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-dependencies
- dependency-name: org.owasp.dependencycheck
  dependency-version: 12.1.8
  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 Nov 4, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 14, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 14, 2025
@dependabot dependabot bot deleted the dependabot/gradle/java-dependencies-3ee2d07dd6 branch November 14, 2025 19:01
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.

1 participant