Bump the build-dependencies group with 6 updates - #2095
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the build-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.18.11` | `1.18.12` | | [org.easymock:easymock](https://github.com/easymock/easymock) | `5.6.0` | `5.7.0` | | [com.google.guava:guava](https://github.com/google/guava) | `33.6.0-jre` | `33.7.1-jre` | | [org.springframework:spring-expression](https://github.com/spring-projects/spring-framework) | `7.0.8` | `7.0.9` | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `13.10.0` | `14.0.0` | | [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `3.9.0` | `3.10.0` | Updates `net.bytebuddy:byte-buddy` from 1.18.11 to 1.18.12 - [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.18.11...byte-buddy-1.18.12) Updates `org.easymock:easymock` from 5.6.0 to 5.7.0 - [Release notes](https://github.com/easymock/easymock/releases) - [Changelog](https://github.com/easymock/easymock/blob/master/ReleaseNotes.md) - [Commits](easymock/easymock@easymock-5.6.0...easymock-5.7.0) Updates `com.google.guava:guava` from 33.6.0-jre to 33.7.1-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `org.springframework:spring-expression` from 7.0.8 to 7.0.9 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v7.0.8...v7.0.9) Updates `com.puppycrawl.tools:checkstyle` from 13.10.0 to 14.0.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-13.10.0...checkstyle-14.0.0) Updates `com.diffplug.spotless:spotless-maven-plugin` from 3.9.0 to 3.10.0 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@maven/3.9.0...maven/3.10.0) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.18.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: org.easymock:easymock dependency-version: 5.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: com.google.guava:guava dependency-version: 33.7.1-jre dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: org.springframework:spring-expression dependency-version: 7.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 14.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: build-dependencies - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Documentation PreviewDocumentation preview artifact not found for commit e3cbc70. View workflow run for details. |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Bumps the build-dependencies group with 6 updates:
1.18.111.18.125.6.05.7.033.6.0-jre33.7.1-jre7.0.87.0.913.10.014.0.03.9.03.10.0Updates
net.bytebuddy:byte-buddyfrom 1.18.11 to 1.18.12Release notes
Sourced from net.bytebuddy:byte-buddy's releases.
Changelog
Sourced from net.bytebuddy:byte-buddy's changelog.
Commits
706d4a4[publish] Releasing Byte Buddy 1.18.12b567461[release] Release new versionbcb5d26Avoid compilation issue on older JVMs.e42d726Remove unused import.942efc4[release] Release new version7cff8e9[release] Release new version6d6cd85feat(gradle/plugin): native kotlin support (#1925)fe2f8d0Add reproducible builds badge to readme.440fa0aAdd native attach library for Windows ARM64 to support dynamic attach.373c52fUpdate internal Byte Buddy and release notes.Updates
org.easymock:easymockfrom 5.6.0 to 5.7.0Release notes
Sourced from org.easymock:easymock's releases.
... (truncated)
Changelog
Sourced from org.easymock:easymock's changelog.
... (truncated)
Commits
a8422b9Move to version 5.7.0c0ffdccFlatten for ossdc07999Add missing headers6047a3cClass can be statice208b61Upgrade samples to JUnit 5 and reified callsf833ee7Add reified methods (close #933)ffaa64bAdd flatten-maven-plugin02e038eBump com.puppycrawl.tools:checkstyle from 13.10.0 to 13.11.0dd4dcf8Bump net.bytebuddy:byte-buddy from 1.18.11 to 1.18.124d66c46CI has been github actions for years nowUpdates
com.google.guava:guavafrom 33.6.0-jre to 33.7.1-jreRelease notes
Sourced from com.google.guava:guava's releases.
... (truncated)
Commits
Updates
org.springframework:spring-expressionfrom 7.0.8 to 7.0.9Release notes
Sourced from org.springframework:spring-expression's releases.
... (truncated)
Commits
82a6b40Release Spring Framework 7.0.9a7b1b59Upgrade to Reactor 2025.0.7996e3d3Upgrade to Micrometer 1.16.773f5dddRefactor maxInMemory limit handling for async XML parsing675f25dLeading slash handling in UrlHandlerFilter692dbc9Apply ResourceHandlerUtils checks in XsltView8647e90Consistent maxPartSize check in PartEventHttpMessageReaderb9379e3Check viewName for special prefixes in UrlFilenameViewControllera784dbeEnsure Payload release on early error in createHeaders3b492f3Return sameSite cookie value in Jetty responseUpdates
com.puppycrawl.tools:checkstylefrom 13.10.0 to 14.0.0Release notes
Sourced from com.puppycrawl.tools:checkstyle's releases.
... (truncated)
Commits
2feea2e[maven-release-plugin] prepare release checkstyle-14.0.09b5b44fdoc: release notes for 14.0.09c5344bIssue #21112: Fix InvalidJavadocPosition false positive on module Javadoc21cdce9Issue #21245: Resolve Commons Logging incompatibility with XWiki validationf1cdd26Issue #21110: Fix PackageDeclaration false positive on module-info.java48b0316infra: use pull_request_target for site workflowe7d79f5doc: mention 14.x in JRE matrix and Java 25 language support on index page86c9daeminor: Bump version to 14.0.0-SNAPSHOT74d612aIssue #8240: Add grammar support for module-info.java0a64d24Issue #21207: Make LocalFinalVariableName default-config example Example1Updates
com.diffplug.spotless:spotless-maven-pluginfrom 3.9.0 to 3.10.0Release notes
Sourced from com.diffplug.spotless:spotless-maven-plugin's releases.
Commits
426b21dPublished maven/3.10.02fd42eaPublished gradle/8.10.0d71ed1aPublished lib/4.10.08b57c01Add shortenFullyQualifiedTypes step (fixes #2945) (#3005 closes #2945)6b42c5efix: make the FQN-collecting visitor a named static class4430823Better organization on the changelogs.45bea6dBetter place to put the shortenFullyQualifiedTypes docs0c49e65chore: spotlessApply1c5bc0adocs: list the Java import steps in the plugin README tables of contentscd57b58docs: document shortenFullyQualifiedTypes in the plugin READMEsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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