Skip to content

Commit

Permalink
Bump net.bytebuddy:byte-buddy from 1.15.11 to 1.16.1
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and doktoric committed Jan 20, 2025
1 parent 570ee0f commit a7949b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ext {
commonsCodecVersion = '1.17.2'
commonsCollections4Version = '4.4'
guavaVersion = '33.4.0-jre'
byteBuddyVersion = '1.15.11'
byteBuddyVersion = '1.16.1'
commonsBeanutilsVersion = '1.10.0'

// Logging
Expand Down
2 changes: 1 addition & 1 deletion metrics-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: okhttpVersion
implementation group: 'org.xerial.snappy', name: 'snappy-java', version: '1.1.10.7'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-jersey', version: springBootVersion
implementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.15.11'
implementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.16.1'
implementation group: 'com.google.protobuf', name: 'protobuf-java-util', version: protobufVersion

implementation ("io.grpc:grpc-all:$grpcVersion") {
Expand Down
2 changes: 1 addition & 1 deletion streaming-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation project(':grpc-common')

implementation group: 'org.springframework.boot', name: 'spring-boot-starter-jersey', version: springBootVersion
implementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.15.11'
implementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.16.1'
implementation group: 'com.google.protobuf', name: 'protobuf-java-util', version: protobufVersion

implementation ("io.grpc:grpc-all:$grpcVersion") {
Expand Down

0 comments on commit a7949b7

Please sign in to comment.