|
44 | 44 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
45 | 45 | <maven.compiler.source>8</maven.compiler.source> |
46 | 46 | <maven.compiler.target>8</maven.compiler.target> |
47 | | - <dependency-check-maven.version>8.0.1</dependency-check-maven.version> |
| 47 | + <dependency-check-maven.version>8.0.2</dependency-check-maven.version> |
48 | 48 | </properties> |
49 | 49 | <profiles> |
50 | 50 | <profile> |
|
123 | 123 | <dependency> |
124 | 124 | <groupId>junit</groupId> |
125 | 125 | <artifactId>junit</artifactId> |
126 | | - <version>4.13.1</version> |
| 126 | + <version>4.13.2</version> |
127 | 127 | <scope>test</scope> |
128 | 128 | </dependency> |
129 | 129 | <dependency> |
130 | 130 | <groupId>org.slf4j</groupId> |
131 | 131 | <artifactId>slf4j-simple</artifactId> |
132 | | - <version>2.0.13</version> |
| 132 | + <version>2.0.17</version> |
133 | 133 | <scope>test</scope> |
134 | 134 | </dependency> |
135 | 135 | </dependencies> |
|
223 | 223 | <plugin> |
224 | 224 | <groupId>org.apache.maven.plugins</groupId> |
225 | 225 | <artifactId>maven-source-plugin</artifactId> |
226 | | - <version>3.3.0</version> |
| 226 | + <version>3.3.1</version> |
227 | 227 | <executions> |
228 | 228 | <execution> |
229 | 229 | <id>attach-sources</id> |
|
237 | 237 | <plugin> |
238 | 238 | <groupId>org.spdx</groupId> |
239 | 239 | <artifactId>spdx-maven-plugin</artifactId> |
240 | | - <version>0.7.4</version> |
| 240 | + <version>1.0.2</version> |
241 | 241 | <executions> |
242 | 242 | <execution> |
243 | 243 | <id>build-spdx</id> |
|
296 | 296 | <plugin> |
297 | 297 | <groupId>org.codehaus.mojo</groupId> |
298 | 298 | <artifactId>findbugs-maven-plugin</artifactId> |
299 | | - <version>3.0.1</version> |
| 299 | + <version>3.0.5</version> |
300 | 300 | </plugin> |
301 | 301 | </plugins> |
302 | 302 | </reporting> |
303 | 303 | <issueManagement> |
304 | | - <system>Github</system> |
| 304 | + <system>GitHub</system> |
305 | 305 | <url>https://github.com/spdx/spdx-java-model-2_X/issues</url> |
306 | 306 | </issueManagement> |
307 | 307 | <ciManagement> |
308 | | - <system>Github Actions</system> |
| 308 | + <system>GitHub Actions</system> |
309 | 309 | <url>https://github.com/spdx/spdx-java-model-2_X/actions</url> |
310 | 310 | </ciManagement> |
311 | 311 | </project> |
0 commit comments