Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 56bf70b

Browse files
committed
Upgrade to modernizer-maven-plugin 3.1.0
1 parent b8d0ab9 commit 56bf70b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

project/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232

233233
<jetty.version>9.4.46.v20220331</jetty.version>
234234

235-
<modernizer-maven-annotations.version>2.7.0</modernizer-maven-annotations.version>
235+
<modernizer.version>3.1.0</modernizer.version>
236236

237237
<!-- Log dependency versions -->
238238
<log4j.version>2.17.2</log4j.version>
@@ -340,7 +340,7 @@
340340
<dependency>
341341
<groupId>org.gaul</groupId>
342342
<artifactId>modernizer-maven-annotations</artifactId>
343-
<version>${modernizer-maven-annotations.version}</version>
343+
<version>${modernizer.version}</version>
344344
</dependency>
345345

346346
<!-- Log dependencies -->
@@ -610,7 +610,7 @@
610610
<plugin>
611611
<groupId>org.gaul</groupId>
612612
<artifactId>modernizer-maven-plugin</artifactId>
613-
<version>2.7.0</version>
613+
<version>${modernizer.version}</version>
614614
<!-- configuration and dependencies set via profiles -->
615615
<executions>
616616
<execution>

0 commit comments

Comments
 (0)