Skip to content

Commit e49c26a

Browse files
Bump net.bytebuddy:byte-buddy from 1.17.8 to 1.18.0 (#540)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.17.8 to 1.18.0. - [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.8...byte-buddy-1.18.0) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d671cb5 commit e49c26a

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.8'
71-
implementation 'net.bytebuddy:byte-buddy-agent:1.17.8'
70+
implementation 'net.bytebuddy:byte-buddy:1.18.0'
71+
implementation 'net.bytebuddy:byte-buddy-agent:1.18.0'
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)