|
5 | 5 |
|
6 | 6 | <groupId>org.itsallcode</groupId> |
7 | 7 | <artifactId>openfasttrace-maven-plugin</artifactId> |
8 | | - <version>1.4.0</version> |
| 8 | + <version>1.5.0</version> |
9 | 9 | <packaging>maven-plugin</packaging> |
10 | 10 |
|
11 | 11 | <name>OpenFastTrace Maven Plugin</name> |
|
16 | 16 | <properties> |
17 | 17 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
18 | 18 | <java.version>11</java.version> |
19 | | - <oft.version>3.4.0</oft.version> |
| 19 | + <oft.version>3.5.0</oft.version> |
20 | 20 | <maven.core.version>3.6.3</maven.core.version> |
21 | 21 | <skipSigningArtifacts>true</skipSigningArtifacts> |
22 | 22 | <junit.version>5.8.2</junit.version> |
|
131 | 131 | <dependency> |
132 | 132 | <groupId>com.exasol</groupId> |
133 | 133 | <artifactId>maven-plugin-integration-testing</artifactId> |
134 | | - <version>1.1.0</version> |
| 134 | + <version>1.1.1</version> |
135 | 135 | <scope>test</scope> |
136 | 136 | </dependency> |
137 | 137 | <dependency> |
|
201 | 201 | <plugin> |
202 | 202 | <groupId>org.apache.maven.plugins</groupId> |
203 | 203 | <artifactId>maven-compiler-plugin</artifactId> |
204 | | - <version>3.9.0</version> |
| 204 | + <version>3.10.1</version> |
205 | 205 | <configuration> |
206 | 206 | <source>${java.version}</source> |
207 | 207 | <target>${java.version}</target> |
|
246 | 246 | <plugin> |
247 | 247 | <groupId>org.apache.maven.plugins</groupId> |
248 | 248 | <artifactId>maven-javadoc-plugin</artifactId> |
249 | | - <version>3.3.1</version> |
| 249 | + <version>3.3.2</version> |
250 | 250 | <executions> |
251 | 251 | <execution> |
252 | 252 | <id>attach-javadocs</id> |
|
417 | 417 | <plugin> |
418 | 418 | <groupId>org.sonatype.plugins</groupId> |
419 | 419 | <artifactId>nexus-staging-maven-plugin</artifactId> |
420 | | - <version>1.6.8</version> |
| 420 | + <version>1.6.12</version> |
421 | 421 | <extensions>true</extensions> |
422 | 422 | <configuration> |
423 | 423 | <serverId>ossrh</serverId> |
|
0 commit comments