Skip to content

Commit 41ea5d8

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.10 to 1.18.11. - [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.10...byte-buddy-1.18.11) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy-agent dependency-version: 1.18.11 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0859755 commit 41ea5d8

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
@@ -77,7 +77,7 @@
7777
<jacoco-maven-plugin.version>0.8.15</jacoco-maven-plugin.version>
7878
<!-- byte-buddy-agent version must match what mockito-core pulls in transitively.
7979
Update this when bumping mockito.version (run: mvn dependency:tree -pl reader | grep byte-buddy-agent). -->
80-
<bytebuddy.version>1.18.10</bytebuddy.version>
80+
<bytebuddy.version>1.18.11</bytebuddy.version>
8181
<!-- Generated sources (FlatBuffers + Protobuf) live under fbs/ and proto/. They
8282
are emitted by external code-gen and have no hand-written behavior worth
8383
covering; counting them tanks the project-wide coverage ratio without

0 commit comments

Comments
 (0)