|
17 | 17 | <parent>
|
18 | 18 | <groupId>org.apache</groupId>
|
19 | 19 | <artifactId>apache</artifactId>
|
20 |
| - <version>28</version> |
| 20 | + <version>29</version> |
21 | 21 | <relativePath />
|
22 | 22 | </parent>
|
23 | 23 | <groupId>net.revelc.code</groupId>
|
|
34 | 34 | </organization>
|
35 | 35 | <licenses>
|
36 | 36 | <license>
|
37 |
| - <name>Apache License, Version 2.0</name> |
| 37 | + <name>Apache-2.0</name> |
38 | 38 | <url>http://www.apache.org/licenses/LICENSE-2.0</url>
|
39 |
| - <distribution>repo</distribution> |
40 | 39 | </license>
|
41 | 40 | </licenses>
|
42 | 41 | <developers>
|
|
81 | 80 | <formatterConfigFile>src/tools/modified-google-style.xml</formatterConfigFile>
|
82 | 81 | <github.site.repositoryName>impsort-maven-plugin</github.site.repositoryName>
|
83 | 82 | <github.site.repositoryOwner>revelc</github.site.repositoryOwner>
|
84 |
| - <javaparser.version>3.24.8</javaparser.version> |
| 83 | + <javaparser.version>3.24.10</javaparser.version> |
85 | 84 | <maven.compiler.release>11</maven.compiler.release>
|
86 | 85 | <maven.compiler.source>11</maven.compiler.source>
|
87 | 86 | <maven.compiler.target>11</maven.compiler.target>
|
88 | 87 | <!-- skip standard site deployment, because site is deployed using github plugin instead -->
|
89 | 88 | <maven.site.deploy.skip>true</maven.site.deploy.skip>
|
90 |
| - <maven.tools-version>3.8.6</maven.tools-version> |
91 |
| - <mavenPluginToolsVersion>3.7.0</mavenPluginToolsVersion> |
| 89 | + <maven.tools-version>3.8.7</maven.tools-version> |
| 90 | + <mavenPluginToolsVersion>3.7.1</mavenPluginToolsVersion> |
92 | 91 | <minimalJavaBuildVersion>11</minimalJavaBuildVersion>
|
93 | 92 | <minimalMavenBuildVersion>3.5.0</minimalMavenBuildVersion>
|
94 | 93 | <project.build.outputTimestamp>2022-11-23T16:28:41Z</project.build.outputTimestamp>
|
95 | 94 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
96 | 95 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
97 |
| - <projectInfoReportsVersion>3.4.1</projectInfoReportsVersion> |
| 96 | + <projectInfoReportsVersion>3.4.2</projectInfoReportsVersion> |
98 | 97 | <sourceReleaseAssemblyDescriptor>source-release-tar</sourceReleaseAssemblyDescriptor>
|
99 | 98 | <surefire.version>3.0.0-M5</surefire.version>
|
100 | 99 | </properties>
|
|
125 | 124 | <artifactId>maven-plugin-annotations</artifactId>
|
126 | 125 | <version>${mavenPluginToolsVersion}</version>
|
127 | 126 | </dependency>
|
| 127 | + <dependency> |
| 128 | + <!-- Fluido is listed here for version update checking only --> |
| 129 | + <groupId>org.apache.maven.skins</groupId> |
| 130 | + <artifactId>maven-fluido-skin</artifactId> |
| 131 | + <version>2.0.0-M2</version> |
| 132 | + </dependency> |
128 | 133 | <dependency>
|
129 | 134 | <groupId>org.codehaus.plexus</groupId>
|
130 | 135 | <artifactId>plexus-utils</artifactId>
|
|
133 | 138 | <dependency>
|
134 | 139 | <groupId>org.junit.jupiter</groupId>
|
135 | 140 | <artifactId>junit-jupiter</artifactId>
|
136 |
| - <version>5.9.1</version> |
| 141 | + <version>5.9.2</version> |
137 | 142 | </dependency>
|
138 | 143 | </dependencies>
|
139 | 144 | </dependencyManagement>
|
|
178 | 183 | <plugin>
|
179 | 184 | <groupId>org.codehaus.mojo</groupId>
|
180 | 185 | <artifactId>versions-maven-plugin</artifactId>
|
181 |
| - <version>2.13.0</version> |
| 186 | + <version>2.14.2</version> |
182 | 187 | </plugin>
|
183 | 188 | <plugin>
|
184 | 189 | <groupId>org.gaul</groupId>
|
|
269 | 274 | <plugin>
|
270 | 275 | <groupId>net.revelc.code</groupId>
|
271 | 276 | <artifactId>impsort-maven-plugin</artifactId>
|
272 |
| - <version>1.7.0</version> |
| 277 | + <version>1.8.0</version> |
273 | 278 | <configuration>
|
274 | 279 | <groups>java.,javax.,org.,com.</groups>
|
275 | 280 | </configuration>
|
276 | 281 | </plugin>
|
277 | 282 | <plugin>
|
278 | 283 | <groupId>org.apache.maven.plugins</groupId>
|
279 | 284 | <artifactId>maven-checkstyle-plugin</artifactId>
|
280 |
| - <version>3.2.0</version> |
| 285 | + <version>3.2.1</version> |
281 | 286 | <dependencies>
|
282 | 287 | <dependency>
|
283 | 288 | <groupId>com.puppycrawl.tools</groupId>
|
284 | 289 | <artifactId>checkstyle</artifactId>
|
285 |
| - <version>10.4</version> |
| 290 | + <version>10.6.0</version> |
286 | 291 | </dependency>
|
287 | 292 | </dependencies>
|
288 | 293 | </plugin>
|
|
0 commit comments