Skip to content

Commit fab3618

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.7 to 1.17.8 - [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.7...byte-buddy-1.17.8) Updates `net.bytebuddy:byte-buddy-agent` from 1.17.7 to 1.17.8 - [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.7...byte-buddy-1.17.8) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.17.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: net.bytebuddy:byte-buddy-agent dependency-version: 1.17.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0a8acf commit fab3618

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.7</version>
62+
<version>1.17.8</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>net.bytebuddy</groupId>
6666
<artifactId>byte-buddy-agent</artifactId>
67-
<version>1.17.7</version>
67+
<version>1.17.8</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.7</version>
65+
<version>1.17.8</version>
6666
<scope>test</scope>
6767
</dependency>
6868
<dependency>
6969
<groupId>net.bytebuddy</groupId>
7070
<artifactId>byte-buddy-agent</artifactId>
71-
<version>1.17.7</version>
71+
<version>1.17.8</version>
7272
<scope>test</scope>
7373
</dependency>
7474
<dependency>

0 commit comments

Comments
 (0)