Skip to content

Commit 7f97ad6

Browse files
Bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) and [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy). Updates `net.bytebuddy:byte-buddy` from 1.17.5 to 1.17.6 - [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.17.5...byte-buddy-1.17.6) Updates `net.bytebuddy:byte-buddy-agent` from 1.17.5 to 1.17.6 - [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.17.5...byte-buddy-1.17.6) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.17.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: net.bytebuddy:byte-buddy-agent dependency-version: 1.17.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 78a192c commit 7f97ad6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

inject-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@
5959
<dependency>
6060
<groupId>net.bytebuddy</groupId>
6161
<artifactId>byte-buddy</artifactId>
62-
<version>1.17.5</version>
62+
<version>1.17.6</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>net.bytebuddy</groupId>
6666
<artifactId>byte-buddy-agent</artifactId>
67-
<version>1.17.5</version>
67+
<version>1.17.6</version>
6868
</dependency>
6969

7070
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@
6262
<dependency>
6363
<groupId>net.bytebuddy</groupId>
6464
<artifactId>byte-buddy</artifactId>
65-
<version>1.17.5</version>
65+
<version>1.17.6</version>
6666
<scope>test</scope>
6767
</dependency>
6868
<dependency>
6969
<groupId>net.bytebuddy</groupId>
7070
<artifactId>byte-buddy-agent</artifactId>
71-
<version>1.17.5</version>
71+
<version>1.17.6</version>
7272
<scope>test</scope>
7373
</dependency>
7474
<dependency>

0 commit comments

Comments
 (0)