Skip to content

Commit 2beac87

Browse files
authored
deps: update dependency net.bytebuddy:byte-buddy to v1.12.7 (#3471)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [net.bytebuddy:byte-buddy](https://bytebuddy.net) | `1.12.6` -> `1.12.7` | [![age](https://badges.renovateapi.com/packages/maven/net.bytebuddy:byte-buddy/1.12.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/net.bytebuddy:byte-buddy/1.12.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/net.bytebuddy:byte-buddy/1.12.7/compatibility-slim/1.12.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/net.bytebuddy:byte-buddy/1.12.7/confidence-slim/1.12.6)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigtable-hbase).
1 parent 601e439 commit 2beac87

File tree

2 files changed

+2
-2
lines changed
  • bigtable-hbase-1.x-parent/bigtable-hbase-1.x
  • bigtable-hbase-2.x-parent/bigtable-hbase-2.x

2 files changed

+2
-2
lines changed

bigtable-hbase-1.x-parent/bigtable-hbase-1.x/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ limitations under the License.
149149
<dependency>
150150
<groupId>net.bytebuddy</groupId>
151151
<artifactId>byte-buddy</artifactId>
152-
<version>1.12.6</version>
152+
<version>1.12.7</version>
153153
</dependency>
154154

155155

bigtable-hbase-2.x-parent/bigtable-hbase-2.x/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ limitations under the License.
145145
<dependency>
146146
<groupId>net.bytebuddy</groupId>
147147
<artifactId>byte-buddy</artifactId>
148-
<version>1.12.6</version>
148+
<version>1.12.7</version>
149149
</dependency>
150150

151151
<!-- Test dependencies-->

0 commit comments

Comments
 (0)