|
67 | 67 | <maven.compiler.release>${oh.java.version}</maven.compiler.release>
|
68 | 68 |
|
69 | 69 | <sat.version>0.16.0</sat.version>
|
70 |
| - <spotless.version>2.38.0</spotless.version> |
| 70 | + <spotless.version>2.43.0</spotless.version> |
71 | 71 | <!-- Eclipse Java formatter version 4.26+ does not check test files -->
|
72 | 72 | <spotless.eclipse.version>4.25</spotless.eclipse.version>
|
73 | 73 | <spotless.eclipse.wtp.version>4.21.0</spotless.eclipse.wtp.version>
|
|
100 | 100 | <plugin>
|
101 | 101 | <groupId>org.apache.maven.plugins</groupId>
|
102 | 102 | <artifactId>maven-enforcer-plugin</artifactId>
|
103 |
| - <version>3.4.0</version> |
| 103 | + <version>3.4.1</version> |
104 | 104 | </plugin>
|
105 | 105 | <plugin>
|
106 | 106 | <groupId>org.apache.maven.plugins</groupId>
|
107 | 107 | <artifactId>maven-assembly-plugin</artifactId>
|
108 |
| - <version>3.6.0</version> |
| 108 | + <version>3.7.1</version> |
109 | 109 | </plugin>
|
110 | 110 | <plugin>
|
111 | 111 | <groupId>org.apache.maven.plugins</groupId>
|
|
125 | 125 | <plugin>
|
126 | 126 | <groupId>org.codehaus.mojo</groupId>
|
127 | 127 | <artifactId>build-helper-maven-plugin</artifactId>
|
128 |
| - <version>3.4.0</version> |
| 128 | + <version>3.5.0</version> |
129 | 129 | </plugin>
|
130 | 130 | <plugin>
|
131 | 131 | <groupId>com.mycila</groupId>
|
132 | 132 | <artifactId>license-maven-plugin</artifactId>
|
133 |
| - <version>4.2</version> |
| 133 | + <version>4.3</version> |
134 | 134 | <configuration>
|
135 | 135 | <basedir>${basedir}</basedir>
|
136 | 136 | <quiet>false</quiet>
|
|
174 | 174 | <plugin>
|
175 | 175 | <groupId>com.github.ekryd.sortpom</groupId>
|
176 | 176 | <artifactId>sortpom-maven-plugin</artifactId>
|
177 |
| - <version>3.3.0</version> |
| 177 | + <version>3.4.1</version> |
178 | 178 | <configuration>
|
179 | 179 | <predefinedSortOrder>recommended_2008_06</predefinedSortOrder>
|
180 | 180 | <createBackupFile>false</createBackupFile>
|
|
247 | 247 | </goals>
|
248 | 248 | <configuration>
|
249 | 249 | <rules>
|
| 250 | + <requireMavenVersion> |
| 251 | + <version>3.6.3</version> |
| 252 | + </requireMavenVersion> |
250 | 253 | <requireJavaVersion>
|
251 | 254 | <version>[17.0,18.0),[21.0,22.0)</version>
|
252 | 255 | </requireJavaVersion>
|
|
0 commit comments