Skip to content
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

Bump the build-dependencies group with 5 updates #1591

Merged
merged 1 commit into from
Mar 25, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2025

Bumps the build-dependencies group with 5 updates:

Package From To
net.bytebuddy:byte-buddy 1.17.2 1.17.4
com.google.guava:guava 33.4.0-jre 33.4.5-jre
org.springframework:spring-expression 6.2.4 6.2.5
org.asciidoctor:asciidoctor-maven-plugin 3.1.1 3.2.0
org.hibernate.infra.develocity:hibernate-develocity-maven-extension 3.0.1.Final 3.0.2.Final

Updates net.bytebuddy:byte-buddy from 1.17.2 to 1.17.4

Release notes

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

Byte Buddy 1.17.4

  • Add SafeVarargs plugin.
  • Fix OSGi declaration for byte-buddy-agent.

Byte Buddy 1.17.3

  • Fix bug in ASM to Class File API bridge handling tableswitch instructions.
  • Add plugin for adding SafeVarargs annotations.
  • Further generify MemberSubstitution API.
Changelog

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

23. March 2025: version 1.17.4

  • Add SafeVarargs plugin.
  • Fix OSGi declaration for byte-buddy-agent.

21. March 2025: version 1.17.3

  • Fix bug in ASM to Class File API bridge handling tableswitch instructions.
  • Add plugin for adding SafeVarargs annotations.
  • Further generify MemberSubstitution API.
Commits
  • 2cc263e [maven-release-plugin] prepare release byte-buddy-1.17.4
  • 2102163 [release] Release new version
  • 0cf03f7 Add JNA to imports.
  • 2240cbd Add checksums
  • 6b9b27d Add checksums.
  • 61115ac Update internal Byte Buddy, add release notes and safe varargs plugin.
  • 7417abb [maven-release-plugin] prepare for next development iteration
  • baec297 [maven-release-plugin] prepare release byte-buddy-1.17.3
  • 6ee1a9e [release] Release new version
  • eee02d9 Fix build.
  • Additional commits viewable in compare view

Updates com.google.guava:guava from 33.4.0-jre to 33.4.5-jre

Release notes

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

33.4.5

Even if you're not upgrading from Guava 33.4.0 or earlier, still read the release notes for Guava 33.4.1. Those release notes contain information about Guava 33.4.5's effect on the module system.

Known issues: We misconfigured our build, so Guava 33.4.5:

These issues will be fixed when we release 33.4.6. Sorry for the trouble. For now, you can still upgrade to 33.4.4, which does not have these problems.

Maven

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

Jar files

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

Javadoc

JDiff

Changelog

  • Changed the Guava jar (plus guava-testlib and failureaccess jars) to be a modular jar. (7a71ea0bfa, 287c701a86)
  • Changed various classes to stop using sun.misc.Unsafe under Java 9+. (ee63055ddd, 80aab00dc5b7a36785f5e09b6a54397388980cde, 400af25292096746ed3f6164f0ff88209acbb19f, 71d0692d418a5dd001c9b3786275a5f1f94e1971, d1a3cd5037528a2ae990bfceed9cdd009fbc54de, b3bb29a54b8f13d6f6630b6cb929867adbf6b9a0, 1a300f6b2f7ba03ae9bc3620a80c4d4589c65b69)
    • Note that, if you use guava-android on the JVM (instead of using guava-jre), Guava will still try to use sun.misc.Unsafe. We will do further work on this in the future.
  • Belatedly updated the Public Suffix List data. (ee3b9c64382037f72b3a8341915cc64b87850b53, d25d62fc843ece1c3866859bc8639b815093eac8)

Special thanks to @​sgammon for his modularization efforts.

... (truncated)

Commits

Updates org.springframework:spring-expression from 6.2.4 to 6.2.5

Release notes

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

v6.2.5

⭐ New Features

  • Make dependencies on AssertJ and JUnit in spring-core-test optional #34612
  • Suggest compilation with -parameters when AspectJAdviceParameterNameDiscoverer fails against ambiguity #34609
  • SseBuilder in ServerResponse should allow empty comment #34608
  • MockServerWebExchange does not allow setting the ApplicationContext on the base class #34601
  • FormHttpMessageConverter should throw HttpMessageNotReadableException when the http form data is invalid #34594
  • Provide a method to retrieve all singleton autowire candidates from the bean factory #34591

🐞 Bug Fixes

  • PathMatchingResourcePatternResolver regression for jar root scanning in 6.2.4 #34607
  • AbstractReactiveTransactionManager throws IllegalStateException when rollback fails after commit attempt #34595
  • Recursively boxing/unboxing nested inline value classes #34592

📔 Documentation

  • MvcUriComponentsBuilder javadocs inaccurately reflects usage of forwarded headers #34615
  • Fix formatting and update links to scripting libraries and HDIV #34603
  • Remove dubious link to MockObjects Web site in reference manual #34593
  • Fix StringUtils#uriDecode Javadoc #34590

🔨 Dependency Upgrades

  • Upgrade to ASM 9.8 (for early Java 25 support) #34600

❤️ Contributors

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

@​Helmsdown, @​dmitrysulman, and @​ngocnhan-tran1996

Commits
  • 0f19fa5 Release v6.2.5
  • 208d52d Introduce Checkstyle rule for separator symbol location
  • 18c3b63 Fix dated Javadoc in MvcUriComponentsBuilder
  • 34c69bf Allow empty comment in ServerResponse.SseBuilder
  • 37d7af4 Allow setting ApplicationContext on MockServerWebExchange
  • cc986cd Defer triggerAfterCompletion invocation in doRollbackOnCommitException
  • 0141725 Polishing
  • 0c2ba4e Recursively box/unbox nested inline value classes
  • c6a9aa5 Remove BDDMockito Checkstyle rule
  • ad949a7 Add includeNonSingletons flag for ObjectProvider stream access
  • Additional commits viewable in compare view

Updates org.asciidoctor:asciidoctor-maven-plugin from 3.1.1 to 3.2.0

Release notes

Sourced from org.asciidoctor:asciidoctor-maven-plugin's releases.

v3.2.0

This patch release contains a new feature for both the Maven plugin and site modules.

Improvements (for all modules)::

  • Add failFast option to logHandler to allow displaying all errors in build (#1032)

Build / Infrastructure::

  • Set minimal supported Maven version to 3.8.8 #1029

As always, thanks to all contributors! Especially those taking time to provide report issues and feedback 👍

Release Meta

Released on: 2025-03-22 Released by: @​abelsromero Soundtrack: -

Changelog

Sourced from org.asciidoctor:asciidoctor-maven-plugin's changelog.

== v3.2.0 (2025-03-28)

Improvements (for all modules)::

  • Add failFast option to logHandler to allow displaying all errors in build (#1032)

Build / Infrastructure::

  • Set minimal maven version to 3.8.8 (#1039)
Commits
  • a879f37 [maven-release-plugin] prepare release asciidoctor-maven-tools-3.2.0
  • 187d836 Update docs for v3.2.0 release (#1038)
  • b9b253c Set minimal Maven version to v3.8.8 from v3.8.5 (#1039)
  • 3dd1d72 Add failFast option to allow displaying all errors in build (#1032)
  • 7465684 Remove unnecessary byte-buddy test dependency (#1034)
  • 7205c92 (main): Bump org.mockito:mockito-core from 5.16.0 to 5.16.1 (#1036)
  • c0de348 (main): Bump org.junit:junit-bom from 5.12.0 to 5.12.1 (#1037)
  • e8537d7 (main): Bump org.mockito:mockito-core from 5.15.2 to 5.16.0 (#1033)
  • 3adde3e Bump Maven 4 to RC-3 (#1035)
  • f1e5417 (main): Bump io.netty:netty-codec-http (#1028)
  • Additional commits viewable in compare view

Updates org.hibernate.infra.develocity:hibernate-develocity-maven-extension from 3.0.1.Final to 3.0.2.Final

Commits
  • 9ba1166 [Jenkins release job] Preparing release 3.0.2.Final
  • b189e88 Fix link to release job in MAINTAINERS.md
  • 452e670 Merge pull request #44 from yrodiere/i26
  • de102d7 Fix incorrect condition to ignore environment variables for build cache
  • b9629c2 Merge pull request #41 from hibernate/dependabot/maven/maven-98d613b785
  • 1a983fb Merge pull request #42 from hibernate/dependabot/maven/org.junit-junit-bom-5....
  • f970d89 Merge pull request #43 from hibernate/dependabot/maven/com.gradle-develocity-...
  • 2fdc316 Bump com.gradle:develocity-maven-extension from 1.23.1 to 1.23.2
  • 6a25e99 Bump org.junit:junit-bom from 5.11.4 to 5.12.0
  • f1b7a26 Bump org.apache.maven.plugins:maven-compiler-plugin in the maven group
  • 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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.17.2` | `1.17.4` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.4.0-jre` | `33.4.5-jre` |
| [org.springframework:spring-expression](https://github.com/spring-projects/spring-framework) | `6.2.4` | `6.2.5` |
| [org.asciidoctor:asciidoctor-maven-plugin](https://github.com/asciidoctor/asciidoctor-maven-plugin) | `3.1.1` | `3.2.0` |
| [org.hibernate.infra.develocity:hibernate-develocity-maven-extension](https://github.com/hibernate/hibernate-develocity-maven-extension) | `3.0.1.Final` | `3.0.2.Final` |


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

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

Updates `org.springframework:spring-expression` from 6.2.4 to 6.2.5
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.4...v6.2.5)

Updates `org.asciidoctor:asciidoctor-maven-plugin` from 3.1.1 to 3.2.0
- [Release notes](https://github.com/asciidoctor/asciidoctor-maven-plugin/releases)
- [Changelog](https://github.com/asciidoctor/asciidoctor-maven-plugin/blob/main/CHANGELOG.adoc)
- [Commits](asciidoctor/asciidoctor-maven-plugin@asciidoctor-maven-tools-3.1.1...asciidoctor-maven-tools-3.2.0)

Updates `org.hibernate.infra.develocity:hibernate-develocity-maven-extension` from 3.0.1.Final to 3.0.2.Final
- [Commits](hibernate/hibernate-develocity-maven-extension@3.0.1.Final...3.0.2.Final)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: org.springframework:spring-expression
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: org.asciidoctor:asciidoctor-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: org.hibernate.infra.develocity:hibernate-develocity-maven-extension
  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 Mar 25, 2025
@marko-bekhta marko-bekhta merged commit 28e3836 into main Mar 25, 2025
10 checks passed
@dependabot dependabot bot deleted the dependabot/maven/build-dependencies-eb61757a06 branch March 25, 2025 08: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