Skip to content

Commit be86bc9

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

agent/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ dependencies {
100100
compileOnly 'com.google.auto.service:auto-service-annotations:1.1.1'
101101
annotationProcessor 'com.google.auto.service:auto-service:1.1.1'
102102

103-
implementation 'net.bytebuddy:byte-buddy:1.18.8'
104-
implementation 'net.bytebuddy:byte-buddy-agent:1.18.8'
103+
implementation 'net.bytebuddy:byte-buddy:1.18.9'
104+
implementation 'net.bytebuddy:byte-buddy-agent:1.18.9'
105105

106106
compileOnly 'io.projectreactor:reactor-core:3.2.5.RELEASE'
107107
compileOnly 'io.reactivex.rxjava2:rxjava:2.2.18'

0 commit comments

Comments
 (0)