Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps the low-risk group in /api-tests with 23 updates:

Package From To
ch.qos.logback:logback-classic 1.5.18 1.5.20
io.cucumber:cucumber-java 7.27.0 7.31.0
io.cucumber:cucumber-junit-platform-engine 7.27.0 7.31.0
io.rest-assured:rest-assured 5.5.5 5.5.6
org.assertj:assertj-core 3.27.4 3.27.6
net.bytebuddy:byte-buddy 1.17.6 1.17.8
com.fasterxml.jackson.core:jackson-databind 2.19.2 2.20.0
com.fasterxml.jackson.core:jackson-core 2.19.2 2.20.0
com.fasterxml.jackson.core:jackson-annotations 2.19.2 2.20.0
io.netty:netty-codec-http 4.2.5.Final 4.2.7.Final
io.netty:netty-codec-http2 4.2.3.Final 4.2.7.Final
io.netty:netty-transport-native-epoll 4.2.3.Final 4.2.7.Final
com.google.guava:guava 33.4.8-jre 33.5.0-jre
org.apache.httpcomponents.client5:httpclient5 5.5 5.5.1
org.projectlombok:lombok 1.18.38 1.18.42
org.springframework:spring-web 6.2.9 6.2.12
com.github.spotbugs:spotbugs 4.9.4 4.9.8
org.codehaus.mojo:exec-maven-plugin 3.5.1 3.6.2
org.apache.maven.plugins:maven-surefire-plugin 3.5.3 3.5.4
org.apache.maven.plugins:maven-failsafe-plugin 3.5.3 3.5.4
org.apache.maven.plugins:maven-compiler-plugin 3.14.0 3.14.1
org.apache.maven.plugins:maven-pmd-plugin 3.27.0 3.28.0
com.github.spotbugs:spotbugs-maven-plugin 4.9.3.2 4.9.8.1

Updates ch.qos.logback:logback-classic from 1.5.18 to 1.5.20

Release notes

Sourced from ch.qos.logback:logback-classic's releases.

Logback 1.5.19

2025-09-30 Release of logback version 1.5.19

• Disallow "new" operator in the condition attribute of <if> elements. This fixes an ACE vulnerability recorded as CVE-2025-11226.

• At initialization time, slightly better reporting about watched configuration files.

• Softer message regarding usage of ConsoleAppender and its potential impact on performance.

• In ViewStatusMessagesServlet, restrict processing of "Clear" button to POST method. This change was proposed by Ralf Wiebicke who also provided the relevant PR.

• A bit-wise identical binary of this version can be reproduced by building from source code at commit e572d4f87f06674788eb3ca7148e8d1dffc615fa associated with the tag v_1.5.19. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Commits
  • 930fb15 prepare release 1.5.20
  • 0b4432a provide an alternative to Janino based conditional configuration processing -...
  • 258558f provide an alternative to Janino based conditional configuration processing -...
  • ee77a70 provide an alternative to Janino based conditional configuration processing -...
  • 5ca7ce8 provide an alternative to Janino based conditional configuration processing -...
  • 728803f fix typo
  • aa5eeb1 start work on version 1.5.20-SNAPSHOT
  • e572d4f skip deployment of blackbox and example modules, published as version 1.5.9
  • 4adae8b add plugin for Maven Central deployment
  • ee70cf4 prepare release 1.5.19
  • Additional commits viewable in compare view

Updates io.cucumber:cucumber-java from 7.27.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)

v7.29.0

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

... (truncated)

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)

[7.29.0] - 2025-09-21

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

... (truncated)

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-platform-engine from 7.27.0 to 7.31.0

Release notes

Sourced from io.cucumber:cucumber-junit-platform-engine'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)

v7.29.0

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

... (truncated)

Changelog

Sourced from io.cucumber:cucumber-junit-platform-engine'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)

[7.29.0] - 2025-09-21

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

... (truncated)

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-platform-engine from 7.27.0 to 7.31.0

Release notes

Sourced from io.cucumber:cucumber-junit-platform-engine'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)

v7.29.0

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

... (truncated)

Changelog

Sourced from io.cucumber:cucumber-junit-platform-engine'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)

[7.29.0] - 2025-09-21

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

... (truncated)

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.rest-assured:rest-assured from 5.5.5 to 5.5.6

Changelog

Sourced from io.rest-assured:rest-assured's changelog.

Changelog 5.5.6 (2025-08-15)

  • Remove deprecated constructors in multipart handling (#1827) (thanks to Tobias Unger for PR)
  • Fix NPE in RequestSpecificationImpl #1830 (thanks to Boyarshinov Alexander for PR)
  • Bump commons-lang3 from 3.16.0 to 3.18.0 (thanks to Ash Skelton for PR)
Commits
  • 86998d8 [maven-release-plugin] prepare release rest-assured-5.5.6
  • 7499204 [ci skip] Adding name to xml-path and rest-assured-all
  • 7b555f6 Revert "[ci skip] Updated changelog to reflect the lastest changes"
  • cc6bb04 Revert "Caching the length/size in a variable to avoid repeated calls in loop...
  • 6cce8cf [ci skip] Preparing for release
  • 64e0d4a [ci skip] Updated changelog to reflect the lastest changes
  • affb876 Caching the length/size in a variable to avoid repeated calls in loops, which...
  • a39e5c4 [ci skip] Updated changelog to reflect the lastest changes
  • a7da2b0 Bump commons-lang3 from 3.16.0 to 3.18.0 (#1828)
  • 12537d0 [ci skip] Updated changelog to reflect the lastest changes
  • Additional commits viewable in compare view

Updates org.assertj:assertj-core from 3.27.4 to 3.27.6

Release notes

Sourced from org.assertj:assertj-core's releases.

v3.27.6

🐛 Bug Fixes

Core

  • Add missing export for org.assertj.core.annotation #3951

❤️ Contributors

Thanks to all the contributors who worked on this release:

@​duponter

v3.27.5

⚡ Improvements

Core

  • ByteBuddy in AssertJ 3.27.4 not compatible with Java 25 #3946

🔨 Dependency Upgrades

Core

  • Upgrade to Byte Buddy 1.17.7 #3947
  • Upgrade to JUnit BOM 5.13.4 #3947

Guava

  • Upgrade to Guava 33.4.8-jre #3947
Commits
  • 716b1e0 [maven-release-plugin] prepare release assertj-build-3.27.6
  • e189652 Add missing export for org.assertj.core.annotation (#3951)
  • 0cb489e Update Maven Central URL
  • 7286309 [maven-release-plugin] prepare for next development iteration
  • dd4cc1d [maven-release-plugin] prepare release assertj-build-3.27.5
  • 1d0defc Add missing permission to release workflow
  • 844d5d0 Add missing GitHub Actions pinning to CodeQL workflow
  • bdd7106 Add CodeQL custom workflow
  • a93d7e6 Remove EOL Java 24
  • 26ea866 Update production dependencies (#3947)
  • Additional commits viewable in compare view

Updates net.bytebuddy:byte-buddy from 1.17.6 to 1.17.8

Release notes

Sourced from net.bytebuddy:byte-buddy's releases.

Byte Buddy 1.17.8

  • Avoid use of types that are deprecated as of Java 26.
  • Include ASM 9.9 that offers ASM support for Java 26.
  • Make sure that generated code internal to Byte Buddy supports CDS if available.
  • Update version of ASM to JDK Class File API bridge to fix some minor bugs related to type annotations.

Byte Buddy 1.17.7

  • Specify correct JVM environment for Android builds when using the Gradle plugin.
  • Avoid recomputing the size of a parameter list for performance reasons after measuring the significant impact.
  • Correct validation of JVM names to avoid breaking when Java names are not allowed while JVM names are, with Kotlin and others.
Changelog

Sourced from net.bytebuddy:byte-buddy's changelog.

8. October 2025: version 1.17.8

  • Avoid use of types that are deprecated as of Java 26.
  • Include ASM 9.9 that offers ASM support for Java 26.
  • Make sure that generated code internal to Byte Buddy supports CDS if available.
  • Update version of ASM to JDK Class File API bridge to fix some minor bugs related to type annotations.

17. August 2025: version 1.17.7

  • Specify correct JVM environment for Android builds when using the Gradle plugin.
  • Avoid recomputing the size of a parameter list for performance reasons after measuring the significant impact.
  • Correct validation of JVM names to avoid breaking when Java names are not allowed while JVM names are, with Kotlin and others.
Commits
  • ffd89ff [maven-release-plugin] prepare release byte-buddy-1.17.8
  • 06e63f6 [release] Release new version
  • 2ec5f08 Update checksums.
  • 8b7c507 Update ASM 9.9.
  • 96e6a13 Add missing checksum.
  • a73b91f Add findbugs warning.
  • d5ac122 Write invoker in most recent JVM version to support CDS.
  • e45c1fb Fix code level and add checksums.
  • 203d51b Fix method name for reading super class name.
  • 8b8ef56 Avoid use of types that are deprecated for removal, and add profiles for Java...
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.19.2 to 2.20.0

Commits

Updates com.fasterxml.jackson.core:jackson-core from 2.19.2 to 2.20.0

Commits
  • ea0830a [maven-release-plugin] prepare release jackson-core-2.20.0
  • e16733a Prep for 2.20.0
  • 93deb38 Drop RC from version pre-2.20.0 release
  • f0bcc3c Handle deprecation warnings
  • 6e70d08 Fix #1462: deprecate JsonFactory.createParser(URL) (#1464)
  • 588cc76 Post release version bump
  • 018f9e1 [maven-release-plugin] prepare for next development iteration
  • 360e498 [maven-release-plugin] prepare release jackson-core-2.20.0-rc1
  • 538ac44 Prep for 2.20.0-rc1
  • dfbf47b Merge branch '2.19' into 2.x
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-annotations from 2.19.2 to 2.20.0

Updates com.fasterxml.jackson.core:jackson-core from 2.19.2 to 2.20.0

Commits
  • ea0830a [maven-release-plugin] prepare release jackson-core-2.20.0
  • e16733a Prep for 2.20.0
  • 93deb38 Drop RC from version pre-2.20.0 release
  • f0bcc3c Handle deprecation warnings
  • 6e70d08 Fix #1462: deprecate JsonFactory.createParser(URL) (#1464)
  • 588cc76 Post release version bump
  • 018f9e1 [maven-release-plugin] prepare for next development iteration
  • 360e498 [maven-release-plugin] prepare release jackson-core-2.20.0-rc1
  • 538ac44 Prep for 2.20.0-rc1
  • dfbf47b Merge branch '2.19' into 2.x
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-annotations from 2.19.2 to 2.20.0

Updates io.netty:netty-codec-http from 4.2.5.Final to 4.2.7.Final

Commits
  • 511cbac [maven-release-plugin] prepare release netty-4.2.7.Final
  • bf1cad6 Adjust plugin config to not publish testsuite artifacts
  • 690f56f [maven-release-plugin] rollback the release of netty-4.2.7.Final
  • 63b5232 [maven-release-plugin] prepare for next development iteration
  • 9f99dfd [maven-release-plugin] prepare release netty-4.2.7.Final
  • 551c32a Upgrade publishing plugin
  • a6660fe [maven-release-plugin] rollback the release of netty-4.2.7.Final
  • 297b7c1 [maven-release-plugin] prepare for next development iteration
  • 2c89a17 [maven-release-plugin] prepare release netty-4.2.7.Final
  • 1782e8c Merge commit from fork
  • Additional commits viewable in compare view

Updates io.netty:netty-codec-http2 from 4.2.3.Final to 4.2.7.Final

Commits
  • 511cbac [maven-release-plugin] prepare release netty-4.2.7.Final
  • bf1cad6 Adjust plugin config to not publish testsuite artifacts
  • 690f56f [maven-release-plugin] rollback the release of netty-4.2.7.Final
  • 63b5232 [maven-release-plugin] prepare for next development iteration
  • 9f99dfd [maven-release-plugin] prepare release netty-4.2.7.Final
  • 551c32a Upgrade publishing plugin
  • a6660fe [maven-release-plugin] rollback the release of netty-4.2.7.Final
  • 297b7c1 [maven-release-plugin] prepare for next development iteration
  • 2c89a17 [maven-release-plugin] prepare release netty-4.2.7.Final
  • 1782e8c Merge commit from fork
  • Additional commits viewable in compare view

Updates io.netty:netty-transport-native-epoll from 4.2.3.Final to 4.2.7.Final

Commits
  • 511cbac [maven-release-plugin] prepare release netty-4.2.7.Final
  • bf1cad6 Adjust plugin config to not publish testsuite artifacts
  • 690f56f [maven-release-plugin] rollback the release of netty-4.2.7.Final
  • 63b5232 [maven-release-plugin] prepare for next development iteration
  • 9f99dfd [maven-release-plugin] prepare release netty-4.2.7.Final
  • 551c32a Upgrade publishing plugin
  • a6660fe [maven-release-plugin] rollback the release of netty-4.2.7.Final
  • 297b7c1 [maven-release-plugin] prepare for next development iteration
  • 2c89a17 [maven-release-plugin] prepare release netty-4.2.7.Final
  • 1782e8c Merge commit from fork
  • Additional commits viewable in compare view

Updates com.google.guava:guava from 33.4.8-jre to 33.5.0-jre

Release notes

Sourced from com.google.guava:guava's releases.

33.5.0

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.5.0-jre</version>
  <!-- or, for Android: -->
  <version>33.5.0-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

  • Restored the Automatic-Module-Name to guava-android. (It, unlike, guava-jre, is not a proper module.) (7a04a8a955)
  • For users of guava-gwt: Google has moved off GWT internally. We plan to continue to release guava-gwt for users of GWT and J2CL, but the artifact is no longer tested for GWT-specific issues, and we have limited resources to fix any unexpected issues that might arise. While we do not anticipate any specific problems, we can't guarantee how long support will continue.
  • Increased our Android minSdkVersion to 23 (Marshmallow). This follows the minimum of Google's foundational Android libraries, and we expect it to have no practical impact on users. (5c23347cc1)
  • Listed the JSpecify annotations as an optional dependency in our OSGi metadata. (2dfd572981)
  • cache: Improved the handling of exceptions from compute functions in Cache.asMap(). (We do still recommend using Caffeine rather than com.google.common.cache.) (087f2c4a80)
  • collect: Improved Iterators.mergeSorted() to preserve stability for equal elements. (4dc93be9a8)
  • math: Added saturatedAbs methods to IntMath and LongMath. (ed0e518f20)
  • net: Added image/avif to MediaType. (53344caba6)
  • testing: Made CollectorTester available to Android users. (294c251079)
  • util.concurrent: Added Striped.custom. (1586eb271d)
Commits

Updates org.apache.httpcomponents.client5:httpclient5 from 5.5 to 5.5.1

Changelog

Sourced from org.apache.httpcomponents.client5:httpclient5's changelog.

Release 5.5.1

This is a maintenance release that fixes several defects in the connection management code and a regression in the DIGEST authentication reported since the previous release. It also upgrades HttpCore to version 5.3.6.

Change Log

  • HTTPCLIENT-2391: Improved GRACEGUL shutdown of ExecutorService used internally by async clients. Contributed by Oleg Kalnichevski

  • Bug fix: Use a 1 second timeout when closing out connections inside a connection pool lock. Contributed by Oleg Kalnichevski

  • Clarified the behavior of the protocol-level responseTimeout and the connection management level socketTimeout and their interrelation. Contributed by ChangYong

  • Bug fix: Connection managers to ensure open connections have a socket timeout set based on ConnectionConfig upon lease. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2393: Remove rspauth attribute from Authorization DIGEST header (#716) RFC 7616 compliance: rspauth is server-side (Authentication-Info 3.5) only. Contributed by Arturo Bernal

  • HTTPCLIENT-2386: Classic transport to use the connect timeout as a default if the TLS timeout has not been explicitly set. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2384: Socket options related to TcpKeepAlive are ignored. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2371: Logging of request re-execution at INFO priority. Contributed by Oleg Kalnichevski

  • ...

    Description has been truncated

Bumps the low-risk group in /api-tests with 23 updates:

| Package | From | To |
| --- | --- | --- |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.18` | `1.5.20` |
| [io.cucumber:cucumber-java](https://github.com/cucumber/cucumber-jvm) | `7.27.0` | `7.31.0` |
| [io.cucumber:cucumber-junit-platform-engine](https://github.com/cucumber/cucumber-jvm) | `7.27.0` | `7.31.0` |
| [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) | `5.5.5` | `5.5.6` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.27.4` | `3.27.6` |
| [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.17.6` | `1.17.8` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.19.2` | `2.20.0` |
| [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.19.2` | `2.20.0` |
| com.fasterxml.jackson.core:jackson-annotations | `2.19.2` | `2.20.0` |
| [io.netty:netty-codec-http](https://github.com/netty/netty) | `4.2.5.Final` | `4.2.7.Final` |
| [io.netty:netty-codec-http2](https://github.com/netty/netty) | `4.2.3.Final` | `4.2.7.Final` |
| [io.netty:netty-transport-native-epoll](https://github.com/netty/netty) | `4.2.3.Final` | `4.2.7.Final` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.4.8-jre` | `33.5.0-jre` |
| [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) | `5.5` | `5.5.1` |
| [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.38` | `1.18.42` |
| [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) | `6.2.9` | `6.2.12` |
| [com.github.spotbugs:spotbugs](https://github.com/spotbugs/spotbugs) | `4.9.4` | `4.9.8` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.5.1` | `3.6.2` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.3` | `3.5.4` |
| [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.5.3` | `3.5.4` |
| [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.14.0` | `3.14.1` |
| [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) | `3.27.0` | `3.28.0` |
| [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) | `4.9.3.2` | `4.9.8.1` |


Updates `ch.qos.logback:logback-classic` from 1.5.18 to 1.5.20
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.18...v_1.5.20)

Updates `io.cucumber:cucumber-java` from 7.27.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.27.0...v7.31.0)

Updates `io.cucumber:cucumber-junit-platform-engine` from 7.27.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.27.0...v7.31.0)

Updates `io.cucumber:cucumber-junit-platform-engine` from 7.27.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.27.0...v7.31.0)

Updates `io.rest-assured:rest-assured` from 5.5.5 to 5.5.6
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.5.5...rest-assured-5.5.6)

Updates `org.assertj:assertj-core` from 3.27.4 to 3.27.6
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.27.4...assertj-build-3.27.6)

Updates `net.bytebuddy:byte-buddy` from 1.17.6 to 1.17.8
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.17.6...byte-buddy-1.17.8)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.19.2 to 2.20.0
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.core:jackson-core` from 2.19.2 to 2.20.0
- [Commits](FasterXML/jackson-core@jackson-core-2.19.2...jackson-core-2.20.0)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.19.2 to 2.20.0

Updates `com.fasterxml.jackson.core:jackson-core` from 2.19.2 to 2.20.0
- [Commits](FasterXML/jackson-core@jackson-core-2.19.2...jackson-core-2.20.0)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.19.2 to 2.20.0

Updates `io.netty:netty-codec-http` from 4.2.5.Final to 4.2.7.Final
- [Commits](netty/netty@netty-4.2.5.Final...netty-4.2.7.Final)

Updates `io.netty:netty-codec-http2` from 4.2.3.Final to 4.2.7.Final
- [Commits](netty/netty@netty-4.2.3.Final...netty-4.2.7.Final)

Updates `io.netty:netty-transport-native-epoll` from 4.2.3.Final to 4.2.7.Final
- [Commits](netty/netty@netty-4.2.3.Final...netty-4.2.7.Final)

Updates `com.google.guava:guava` from 33.4.8-jre to 33.5.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `org.apache.httpcomponents.client5:httpclient5` from 5.5 to 5.5.1
- [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.5.1/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-client@rel/v5.5...rel/v5.5.1)

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

Updates `org.springframework:spring-web` from 6.2.9 to 6.2.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.9...v6.2.12)

Updates `com.github.spotbugs:spotbugs` from 4.9.4 to 4.9.8
- [Release notes](https://github.com/spotbugs/spotbugs/releases)
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
- [Commits](spotbugs/spotbugs@4.9.4...4.9.8)

Updates `org.codehaus.mojo:exec-maven-plugin` from 3.5.1 to 3.6.2
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](mojohaus/exec-maven-plugin@3.5.1...3.6.2)

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.3 to 3.5.4
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.3...surefire-3.5.4)

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.3 to 3.5.4
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.3...surefire-3.5.4)

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.14.0 to 3.14.1
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.14.1)

Updates `org.apache.maven.plugins:maven-pmd-plugin` from 3.27.0 to 3.28.0
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](apache/maven-pmd-plugin@maven-pmd-plugin-3.27.0...maven-pmd-plugin-3.28.0)

Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.9.3.2 to 4.9.8.1
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.9.3.2...spotbugs-maven-plugin-4.9.8.1)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: low-risk
- dependency-name: io.cucumber:cucumber-java
  dependency-version: 7.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: low-risk
- dependency-name: io.cucumber:cucumber-junit-platform-engine
  dependency-version: 7.31.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: low-risk
- dependency-name: io.cucumber:cucumber-junit-platform-engine
  dependency-version: 7.31.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: low-risk
- dependency-name: io.rest-assured:rest-assured
  dependency-version: 5.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: low-risk
- dependency-name: org.assertj:assertj-core
  dependency-version: 3.27.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: low-risk
- dependency-name: net.bytebuddy:byte-buddy
  dependency-version: 1.17.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: low-risk
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: low-risk
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: low-risk
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: low-risk
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: low-risk
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: low-risk
- dependency-name: io.netty:netty-codec-http
  dependency-version: 4.2.7.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: low-risk
- dependency-name: io.netty:netty-codec-http2
  dependency-version: 4.2.7.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: low-risk
- dependency-name: io.netty:netty-transport-native-epoll
  dependency-version: 4.2.7.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: low-risk
- dependency-name: com.google.guava:guava
  dependency-version: 33.5.0-jre
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: low-risk
- dependency-name: org.apache.httpcomponents.client5:httpclient5
  dependency-version: 5.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: low-risk
- dependency-name: org.projectlombok:lombok
  dependency-version: 1.18.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: low-risk
- dependency-name: org.springframework:spring-web
  dependency-version: 6.2.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: low-risk
- dependency-name: com.github.spotbugs:spotbugs
  dependency-version: 4.9.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: low-risk
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-version: 3.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: low-risk
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-version: 3.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: low-risk
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-version: 3.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: low-risk
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: low-risk
- dependency-name: org.apache.maven.plugins:maven-pmd-plugin
  dependency-version: 3.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: low-risk
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
  dependency-version: 4.9.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: low-risk
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 27, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2025

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

@dependabot dependabot bot closed this Nov 3, 2025
@dependabot dependabot bot deleted the dependabot/maven/api-tests/low-risk-8ede68ac1f branch November 3, 2025 22:02
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.

2 participants