You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/02/21 17:33:59 UTC

[flink] 01/02: [FLINK-25851][build][tests] Bump bytebuddy to 1.8.22

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit bbd568207494499b0123c280b300caae9fb9c8fd
Author: Etienne Chauchot <ec...@apache.org>
AuthorDate: Thu Feb 17 10:16:49 2022 +0100

    [FLINK-25851][build][tests] Bump bytebuddy to 1.8.22
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a761e5c..14de924 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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 -->