Skip to content

Commit 776b787

Browse files
Bump net.bytebuddy:byte-buddy from 1.17.7 to 1.17.8 (#536)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.17.7 to 1.17.8. - [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.7...byte-buddy-1.17.8) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.17.8 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 703bc3a commit 776b787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agent/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ dependencies {
6767
compileOnly 'com.google.auto.service:auto-service-annotations:1.1.1'
6868
annotationProcessor 'com.google.auto.service:auto-service:1.1.1'
6969

70-
implementation 'net.bytebuddy:byte-buddy:1.17.7'
71-
implementation 'net.bytebuddy:byte-buddy-agent:1.17.7'
70+
implementation 'net.bytebuddy:byte-buddy:1.17.8'
71+
implementation 'net.bytebuddy:byte-buddy-agent:1.17.8'
7272

7373
compileOnly 'io.projectreactor:reactor-core:3.2.5.RELEASE'
7474
compileOnly 'io.reactivex.rxjava2:rxjava:2.2.18'

0 commit comments

Comments
 (0)