Skip to content

Commit cf21184

Browse files
Update plugins (openhab#16683)
* update multiple dependencies Signed-off-by: Holger Friedrich <[email protected]>
1 parent 1437a2a commit cf21184

File tree

9 files changed

+22
-30
lines changed

9 files changed

+22
-30
lines changed

bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<plugin>
3030
<groupId>org.apache.maven.plugins</groupId>
3131
<artifactId>maven-antrun-plugin</artifactId>
32-
<version>1.8</version>
32+
<version>3.1.0</version>
3333
<inherited>false</inherited>
3434
<executions>
3535
<execution>

bundles/org.openhab.automation.jsscripting/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<plugin>
4848
<groupId>com.github.eirslett</groupId>
4949
<artifactId>frontend-maven-plugin</artifactId>
50-
<version>1.12.1</version>
50+
<version>1.15.0</version>
5151
<configuration>
5252
<nodeVersion>v16.17.1</nodeVersion> <!-- DO NOT DOWNGRADE: NodeJS < 16 doesn't support Apple Silicon -->
5353
<workingDirectory>target/js</workingDirectory>

bundles/org.openhab.binding.deutschebahn/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<plugin>
2020
<groupId>org.jvnet.jaxb2.maven2</groupId>
2121
<artifactId>maven-jaxb2-plugin</artifactId>
22-
<version>0.14.0</version>
22+
<version>0.15.3</version>
2323
<executions>
2424
<execution>
2525
<id>generate-jaxb-sources</id>

bundles/org.openhab.binding.mybmw/pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<plugin>
3232
<groupId>org.jacoco</groupId>
3333
<artifactId>jacoco-maven-plugin</artifactId>
34-
<version>0.8.8</version>
34+
<version>0.8.11</version>
3535
<executions>
3636
<execution>
3737
<id>default-instrument</id>
@@ -89,7 +89,7 @@
8989
<groupId>org.jacoco</groupId>
9090
<artifactId>org.jacoco.agent</artifactId>
9191
<classifier>runtime</classifier>
92-
<version>0.8.8</version>
92+
<version>0.8.11</version>
9393
<scope>test</scope>
9494
</dependency>
9595
</dependencies>
@@ -106,7 +106,7 @@
106106
<plugin>
107107
<groupId>org.apache.maven.plugins</groupId>
108108
<artifactId>maven-failsafe-plugin</artifactId>
109-
<version>3.0.0-M7</version>
109+
<version>3.2.5</version>
110110
<executions>
111111
<execution>
112112
<goals>
@@ -140,7 +140,6 @@
140140
<plugins>
141141
<plugin>
142142
<artifactId>maven-resources-plugin</artifactId>
143-
<version>3.3.0</version>
144143
<executions>
145144
<execution>
146145
<id>copy-resources</id>
@@ -164,7 +163,6 @@
164163
<plugin>
165164
<groupId>org.apache.maven.plugins</groupId>
166165
<artifactId>maven-jar-plugin</artifactId>
167-
<version>3.3.0</version>
168166
<executions>
169167
<execution>
170168
<phase>package</phase>

bundles/org.openhab.binding.tr064/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<plugin>
2020
<groupId>org.jvnet.jaxb2.maven2</groupId>
2121
<artifactId>maven-jaxb2-plugin</artifactId>
22-
<version>0.14.0</version>
22+
<version>0.15.3</version>
2323
<executions>
2424
<execution>
2525
<id>generate-jaxb-sources</id>

bundles/org.openhab.persistence.dynamodb/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
<plugin>
4242
<groupId>org.apache.maven.plugins</groupId>
4343
<artifactId>maven-dependency-plugin</artifactId>
44-
<version>3.1.2</version>
4544
<executions>
4645
<execution>
4746
<id>copy</id>

bundles/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@
617617
<plugin>
618618
<groupId>org.apache.maven.plugins</groupId>
619619
<artifactId>maven-dependency-plugin</artifactId>
620-
<version>3.6.0</version>
620+
<version>3.6.1</version>
621621
<executions>
622622
<execution>
623623
<id>embed-dependencies</id>

itests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<plugin>
8282
<groupId>org.apache.maven.plugins</groupId>
8383
<artifactId>maven-dependency-plugin</artifactId>
84-
<version>3.6.0</version>
84+
<version>3.6.1</version>
8585
<executions>
8686
<execution>
8787
<id>unpack-eea</id>

pom.xml

+13-18
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<kotlin.version>1.9.23</kotlin.version>
8181
<sat.version>0.16.0</sat.version>
8282
<slf4j.version>2.0.7</slf4j.version>
83-
<spotless.version>2.38.0</spotless.version>
83+
<spotless.version>2.43.0</spotless.version>
8484
<!-- Eclipse Java formatter version 4.26+ does not check test files -->
8585
<spotless.eclipse.version>4.25</spotless.eclipse.version>
8686
<spotless.eclipse.wtp.version>4.21.0</spotless.eclipse.wtp.version>
@@ -295,7 +295,7 @@ Import-Package: \\
295295
<plugin>
296296
<groupId>org.apache.maven.plugins</groupId>
297297
<artifactId>maven-clean-plugin</artifactId>
298-
<version>3.3.1</version>
298+
<version>3.3.2</version>
299299
</plugin>
300300

301301
<plugin>
@@ -333,7 +333,7 @@ Import-Package: \\
333333
<plugin>
334334
<groupId>org.apache.maven.plugins</groupId>
335335
<artifactId>maven-enforcer-plugin</artifactId>
336-
<version>3.4.0</version>
336+
<version>3.4.1</version>
337337
</plugin>
338338

339339
<plugin>
@@ -345,13 +345,13 @@ Import-Package: \\
345345
<plugin>
346346
<groupId>org.apache.maven.plugins</groupId>
347347
<artifactId>maven-jar-plugin</artifactId>
348-
<version>3.3.0</version>
348+
<version>3.4.1</version>
349349
</plugin>
350350

351351
<plugin>
352352
<groupId>org.apache.maven.plugins</groupId>
353353
<artifactId>maven-javadoc-plugin</artifactId>
354-
<version>3.2.0</version>
354+
<version>3.12.0</version>
355355
<configuration>
356356
<failOnError>!${quality.skip}</failOnError>
357357
<tags>
@@ -367,20 +367,12 @@ Import-Package: \\
367367
</tag>
368368
</tags>
369369
</configuration>
370-
<dependencies>
371-
<!-- This newer version fixes issues with resolving tech.units:indriya packages -->
372-
<dependency>
373-
<groupId>org.codehaus.plexus</groupId>
374-
<artifactId>plexus-java</artifactId>
375-
<version>1.0.7</version>
376-
</dependency>
377-
</dependencies>
378370
</plugin>
379371

380372
<plugin>
381373
<groupId>org.apache.maven.plugins</groupId>
382374
<artifactId>maven-plugin-plugin</artifactId>
383-
<version>3.9.0</version>
375+
<version>3.12.0</version>
384376
</plugin>
385377

386378
<plugin>
@@ -407,13 +399,13 @@ Import-Package: \\
407399
<plugin>
408400
<groupId>org.apache.maven.plugins</groupId>
409401
<artifactId>maven-source-plugin</artifactId>
410-
<version>3.3.0</version>
402+
<version>3.3.1</version>
411403
</plugin>
412404

413405
<plugin>
414406
<groupId>org.apache.maven.plugins</groupId>
415407
<artifactId>maven-surefire-plugin</artifactId>
416-
<version>3.1.2</version>
408+
<version>3.2.5</version>
417409
<configuration>
418410
<argLine>
419411
--add-opens java.base/java.lang=ALL-UNNAMED
@@ -428,13 +420,13 @@ Import-Package: \\
428420
<plugin>
429421
<groupId>org.codehaus.mojo</groupId>
430422
<artifactId>build-helper-maven-plugin</artifactId>
431-
<version>3.4.0</version>
423+
<version>3.5.0</version>
432424
</plugin>
433425

434426
<plugin>
435427
<groupId>com.mycila</groupId>
436428
<artifactId>license-maven-plugin</artifactId>
437-
<version>4.2</version>
429+
<version>4.3</version>
438430
<configuration>
439431
<basedir>${basedir}</basedir>
440432
<quiet>false</quiet>
@@ -634,6 +626,9 @@ Import-Package: \\
634626
</goals>
635627
<configuration>
636628
<rules>
629+
<requireMavenVersion>
630+
<version>3.6.3</version>
631+
</requireMavenVersion>
637632
<requireJavaVersion>
638633
<version>[17.0,18.0),[21.0,22.0)</version>
639634
</requireJavaVersion>

0 commit comments

Comments
 (0)