Skip to content

Commit 304fe36

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

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
@@ -45,12 +45,12 @@
4545
<dependency>
4646
<groupId>net.bytebuddy</groupId>
4747
<artifactId>byte-buddy</artifactId>
48-
<version>1.15.7</version>
48+
<version>1.15.10</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>net.bytebuddy</groupId>
5252
<artifactId>byte-buddy-agent</artifactId>
53-
<version>1.15.7</version>
53+
<version>1.15.10</version>
5454
</dependency>
5555

5656
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
<dependency>
6060
<groupId>net.bytebuddy</groupId>
6161
<artifactId>byte-buddy</artifactId>
62-
<version>1.15.7</version>
62+
<version>1.15.10</version>
6363
<scope>test</scope>
6464
</dependency>
6565
<dependency>
6666
<groupId>net.bytebuddy</groupId>
6767
<artifactId>byte-buddy-agent</artifactId>
68-
<version>1.15.7</version>
68+
<version>1.15.10</version>
6969
<scope>test</scope>
7070
</dependency>
7171
<dependency>

0 commit comments

Comments
 (0)