]> git.basschouten.com Git - openhab-addons.git/commitdiff
Update plugins (#16683)
authorHolger Friedrich <mail@holger-friedrich.de>
Mon, 29 Apr 2024 10:24:45 +0000 (12:24 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Apr 2024 10:24:45 +0000 (12:24 +0200)
* update multiple dependencies

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
bom/pom.xml
bundles/org.openhab.automation.jsscripting/pom.xml
bundles/org.openhab.binding.deutschebahn/pom.xml
bundles/org.openhab.binding.mybmw/pom.xml
bundles/org.openhab.binding.tr064/pom.xml
bundles/org.openhab.persistence.dynamodb/pom.xml
bundles/pom.xml
itests/pom.xml
pom.xml

index a08dc1fc912245b0d5611a8882d514a2160eca26..6ff8d194f83f3ab9220ae37dcc2d30c02d5b15fb 100644 (file)
@@ -29,7 +29,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-antrun-plugin</artifactId>
-          <version>1.8</version>
+          <version>3.1.0</version>
           <inherited>false</inherited>
           <executions>
             <execution>
index 6dcd0f7348c4327f756d59ca52c6994a31641a54..5d1d4a0892f77ff7a2f224909421e667ad6bfbce 100644 (file)
@@ -47,7 +47,7 @@
       <plugin>
         <groupId>com.github.eirslett</groupId>
         <artifactId>frontend-maven-plugin</artifactId>
-        <version>1.12.1</version>
+        <version>1.15.0</version>
         <configuration>
           <nodeVersion>v16.17.1</nodeVersion> <!-- DO NOT DOWNGRADE: NodeJS < 16 doesn't support Apple Silicon -->
           <workingDirectory>target/js</workingDirectory>
index a7dd904bd07cfbd91fb47f0f5d666ad810bb04dc..dbe8ac49df6974a94b1285d4f28fcc42e6bf8e13 100644 (file)
@@ -19,7 +19,7 @@
       <plugin>
         <groupId>org.jvnet.jaxb2.maven2</groupId>
         <artifactId>maven-jaxb2-plugin</artifactId>
-        <version>0.14.0</version>
+        <version>0.15.3</version>
         <executions>
           <execution>
             <id>generate-jaxb-sources</id>
index 9f6b4fea499d8d57070581be1fa0343be2449b33..809b9a8edb21d94c705cedc1f36f43087735f5ed 100644 (file)
@@ -31,7 +31,7 @@
           <plugin>
             <groupId>org.jacoco</groupId>
             <artifactId>jacoco-maven-plugin</artifactId>
-            <version>0.8.8</version>
+            <version>0.8.11</version>
             <executions>
               <execution>
                 <id>default-instrument</id>
@@ -89,7 +89,7 @@
           <groupId>org.jacoco</groupId>
           <artifactId>org.jacoco.agent</artifactId>
           <classifier>runtime</classifier>
-          <version>0.8.8</version>
+          <version>0.8.11</version>
           <scope>test</scope>
         </dependency>
       </dependencies>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-failsafe-plugin</artifactId>
-            <version>3.0.0-M7</version>
+            <version>3.2.5</version>
             <executions>
               <execution>
                 <goals>
         <plugins>
           <plugin>
             <artifactId>maven-resources-plugin</artifactId>
-            <version>3.3.0</version>
             <executions>
               <execution>
                 <id>copy-resources</id>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-jar-plugin</artifactId>
-            <version>3.3.0</version>
             <executions>
               <execution>
                 <phase>package</phase>
index 47509e58bb24d8928adfe5820fd9f3d576938cf3..e3055a8321620a2d9bb0a39759c148e07c5ffcd8 100644 (file)
@@ -19,7 +19,7 @@
       <plugin>
         <groupId>org.jvnet.jaxb2.maven2</groupId>
         <artifactId>maven-jaxb2-plugin</artifactId>
-        <version>0.14.0</version>
+        <version>0.15.3</version>
         <executions>
           <execution>
             <id>generate-jaxb-sources</id>
index ab871c6973bab122a543332c93c65abfb080d1f7..9cd4546daf33a5dbec9749c45db14ba5ca7437f5 100644 (file)
@@ -41,7 +41,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
-        <version>3.1.2</version>
         <executions>
           <execution>
             <id>copy</id>
index ee0252513256fe03d8a2dfcadf6f5e10f8150a10..0fa1f20f9dd1fa7703f0a35f76c4c14e228eb6d2 100644 (file)
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
-        <version>3.6.0</version>
+        <version>3.6.1</version>
         <executions>
           <execution>
             <id>embed-dependencies</id>
index 62dd8717fa3f445616f25b827aa1e00a1e186663..bc2f207c56f12e959d9100c92103d84ed75855fb 100644 (file)
@@ -81,7 +81,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
-        <version>3.6.0</version>
+        <version>3.6.1</version>
         <executions>
           <execution>
             <id>unpack-eea</id>
diff --git a/pom.xml b/pom.xml
index 77535de71fbbea70308fc812c47dc2397cf0421e..8c12c5a61cf64d7f112d7f0345b9cd932ab6d585 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
     <kotlin.version>1.9.23</kotlin.version>
     <sat.version>0.16.0</sat.version>
     <slf4j.version>2.0.7</slf4j.version>
-    <spotless.version>2.38.0</spotless.version>
+    <spotless.version>2.43.0</spotless.version>
     <!-- Eclipse Java formatter version 4.26+ does not check test files -->
     <spotless.eclipse.version>4.25</spotless.eclipse.version>
     <spotless.eclipse.wtp.version>4.21.0</spotless.eclipse.wtp.version>
@@ -295,7 +295,7 @@ Import-Package: \\
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-clean-plugin</artifactId>
-          <version>3.3.1</version>
+          <version>3.3.2</version>
         </plugin>
 
         <plugin>
@@ -333,7 +333,7 @@ Import-Package: \\
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-enforcer-plugin</artifactId>
-          <version>3.4.0</version>
+          <version>3.4.1</version>
         </plugin>
 
         <plugin>
@@ -345,13 +345,13 @@ Import-Package: \\
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>3.3.0</version>
+          <version>3.4.1</version>
         </plugin>
 
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.2.0</version>
+          <version>3.12.0</version>
           <configuration>
             <failOnError>!${quality.skip}</failOnError>
             <tags>
@@ -367,20 +367,12 @@ Import-Package: \\
               </tag>
             </tags>
           </configuration>
-          <dependencies>
-            <!-- This newer version fixes issues with resolving tech.units:indriya packages -->
-            <dependency>
-              <groupId>org.codehaus.plexus</groupId>
-              <artifactId>plexus-java</artifactId>
-              <version>1.0.7</version>
-            </dependency>
-          </dependencies>
         </plugin>
 
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
-          <version>3.9.0</version>
+          <version>3.12.0</version>
         </plugin>
 
         <plugin>
@@ -407,13 +399,13 @@ Import-Package: \\
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-source-plugin</artifactId>
-          <version>3.3.0</version>
+          <version>3.3.1</version>
         </plugin>
 
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>3.1.2</version>
+          <version>3.2.5</version>
           <configuration>
             <argLine>
               --add-opens java.base/java.lang=ALL-UNNAMED
@@ -428,13 +420,13 @@ Import-Package: \\
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
-          <version>3.4.0</version>
+          <version>3.5.0</version>
         </plugin>
 
         <plugin>
           <groupId>com.mycila</groupId>
           <artifactId>license-maven-plugin</artifactId>
-          <version>4.2</version>
+          <version>4.3</version>
           <configuration>
             <basedir>${basedir}</basedir>
             <quiet>false</quiet>
@@ -634,6 +626,9 @@ Import-Package: \\
             </goals>
             <configuration>
               <rules>
+                <requireMavenVersion>
+                  <version>3.6.3</version>
+                </requireMavenVersion>
                 <requireJavaVersion>
                   <version>[17.0,18.0),[21.0,22.0)</version>
                 </requireJavaVersion>