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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-extras.git


The following commit(s) were added to refs/heads/develop by this push:
     new 10fce6a  chore: Minor updating of stuff in the extras repo.
10fce6a is described below

commit 10fce6ae8c291ce0e28ad7af2d92c0f4ce7ab1d4
Author: Christofer Dutz <[email protected]>
AuthorDate: Thu Jul 31 17:16:12 2025 +0200

    chore: Minor updating of stuff in the extras repo.
---
 plc4c/pom.xml                    | 3 +++
 plc4go/pom.xml                   | 7 ++++++-
 plc4j/pom.xml                    | 1 +
 plc4j/tools/plc4x-server/pom.xml | 4 ++--
 4 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/plc4c/pom.xml b/plc4c/pom.xml
index e74a9e2..e85f798 100644
--- a/plc4c/pom.xml
+++ b/plc4c/pom.xml
@@ -50,6 +50,7 @@
       <plugin>
         <groupId>com.googlecode.maven-download-plugin</groupId>
         <artifactId>download-maven-plugin</artifactId>
+        <version>1.13.0</version>
         <executions>
           <!--
             Get additional stuff we need for the build.
@@ -107,6 +108,7 @@
       <plugin>
         <groupId>com.googlecode.cmake-maven-project</groupId>
         <artifactId>cmake-maven-plugin</artifactId>
+        <version>3.31.5-b1</version>
         <executions>
           <!-- TODO: Commented out for now as when running in jenkins for code 
analysis, the second run would overwrite the results of the first -->
           <!-- Generate the configuration for the main compilation -->
@@ -198,6 +200,7 @@
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
+          <version>0.16.1</version>
           <configuration>
             <excludes combine.children="append">
               <exclude>cmake-*/**</exclude>
diff --git a/plc4go/pom.xml b/plc4go/pom.xml
index 74a123d..c37ac27 100644
--- a/plc4go/pom.xml
+++ b/plc4go/pom.xml
@@ -55,7 +55,7 @@
 
     <go.cover.flag>-coverprofile=target/coverage.out</go.cover.flag>
 
-    <go.version>1.24.0</go.version>
+    <go.version>1.24.2</go.version>
   </properties>
 
   <build>
@@ -196,6 +196,7 @@
 
       <!-- disabled plugins as of documentation -->
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-clean-plugin</artifactId>
         <executions>
           <execution>
@@ -205,6 +206,7 @@
         </executions>
       </plugin>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
         <executions>
           <execution>
@@ -214,6 +216,7 @@
         </executions>
       </plugin>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <executions>
           <execution>
@@ -223,6 +226,7 @@
         </executions>
       </plugin>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <executions>
           <execution>
@@ -236,6 +240,7 @@
         </executions>
       </plugin>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-install-plugin</artifactId>
         <executions>
           <execution>
diff --git a/plc4j/pom.xml b/plc4j/pom.xml
index ffb0a4a..1f3fcf3 100644
--- a/plc4j/pom.xml
+++ b/plc4j/pom.xml
@@ -53,6 +53,7 @@
       <plugin>
         <groupId>org.jacoco</groupId>
         <artifactId>jacoco-maven-plugin</artifactId>
+        <version>0.8.13</version>
         <executions>
           <!--
               Prepares the property pointing to the JaCoCo runtime agent which
diff --git a/plc4j/tools/plc4x-server/pom.xml b/plc4j/tools/plc4x-server/pom.xml
index 88ff7e8..d9c7e4f 100644
--- a/plc4j/tools/plc4x-server/pom.xml
+++ b/plc4j/tools/plc4x-server/pom.xml
@@ -123,12 +123,12 @@
     <dependency>
       <groupId>io.netty</groupId>
       <artifactId>netty-buffer</artifactId>
-      <version>4.1.119.Final</version>
+      <version>4.1.123.Final</version>
     </dependency>
     <dependency>
       <groupId>io.netty</groupId>
       <artifactId>netty-transport</artifactId>
-      <version>4.1.119.Final</version>
+      <version>4.1.123.Final</version>
     </dependency>
 
     <dependency>

Reply via email to