Bump the minor-and-patch group across 1 directory with 7 updates - #1377
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Bump the minor-and-patch group across 1 directory with 7 updates#1377dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the minor-and-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.18.11` | `1.18.12` | | [com.github.oshi:oshi-core](https://github.com/oshi/oshi) | `7.4.2` | `7.5.0` | | [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `3.0.3` | `3.1.0` | | [com.azure:azure-data-tables](https://github.com/Azure/azure-sdk-for-java) | `12.5.11` | `12.5.12` | | [org.jsoup:jsoup](https://github.com/jhy/jsoup) | `1.22.2` | `1.23.1` | | [gradle-wrapper](https://github.com/gradle/gradle) | `9.6.1` | `9.7.1` | 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 `net.bytebuddy:byte-buddy-agent` 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 `com.github.oshi:oshi-core` from 7.4.2 to 7.5.0 - [Release notes](https://github.com/oshi/oshi/releases) - [Changelog](https://github.com/oshi/oshi/blob/master/CHANGELOG.md) - [Commits](oshi/oshi@oshi-parent-7.4.2...oshi-parent-7.5.0) Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 3.0.3 to 3.1.0 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](springdoc/springdoc-openapi@v3.0.3...v3.1.0) Updates `com.azure:azure-data-tables` from 12.5.11 to 12.5.12 - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](Azure/azure-sdk-for-java@com.azure+azure-data-tables_12.5.11...com.azure+azure-data-tables_12.5.12) Updates `org.jsoup:jsoup` from 1.22.2 to 1.23.1 - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md) - [Commits](jhy/jsoup@jsoup-1.22.2...jsoup-1.23.1) Updates `gradle-wrapper` from 9.6.1 to 9.7.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](gradle/gradle@v9.6.1...v9.7.1) --- 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: minor-and-patch - dependency-name: net.bytebuddy:byte-buddy-agent dependency-version: 1.18.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: com.github.oshi:oshi-core dependency-version: 7.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: com.azure:azure-data-tables dependency-version: 12.5.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.jsoup:jsoup dependency-version: 1.23.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: gradle-wrapper dependency-version: 9.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/gradle/minor-and-patch-ae7b84d829
branch
August 24, 2026 11:11
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 minor-and-patch group with 6 updates in the / directory:
1.18.111.18.127.4.27.5.03.0.33.1.012.5.1112.5.121.22.21.23.19.6.19.7.1Updates
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
net.bytebuddy:byte-buddy-agentfrom 1.18.11 to 1.18.12Release notes
Sourced from net.bytebuddy:byte-buddy-agent's releases.
Changelog
Sourced from net.bytebuddy:byte-buddy-agent'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
com.github.oshi:oshi-corefrom 7.4.2 to 7.5.0Release notes
Sourced from com.github.oshi:oshi-core's releases.
... (truncated)
Changelog
Sourced from com.github.oshi:oshi-core's changelog.
... (truncated)
Commits
377d945[maven-release-plugin] prepare release oshi-parent-7.5.036e1f707.5.0 Releasef3ec583Update dependency com.diffplug.spotless:spotless-maven-plugin to v3.10.0 (#3649)2bc9570Clear the Sonar findings from the routing table work (#3648)b6d943cReport the prefix length of an abbreviated network on DragonFly BSD (#3647)7f5ca26Update dependency com.puppycrawl.tools:checkstyle to v13.11.0 (#3645)92b4372Update dependency com.fasterxml.jackson.core:jackson-databind to v2.22.2 (#3644)6d77432Add NetworkParams.getRoutes() routing table API (#3646)327fcf5Skip a corrupt utmpx entry rather than abandoning the whole read (#3643)a97bd07Fix the OpenIndiana OOM failures by capping the ZFS ARC (#3642)Updates
org.springdoc:springdoc-openapi-starter-webmvc-uifrom 3.0.3 to 3.1.0Release notes
Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's releases.
Changelog
Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's changelog.
Commits
e04f91f[maven-release-plugin] prepare release v3.1.083551ceCHANGELOG.md update4a2b5bdCHANGELOG.md updatead0a5a5swagger-ui upgrade to version 5.32.116e14cb4Fix sonarqube errorseae2056Fix sonarqube errorsb09a77bchore: act upon SonarQube warningscc3d86dupgrade spring-ai to version 2.0.0df1c2baspring-boot upgrade to 4.1.0b6e5212Kotlin parent class's field is not properly marked as nullable. Fixes #3304Updates
com.azure:azure-data-tablesfrom 12.5.11 to 12.5.12Release notes
Sourced from com.azure:azure-data-tables's releases.
Commits
c923efaPrepare patch release 20260818 (#50173)c6b40a1Add WireMock dependency version 2.35.2 to external dependencies8c93dcaIncrement package versions for commvaultcontentstore releases (#50171)f3e1875Configurations: 'specification/compute/resource-manager/Microsoft.Compute/Co...d39ffcaPrepare OTel AutoConfigure release v1.6.0 (#50167)ac5a002[AzureMonitorAutoConfigure] Validate ingestion and Live Metrics redirect targ...53e6420Increment versions for core releases (#50152)168277bUpdate resources TypeSpec commit (#50164)6cc7989Migrate resource manager resources generation to TypeSpec (#50111)645e30cIncrement package versions for network auto-releases (#50162)Updates
org.jsoup:jsoupfrom 1.22.2 to 1.23.1Release notes
Sourced from org.jsoup:jsoup's releases.
Changelog
Sourced from org.jsoup:jsoup's changelog.
Commits
bb077a8[maven-release-plugin] prepare release jsoup-1.23.1cdb5579Harden the test someb86b282Normalize re2j complexity exceptions0fcc369Bump github/codeql-action from 4.37.0 to 4.37.1aea4a1bBump actions/setup-java from 5.5.0 to 5.6.0ec9c879Bump actions/checkout from 7.0.0 to 7.0.11fb2c97FixKeyVal.inputStreamvalidation3475afcHandle non-string internal attribute values; test for internal attribute databe8c375Parse CDATA according to the context namespace8996fceAdd appendable outer HTML outputUpdates
gradle-wrapperfrom 9.6.1 to 9.7.1Release notes
Sourced from gradle-wrapper's releases.
... (truncated)
Commits
92f0512update fixed issues for 9.7.1 (#38892)820ee75update fixed issues for 9.7.182c23f9Fix annotation parameter ordering problem in KTS (#38878)ef11a72Fix annotation parameter ordering issuebb0d8a9Make relevant tests polyglot (run for multiple DSLs)336e129Update signing configuration (#38874)4bdf0daUpdate signing configurationcd9b92cList issues resolved in 9.7.1 (#38839)5f4e381List issues resolved in 9.7.11e08ab5Keep type-use annotations in extracted ABI classes (#38810)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any e...Description has been truncated