Skip to content

Commit fa26e8b

Browse files
build(deps-dev): bump net.bytebuddy:byte-buddy in /src
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.17.1 to 1.17.5. - [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.1...byte-buddy-1.17.5) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.17.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent caa3418 commit fa26e8b

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.17.1</version>
108+
<version>1.17.5</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)