Skip to content

Bump the build-dependencies group with 4 updates #1679

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

Merged
merged 1 commit into from
Aug 19, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2025

Bumps the build-dependencies group with 4 updates: net.bytebuddy:byte-buddy, io.rest-assured:rest-assured, org.springframework:spring-expression and org.apache.maven.plugins:maven-javadoc-plugin.

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

Changelog

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

Byte Buddy release notes

Commits
  • dc4d0de [maven-release-plugin] prepare release byte-buddy-1.17.7
  • 5e3bf06 [release] Release new version
  • 5ad9575 Small improvement of size handling.
  • e0e449b [release] Release new version
  • 75cdf69 Adjust caching.
  • 3d7e5b3 Minor refactoring.
  • 0aa4d9a ParameterList - Cache the size and avoid iterator pattern (#1848)
  • 9feca46 Specifying configuration jvm environment (#1847)
  • 7230e2e Adjust formatting and naming.
  • dbd2be8 Use JVMS 4.2.2 "Unqualified name" definition to validate identifier (#1829)
  • 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.springframework:spring-expression from 6.2.9 to 6.2.10

Release notes

Sourced from org.springframework:spring-expression's releases.

v6.2.10

⭐ New Features

  • Optimize NIO path resolution in PathEditor #35304
  • Make type in ProblemDetail nullable #35294
  • Refine UriUtils#decode and StringUtils#uriDecode implementation and documentation #35253
  • Provide configurable useCaches option for URLConnection usage in UrlResource (avoiding jar file leak) #35218

🐞 Bug Fixes

  • @Scheduled tasks running in SimpleAsyncTaskScheduler are interrupted immediately on context close #35254
  • ScriptUtils.executeSqlScript() does not support multiple results per statement #35248
  • Successful Autowiring Dependent on Configuration ordering and Primary Bean flag #35239
  • Locale parameter in MessageSource#getMessage methods should be nullable #35230
  • Allow any @Transactional propagation for @TransactionalEventListener with BEFORE_COMMIT phase #35150
  • Catalog name should be handled with the provided case #35064
  • Accept support for generated keys column name array on HSQLDB and Derby as well #34790
  • Handle direct CanncelationException on timeout in JdkClientHttpRequest #34721

📔 Documentation

  • Add documentation of RequestMapping about SpEL #35232
  • Document SqlBinaryValue behaviour with PostgreSQL #34786

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.14.10 #35313
  • Upgrade to Reactor 2024.0.9 #35312

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​Allan-QLB, @​carsago, @​cw-dimedis, and @​giampa91

Commits
  • 8f64480 Release v6.2.10
  • edda473 Build against Java 24
  • 9fa2d7d Upgrade to Jackson 2.18.4.1
  • c30427f Upgrade to Netty 4.1.124.Final
  • 1d908f1 Upgrade to Reactor 2024.0.9 and Micrometer 1.14.10
  • 37b076b Support multiple result sets in ScriptUtils.executeSqlScript()
  • a9453a5 Polishing
  • 3781ba2 Optimize NIO path resolution in PathEditor
  • f11a1e6 Polish tests
  • ffc7854 Fix checkstyle error
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3

Release notes

Sourced from org.apache.maven.plugins:maven-javadoc-plugin's releases.

3.11.3

🚨 Removed

🚀 New features and improvements

🐛 Bug Fixes

  • Make the legacyMode consistent (Filter out all of the module-info.java files in legacy mode, do not use --source-path in legacy mode) (#1217) @​fridrich
  • [MJAVADOC-826] - Don't try to modify project source roots (#358) @​oehme

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

... (truncated)

Commits
  • 8357bc2 [maven-release-plugin] prepare release maven-javadoc-plugin-3.11.3
  • ab6e97e Bump commons-io:commons-io from 2.19.0 to 2.20.0
  • 83788c1 Bump org.apache.commons:commons-text from 1.13.1 to 1.14.0
  • 99ee1fc Bump org.apache.commons:commons-lang3 in /src/it/projects/MJAVADOC-787
  • 18bfeb8 Maven Archiver 3.6.4 (#1226)
  • 63618bb Bump org.apache.commons:commons-lang3 (#1224)
  • 81afff9 Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (#1223)
  • 8bcdebf Add Apache 2.0 LICENSE file (#1220)
  • 2299072 Make the legacyMode consistent and actually useful (#1217)
  • 33c9f01 Be consistent about data encoding when copying files (#1215)
  • Additional commits viewable in compare view

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

Bumps the build-dependencies group with 4 updates: [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy), [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured), [org.springframework:spring-expression](https://github.com/spring-projects/spring-framework) and [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin).


Updates `net.bytebuddy:byte-buddy` from 1.17.6 to 1.17.7
- [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.7)

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.springframework:spring-expression` from 6.2.9 to 6.2.10
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.9...v6.2.10)

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

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-version: 1.17.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: io.rest-assured:rest-assured
  dependency-version: 5.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: org.springframework:spring-expression
  dependency-version: 6.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-version: 3.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
...

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 Aug 19, 2025
@marko-bekhta marko-bekhta merged commit 2684427 into main Aug 19, 2025
9 checks passed
@dependabot dependabot bot deleted the dependabot/maven/build-dependencies-7f976f7596 branch August 19, 2025 20:15
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