Skip to content

Commit

Permalink
Upgrading Bytebuddy to the latest version (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusoe authored Sep 10, 2021
1 parent 93482a4 commit 75d8a2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion inspectit-ocelot-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ dependencies {
"rocks.inspectit:opencensus-influxdb-exporter:1.2",

// bytecode manipulation
"net.bytebuddy:byte-buddy:1.11.5"
"net.bytebuddy:byte-buddy:1.11.15"
)

testImplementation(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
id: Breaking Changes
title: Breaking Changes
---

## Breaking changes in 1.12.1

There are no breaking changes for version 1.12.1.

## Breaking changes in 1.12.0

There are no breaking changes for version 1.12.0.
Expand Down

0 comments on commit 75d8a2a

Please sign in to comment.