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

engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-management.git


The following commit(s) were added to refs/heads/main by this push:
     new 401ba8f2 upgrade dependencies in maven integration test (#453)
401ba8f2 is described below

commit 401ba8f20779233cb6163adb08146c63378915dc
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jun 23 09:39:32 2025 +0100

    upgrade dependencies in maven integration test (#453)
---
 integration-test/kubernetes-api-java/pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/integration-test/kubernetes-api-java/pom.xml 
b/integration-test/kubernetes-api-java/pom.xml
index 4431870f..2d90063f 100644
--- a/integration-test/kubernetes-api-java/pom.xml
+++ b/integration-test/kubernetes-api-java/pom.xml
@@ -5,7 +5,7 @@
   <version>1.0-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <description>Pekko Cluster Bootstrap Integration Test: Kubernetes 
API</description>
-  <inceptionYear>2018</inceptionYear>
+  <inceptionYear>2022</inceptionYear>
   <licenses>
     <license>
       <name>Apache2.0</name>
@@ -18,8 +18,8 @@
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
     <encoding>UTF-8</encoding>
-    <pekko.version>1.0.1</pekko.version>
-    <pekko.http.version>1.0.0</pekko.http.version>
+    <pekko.version>1.1.4</pekko.version>
+    <pekko.http.version>1.2.0</pekko.http.version>
     <pekko-management.version>0.0.0</pekko-management.version> <!-- set by 
build -->
     <scala.binary.version>2.13</scala.binary.version>
   </properties>
@@ -43,7 +43,7 @@
     <dependency>
       <groupId>ch.qos.logback</groupId>
       <artifactId>logback-classic</artifactId>
-      <version>1.2.13</version>
+      <version>1.3.15</version>
     </dependency>
     <dependency>
       <groupId>org.apache.pekko</groupId>
@@ -77,7 +77,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
-        <version>1.5</version>
+        <version>3.6.0</version>
         <executions>
           <execution>
             <phase>package</phase>
@@ -110,7 +110,7 @@
         <!-- see http://davidb.github.com/scala-maven-plugin -->
         <groupId>net.alchim31.maven</groupId>
         <artifactId>scala-maven-plugin</artifactId>
-        <version>3.3.2</version>
+        <version>4.9.5</version>
         <executions>
           <execution>
             <goals>
@@ -129,7 +129,7 @@
       <plugin>
         <groupId>io.fabric8</groupId>
         <artifactId>docker-maven-plugin</artifactId>
-        <version>0.27.2</version>
+        <version>0.46.0</version>
         <configuration>
           <images>
             <image>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to