Skip to content

Commit

Permalink
[FLINK-25851][build][tests] Bump bytebuddy to 1.8.22
Browse files Browse the repository at this point in the history
  • Loading branch information
echauchot authored and zentol committed Feb 21, 2022
1 parent 4191094 commit bbd5682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -515,14 +515,14 @@ under the License.
<!-- mockito/powermock mismatch -->
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.8.15</version>
<version>1.8.22</version>
</dependency>

<dependency>
<!-- mockito/powermock mismatch -->
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.8.15</version>
<version>1.8.22</version>
</dependency>

<!-- For dependency convergence -->
Expand Down

0 comments on commit bbd5682

Please sign in to comment.