|
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 | <groupId>org.cryptomator</groupId> |
7 | 7 | <artifactId>integrations-mac</artifactId> |
8 | | - <version>1.4.0</version> |
| 8 | + <version>1.4.1</version> |
9 | 9 |
|
10 | 10 | <name>Cryptomator Integrations for macOS</name> |
11 | 11 | <description>Provides optional macOS services used by Cryptomator</description> |
12 | 12 | <url>https://github.com/cryptomator/integrations-mac</url> |
13 | | - |
| 13 | + |
14 | 14 | <scm> |
15 | 15 | < connection>scm:git: [email protected]:cryptomator/integrations-mac.git</ connection> |
16 | 16 | < developerConnection>scm:git: [email protected]:cryptomator/integrations-mac.git</ developerConnection> |
|
32 | 32 | <project.jdk.version>24</project.jdk.version> |
33 | 33 |
|
34 | 34 | <!-- runtime dependencies --> |
35 | | - <api.version>1.6.0</api.version> |
| 35 | + <api.version>1.7.0</api.version> |
36 | 36 | <slf4j.version>2.0.17</slf4j.version> |
37 | 37 |
|
38 | 38 | <!-- test dependencies --> |
39 | | - <junit.jupiter.version>5.12.2</junit.jupiter.version> |
40 | | - <mockito.version>5.17.0</mockito.version> |
| 39 | + <junit.jupiter.version>5.13.4</junit.jupiter.version> |
| 40 | + <mockito.version>5.19.0</mockito.version> |
41 | 41 |
|
42 | 42 | <!-- build plugin dependencies --> |
43 | | - <dependency-check.version>12.1.1</dependency-check.version> |
44 | | - <central-publishing.version>0.7.0</central-publishing.version> |
| 43 | + <mvn-clean.version>3.5.0</mvn-clean.version> |
| 44 | + <mvn-compiler.version>3.14.0</mvn-compiler.version> |
| 45 | + <mvn-dependency.version>3.8.1</mvn-dependency.version> |
| 46 | + <mvn-deploy.version>3.1.4</mvn-deploy.version> |
| 47 | + <mvn-enforcer.version>3.6.1</mvn-enforcer.version> |
| 48 | + <mvn-javadoc.version>3.11.3</mvn-javadoc.version> |
| 49 | + <mvn-gpg.version>3.2.8</mvn-gpg.version> |
| 50 | + <mvn-resources.version>3.3.1</mvn-resources.version> |
| 51 | + <mvn-source.version>3.3.1</mvn-source.version> |
| 52 | + <mvn-surefire.version>3.5.4</mvn-surefire.version> |
| 53 | + <central-publishing.version>0.8.0</central-publishing.version> |
| 54 | + <dependency-check.version>12.1.3</dependency-check.version> |
| 55 | + <exec-maven.version>3.5.1</exec-maven.version> |
45 | 56 | </properties> |
46 | 57 |
|
47 | 58 | <licenses> |
|
90 | 101 | <plugin> |
91 | 102 | <groupId>org.apache.maven.plugins</groupId> |
92 | 103 | <artifactId>maven-clean-plugin</artifactId> |
93 | | - <version>3.4.1</version> |
| 104 | + <version>${mvn-clean.version}</version> |
94 | 105 | <configuration> |
95 | 106 | <filesets> |
96 | 107 | <fileset> |
|
106 | 117 | <plugin> |
107 | 118 | <groupId>org.apache.maven.plugins</groupId> |
108 | 119 | <artifactId>maven-compiler-plugin</artifactId> |
109 | | - <version>3.14.0</version> |
| 120 | + <version>${mvn-compiler.version}</version> |
110 | 121 | <configuration> |
111 | 122 | <compilerArgs> |
112 | 123 | <arg>-h</arg> |
|
118 | 129 | <plugin> |
119 | 130 | <groupId>org.apache.maven.plugins</groupId> |
120 | 131 | <artifactId>maven-enforcer-plugin</artifactId> |
121 | | - <version>3.5.0</version> |
| 132 | + <version>${mvn-enforcer.version}</version> |
122 | 133 | <executions> |
123 | 134 | <execution> |
124 | 135 | <id>check-preconditions</id> |
|
144 | 155 | </execution> |
145 | 156 | </executions> |
146 | 157 | </plugin> |
| 158 | + <plugin> |
| 159 | + <groupId>org.apache.maven.plugins</groupId> |
| 160 | + <artifactId>maven-dependency-plugin</artifactId> |
| 161 | + <version>${mvn-dependency.version}</version> |
| 162 | + <executions> |
| 163 | + <execution> |
| 164 | + <id>jar-paths-to-properties</id> |
| 165 | + <goals> |
| 166 | + <goal>properties</goal> |
| 167 | + </goals> |
| 168 | + </execution> |
| 169 | + </executions> |
| 170 | + </plugin> |
147 | 171 | <plugin> |
148 | 172 | <groupId>org.codehaus.mojo</groupId> |
149 | 173 | <artifactId>exec-maven-plugin</artifactId> |
150 | | - <version>3.5.0</version> |
| 174 | + <version>${exec-maven.version}</version> |
151 | 175 | <executions> |
152 | 176 | <execution> |
153 | 177 | <id>xcode-build-intel</id> |
|
225 | 249 | </plugin> |
226 | 250 | <plugin> |
227 | 251 | <artifactId>maven-resources-plugin</artifactId> |
228 | | - <version>3.3.1</version> |
| 252 | + <version>${mvn-resources.version}</version> |
229 | 253 | <executions> |
230 | 254 | <execution> |
231 | 255 | <goals> |
|
249 | 273 | <plugin> |
250 | 274 | <groupId>org.apache.maven.plugins</groupId> |
251 | 275 | <artifactId>maven-surefire-plugin</artifactId> |
252 | | - <version>3.5.3</version> |
| 276 | + <version>${mvn-surefire.version}</version> |
| 277 | + <configuration> |
| 278 | + <argLine>-javaagent:"${org.mockito:mockito-core:jar}"</argLine> |
| 279 | + </configuration> |
253 | 280 | </plugin> |
254 | 281 | <plugin> |
255 | 282 | <artifactId>maven-source-plugin</artifactId> |
256 | | - <version>3.3.1</version> |
| 283 | + <version>${mvn-source.version}</version> |
257 | 284 | <executions> |
258 | 285 | <execution> |
259 | 286 | <id>attach-sources</id> |
|
265 | 292 | </plugin> |
266 | 293 | <plugin> |
267 | 294 | <artifactId>maven-javadoc-plugin</artifactId> |
268 | | - <version>3.11.2</version> |
| 295 | + <version>${mvn-javadoc.version}</version> |
269 | 296 | <executions> |
270 | 297 | <execution> |
271 | 298 | <id>attach-javadocs</id> |
|
357 | 384 | <plugins> |
358 | 385 | <plugin> |
359 | 386 | <artifactId>maven-gpg-plugin</artifactId> |
360 | | - <version>3.2.7</version> |
| 387 | + <version>${mvn-gpg.version}</version> |
361 | 388 | <executions> |
362 | 389 | <execution> |
363 | 390 | <id>sign-artifacts</id> |
|
407 | 434 | <plugin> |
408 | 435 | <groupId>org.apache.maven.plugins</groupId> |
409 | 436 | <artifactId>maven-deploy-plugin</artifactId> |
410 | | - <version>3.1.4</version> |
| 437 | + <version>${mvn-deploy.version}</version> |
411 | 438 | </plugin> |
412 | 439 | </plugins> |
413 | 440 | </build> |
|
0 commit comments