Skip to content

Commit e0a4913

Browse files
Bump net.bytebuddy:byte-buddy from 1.15.3 to 1.15.4 (#447)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.15.3 to 1.15.4. - [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.15.3...byte-buddy-1.15.4) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy 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 046933f commit e0a4913

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
@@ -62,8 +62,8 @@ dependencies {
6262
compileOnly 'com.google.auto.service:auto-service-annotations:1.1.1'
6363
annotationProcessor 'com.google.auto.service:auto-service:1.1.1'
6464

65-
implementation 'net.bytebuddy:byte-buddy:1.15.3'
66-
implementation 'net.bytebuddy:byte-buddy-agent:1.15.3'
65+
implementation 'net.bytebuddy:byte-buddy:1.15.4'
66+
implementation 'net.bytebuddy:byte-buddy-agent:1.15.4'
6767

6868
compileOnly 'io.projectreactor:reactor-core:3.2.5.RELEASE'
6969
compileOnly 'io.reactivex.rxjava2:rxjava:2.2.18'

0 commit comments

Comments
 (0)