|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>com.exasol</groupId> |
5 | 5 | <artifactId>test-db-builder-java-generated-parent</artifactId> |
6 | | - <version>3.3.2</version> |
| 6 | + <version>3.3.3</version> |
7 | 7 | <packaging>pom</packaging> |
8 | 8 | <properties> |
9 | 9 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
43 | 43 | <plugin> |
44 | 44 | <groupId>org.apache.maven.plugins</groupId> |
45 | 45 | <artifactId>maven-compiler-plugin</artifactId> |
46 | | - <version>3.9.0</version> |
| 46 | + <version>3.10.1</version> |
47 | 47 | <configuration> |
48 | 48 | <source>${java.version}</source> |
49 | 49 | <target>${java.version}</target> |
|
97 | 97 | <plugin> |
98 | 98 | <groupId>org.sonatype.ossindex.maven</groupId> |
99 | 99 | <artifactId>ossindex-maven-plugin</artifactId> |
100 | | - <version>3.1.0</version> |
| 100 | + <version>3.2.0</version> |
101 | 101 | <executions> |
102 | 102 | <execution> |
103 | 103 | <id>audit</id> |
|
136 | 136 | <plugin> |
137 | 137 | <groupId>org.codehaus.mojo</groupId> |
138 | 138 | <artifactId>versions-maven-plugin</artifactId> |
139 | | - <version>2.8.1</version> |
| 139 | + <version>2.10.0</version> |
140 | 140 | <executions> |
141 | 141 | <execution> |
142 | 142 | <id>display-updates</id> |
|
195 | 195 | <plugin> |
196 | 196 | <groupId>org.apache.maven.plugins</groupId> |
197 | 197 | <artifactId>maven-javadoc-plugin</artifactId> |
198 | | - <version>3.3.1</version> |
| 198 | + <version>3.4.0</version> |
199 | 199 | <executions> |
200 | 200 | <execution> |
201 | 201 | <id>attach-javadocs</id> |
|
215 | 215 | <plugin> |
216 | 216 | <groupId>org.sonatype.plugins</groupId> |
217 | 217 | <artifactId>nexus-staging-maven-plugin</artifactId> |
218 | | - <version>1.6.8</version> |
| 218 | + <version>1.6.13</version> |
219 | 219 | <configuration> |
220 | 220 | <autoReleaseAfterClose>true</autoReleaseAfterClose> |
221 | 221 | <serverId>ossrh</serverId> |
|
255 | 255 | <plugin> |
256 | 256 | <groupId>org.jacoco</groupId> |
257 | 257 | <artifactId>jacoco-maven-plugin</artifactId> |
258 | | - <version>0.8.7</version> |
| 258 | + <version>0.8.8</version> |
259 | 259 | <executions> |
260 | 260 | <execution> |
261 | 261 | <id>prepare-agent</id> |
|
296 | 296 | <plugin> |
297 | 297 | <groupId>com.exasol</groupId> |
298 | 298 | <artifactId>error-code-crawler-maven-plugin</artifactId> |
299 | | - <version>1.1.0</version> |
| 299 | + <version>1.1.1</version> |
300 | 300 | <executions> |
301 | 301 | <execution> |
302 | 302 | <id>verify</id> |
|
0 commit comments