Skip to content

Commit 0c111a1

Browse files
build(deps): bump versions.byteBuddyVersion from 1.17.6 to 1.17.7 (#3591)
Bumps `versions.byteBuddyVersion` from 1.17.6 to 1.17.7. 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 `net.bytebuddy:byte-buddy-agent` 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) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.17.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: net.bytebuddy:byte-buddy-agent dependency-version: 1.17.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 49790f2 commit 0c111a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ versions.seleniumVersion = "4.35.0"
1717
versions.braveVersion = "6.3.0"
1818
versions.jacksonVersion = "2.19.2"
1919
versions.opensaml = "4.0.1"
20-
versions.byteBuddyVersion = "1.17.6"
20+
versions.byteBuddyVersion = "1.17.7"
2121

2222
// Versions we're overriding from the Spring Boot Bom (Dependabot does not issue PRs to bump these versions, so we need to manually bump them)
2323
ext["mariadb.version"] = "2.7.12" // Bumping to v3 breaks some pipeline jobs (and compatibility with Amazon Aurora MySQL), so pinning to v2 for now. v2 (current version) is stable and will be supported until about September 2025 (https://mariadb.com/kb/en/about-mariadb-connector-j/).

0 commit comments

Comments
 (0)