|
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 | <groupId>org.cryptomator</groupId> |
7 | 7 | <artifactId>integrations-linux</artifactId> |
8 | | - <version>1.4.0</version> |
| 8 | + <version>1.4.1</version> |
9 | 9 |
|
10 | 10 | <name>integrations-linux</name> |
11 | 11 | <description>Provides optional Linux services used by Cryptomator</description> |
|
44 | 44 | <secret-service.version>2.0.0-alpha</secret-service.version> |
45 | 45 | <kdewallet.version>1.3.3</kdewallet.version> |
46 | 46 | <appindicator.version>1.3.6</appindicator.version> |
47 | | - <slf4j.version>2.0.9</slf4j.version> |
| 47 | + <slf4j.version>2.0.11</slf4j.version> |
48 | 48 |
|
49 | 49 | <!-- test dependencies --> |
50 | 50 | <junit.version>5.10.1</junit.version> |
51 | 51 |
|
52 | 52 | <!-- build plugin dependencies --> |
53 | | - <dependency-check.version>8.4.2</dependency-check.version> |
| 53 | + <dependency-check.version>9.0.7</dependency-check.version> |
54 | 54 | <nexus-staging.version>1.6.8</nexus-staging.version> |
55 | 55 | </properties> |
56 | 56 |
|
|
94 | 94 | <plugin> |
95 | 95 | <groupId>org.apache.maven.plugins</groupId> |
96 | 96 | <artifactId>maven-compiler-plugin</artifactId> |
97 | | - <version>3.11.0</version> |
| 97 | + <version>3.12.1</version> |
98 | 98 | <configuration> |
99 | 99 | <release>${project.jdk.version}</release> |
100 | 100 | <compilerArgs> |
|
105 | 105 | <plugin> |
106 | 106 | <groupId>org.apache.maven.plugins</groupId> |
107 | 107 | <artifactId>maven-surefire-plugin</artifactId> |
108 | | - <version>3.2.1</version> |
| 108 | + <version>3.2.3</version> |
109 | 109 | </plugin> |
110 | 110 | <plugin> |
111 | 111 | <groupId>org.apache.maven.plugins</groupId> |
|
143 | 143 | </plugin> |
144 | 144 | <plugin> |
145 | 145 | <artifactId>maven-javadoc-plugin</artifactId> |
146 | | - <version>3.6.0</version> |
| 146 | + <version>3.6.3</version> |
147 | 147 | <executions> |
148 | 148 | <execution> |
149 | 149 | <id>attach-javadocs</id> |
|
211 | 211 | <artifactId>dependency-check-maven</artifactId> |
212 | 212 | <version>${dependency-check.version}</version> |
213 | 213 | <configuration> |
214 | | - <cveValidForHours>24</cveValidForHours> |
| 214 | + <nvdValidForHours>24</nvdValidForHours> |
215 | 215 | <failBuildOnCVSS>0</failBuildOnCVSS> |
216 | 216 | <skipTestScope>true</skipTestScope> |
217 | 217 | <detail>true</detail> |
218 | 218 | <suppressionFile>suppression.xml</suppressionFile> |
| 219 | + <nvdApiKey>${env.NVD_API_KEY}</nvdApiKey> |
219 | 220 | </configuration> |
220 | 221 | <executions> |
221 | 222 | <execution> |
222 | 223 | <goals> |
223 | 224 | <goal>check</goal> |
224 | 225 | </goals> |
| 226 | + <phase>validate</phase> |
225 | 227 | </execution> |
226 | 228 | </executions> |
227 | 229 | </plugin> |
|
0 commit comments