Skip to content

Commit 59cd74b

Browse files
dependabot[bot]dfa1
authored andcommitted
build(deps-dev): Bump net.bytebuddy:byte-buddy-agent
Bumps [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.18.11 to 1.18.12. - [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.18.11...byte-buddy-1.18.12) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy-agent dependency-version: 1.18.12 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 454b697 commit 59cd74b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<jacoco-maven-plugin.version>0.8.15</jacoco-maven-plugin.version>
8181
<!-- byte-buddy-agent version must match what mockito-core pulls in transitively.
8282
Update this when bumping mockito.version (run: mvn dependency:tree -pl reader | grep byte-buddy-agent). -->
83-
<bytebuddy.version>1.18.11</bytebuddy.version>
83+
<bytebuddy.version>1.18.12</bytebuddy.version>
8484
<!-- Generated sources (FlatBuffers + Protobuf) live under fbs/ and proto/. They
8585
are emitted by external code-gen and have no hand-written behavior worth
8686
covering; counting them tanks the project-wide coverage ratio without

0 commit comments

Comments
 (0)