Skip to content

Commit f375fa1

Browse files
bactgoneall
authored andcommitted
Update dependencies version to latest patch version
Add update `spdx-maven-plugin` to 1.0.2 Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
1 parent ada73d2 commit f375fa1

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4545
<maven.compiler.source>8</maven.compiler.source>
4646
<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>
4848
</properties>
4949
<profiles>
5050
<profile>
@@ -123,13 +123,13 @@
123123
<dependency>
124124
<groupId>junit</groupId>
125125
<artifactId>junit</artifactId>
126-
<version>4.13.1</version>
126+
<version>4.13.2</version>
127127
<scope>test</scope>
128128
</dependency>
129129
<dependency>
130130
<groupId>org.slf4j</groupId>
131131
<artifactId>slf4j-simple</artifactId>
132-
<version>2.0.13</version>
132+
<version>2.0.17</version>
133133
<scope>test</scope>
134134
</dependency>
135135
</dependencies>
@@ -223,7 +223,7 @@
223223
<plugin>
224224
<groupId>org.apache.maven.plugins</groupId>
225225
<artifactId>maven-source-plugin</artifactId>
226-
<version>3.3.0</version>
226+
<version>3.3.1</version>
227227
<executions>
228228
<execution>
229229
<id>attach-sources</id>
@@ -237,7 +237,7 @@
237237
<plugin>
238238
<groupId>org.spdx</groupId>
239239
<artifactId>spdx-maven-plugin</artifactId>
240-
<version>0.7.4</version>
240+
<version>1.0.2</version>
241241
<executions>
242242
<execution>
243243
<id>build-spdx</id>
@@ -296,16 +296,16 @@
296296
<plugin>
297297
<groupId>org.codehaus.mojo</groupId>
298298
<artifactId>findbugs-maven-plugin</artifactId>
299-
<version>3.0.1</version>
299+
<version>3.0.5</version>
300300
</plugin>
301301
</plugins>
302302
</reporting>
303303
<issueManagement>
304-
<system>Github</system>
304+
<system>GitHub</system>
305305
<url>https://github.com/spdx/spdx-java-model-2_X/issues</url>
306306
</issueManagement>
307307
<ciManagement>
308-
<system>Github Actions</system>
308+
<system>GitHub Actions</system>
309309
<url>https://github.com/spdx/spdx-java-model-2_X/actions</url>
310310
</ciManagement>
311311
</project>

0 commit comments

Comments
 (0)