|
48 | 48 | <sonar.host.url>https://sonarcloud.io</sonar.host.url> |
49 | 49 | <sonar.organization>spdx-1</sonar.organization> |
50 | 50 | <sonar.projectKey>spdx-java-core</sonar.projectKey> |
51 | | - <dependency-check-maven.version>8.0.1</dependency-check-maven.version> |
| 51 | + <dependency-check-maven.version>8.0.2</dependency-check-maven.version> |
52 | 52 | </properties> |
53 | 53 | <profiles> |
54 | 54 | <profile> |
|
57 | 57 | <dependency> |
58 | 58 | <groupId>org.apache.logging.log4j</groupId> |
59 | 59 | <artifactId>log4j-slf4j2-impl</artifactId> |
60 | | - <version>2.20.0</version> |
| 60 | + <version>2.25.1</version> |
61 | 61 | <scope>test</scope> |
62 | 62 | <exclusions> |
63 | 63 | <exclusion> |
|
89 | 89 | <plugin> |
90 | 90 | <groupId>org.apache.maven.plugins</groupId> |
91 | 91 | <artifactId>maven-gpg-plugin</artifactId> |
92 | | - <version>3.1.0</version> |
| 92 | + <version>3.2.8</version> |
93 | 93 | <executions> |
94 | 94 | <execution> |
95 | 95 | <id>sign-artifacts</id> |
|
133 | 133 | <dependency> |
134 | 134 | <groupId>org.jsoup</groupId> |
135 | 135 | <artifactId>jsoup</artifactId> |
136 | | - <version>1.15.4</version> |
| 136 | + <version>1.21.2</version> |
137 | 137 | </dependency> |
138 | 138 | </dependencies> |
139 | 139 | <build> |
|
174 | 174 | <plugin> |
175 | 175 | <groupId>org.apache.maven.plugins</groupId> |
176 | 176 | <artifactId>maven-compiler-plugin</artifactId> |
177 | | - <version>3.11.0</version> |
| 177 | + <version>3.14.0</version> |
178 | 178 | <configuration> |
179 | 179 | <encoding>${project.build.sourceEncoding}</encoding> |
180 | 180 | <showDeprecation>true</showDeprecation> |
|
185 | 185 | <plugin> |
186 | 186 | <groupId>org.codehaus.mojo</groupId> |
187 | 187 | <artifactId>build-helper-maven-plugin</artifactId> |
188 | | - <version>3.5.0</version> |
| 188 | + <version>3.6.1</version> |
189 | 189 | <executions> |
190 | 190 | <execution> |
191 | 191 | <id>add-source</id> |
|
204 | 204 | <plugin> |
205 | 205 | <groupId>org.apache.maven.plugins</groupId> |
206 | 206 | <artifactId>maven-javadoc-plugin</artifactId> |
207 | | - <version>3.5.0</version> |
| 207 | + <version>3.11.3</version> |
208 | 208 | <configuration> |
209 | 209 | <quiet>true</quiet> |
210 | 210 | <notimestamp>true</notimestamp> |
|
222 | 222 | <plugin> |
223 | 223 | <groupId>org.apache.maven.plugins</groupId> |
224 | 224 | <artifactId>maven-jar-plugin</artifactId> |
225 | | - <version>3.3.0</version> |
| 225 | + <version>3.4.2</version> |
226 | 226 | <configuration> |
227 | 227 | <archive> |
228 | 228 | <manifestEntries> |
|
248 | 248 | <plugin> |
249 | 249 | <groupId>org.spdx</groupId> |
250 | 250 | <artifactId>spdx-maven-plugin</artifactId> |
251 | | - <version>1.0.2</version> |
| 251 | + <version>1.0.3</version> |
252 | 252 | <executions> |
253 | 253 | <execution> |
254 | 254 | <id>build-spdx</id> |
|
0 commit comments