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

martijnvisser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-gcp-pubsub.git

commit d2f32c1b5445e8131d2a39383dd875d99baef8c2
Author: Martijn Visser <mvis...@confluent.io>
AuthorDate: Tue Apr 4 17:08:52 2023 +0200

    [hotfix] Resolve dependency convergence on `junit-platform-commons`
---
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1c5dba3..c211942 100644
--- a/pom.xml
+++ b/pom.xml
@@ -298,7 +298,14 @@ under the License.
                        <dependency>
                                <groupId>org.junit.platform</groupId>
                                <artifactId>junit-platform-engine</artifactId>
-                               <version>1.8.1</version>
+                               <version>1.9.1</version>
+                       </dependency>
+
+                       <!-- For dependency convergence -->
+                       <dependency>
+                               <groupId>org.junit.platform</groupId>
+                               <artifactId>junit-platform-commons</artifactId>
+                               <version>1.9.1</version>
                        </dependency>
 
                        <!-- For dependency convergence -->

Reply via email to