Skip to content

Commit 31840d8

Browse files
build(deps-dev): bump net.bytebuddy:byte-buddy from 1.15.11 to 1.17.1 in /src (#355)
build(deps-dev): bump net.bytebuddy:byte-buddy in /src Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.15.11 to 1.17.1. - [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.11...byte-buddy-1.17.1) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a255658 commit 31840d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/refimpl-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<dependency> <!-- enables mocking of classes (in addition to interfaces) -->
106106
<groupId>net.bytebuddy</groupId>
107107
<artifactId>byte-buddy</artifactId>
108-
<version>1.15.11</version>
108+
<version>1.17.1</version>
109109
<scope>test</scope>
110110
</dependency>
111111
<dependency> <!-- enables mocking of classes without default constructor (together with ByteBuddy or CGLIB) -->

0 commit comments

Comments
 (0)