|
5 | 5 | <modelVersion>4.0.0</modelVersion>
|
6 | 6 | <groupId>org.cryptomator</groupId>
|
7 | 7 | <artifactId>integrations-api</artifactId>
|
8 |
| - <version>1.6.0</version> |
| 8 | + <version>1.7.0</version> |
9 | 9 |
|
10 | 10 | <name>Cryptomator Integrations API</name>
|
11 | 11 | <description>Defines optional service interfaces that may be used by Cryptomator</description>
|
|
27 | 27 |
|
28 | 28 | <properties>
|
29 | 29 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
30 |
| - <jdk.version>17</jdk.version> |
| 30 | + <jdk.version>21</jdk.version> |
31 | 31 |
|
32 | 32 | <slf4j.version>2.0.17</slf4j.version>
|
33 |
| - <jetbrains-annotation.version>26.0.2</jetbrains-annotation.version> |
| 33 | + <jetbrains-annotation.version>26.0.2-1</jetbrains-annotation.version> |
34 | 34 |
|
35 | 35 | <!-- Test dependencies -->
|
36 |
| - <junit.version>5.12.1</junit.version> |
37 |
| - <mockito.version>5.16.1</mockito.version> |
| 36 | + <junit.version>5.13.4</junit.version> |
| 37 | + <mockito.version>5.19.0</mockito.version> |
38 | 38 |
|
39 | 39 | <!-- Build dependencies -->
|
40 | 40 | <mvn-compiler.version>3.14.0</mvn-compiler.version>
|
41 | 41 | <mvn-source.version>3.3.1</mvn-source.version>
|
42 |
| - <mvn-surefire.version>3.5.3</mvn-surefire.version> |
43 |
| - <mvn-javadoc.version>3.11.2</mvn-javadoc.version> |
44 |
| - <mvn-gpg.version>3.2.7</mvn-gpg.version> |
45 |
| - <central-publishing.version>0.7.0</central-publishing.version> |
| 42 | + <mvn-surefire.version>3.5.4</mvn-surefire.version> |
| 43 | + <mvn-javadoc.version>3.11.3</mvn-javadoc.version> |
| 44 | + <mvn-gpg.version>3.2.8</mvn-gpg.version> |
| 45 | + <central-publishing.version>0.8.0</central-publishing.version> |
46 | 46 | </properties>
|
47 | 47 |
|
48 | 48 | <licenses>
|
|
126 | 126 | </executions>
|
127 | 127 | <configuration>
|
128 | 128 | <quiet>true</quiet>
|
129 |
| - <release>17</release> |
| 129 | + <release>21</release> |
130 | 130 | <tags>
|
131 | 131 | <!-- workaround for "unknown tag: implNote", see https://blog.codefx.org/java/new-javadoc-tags/#Maven -->
|
132 | 132 | <tag>
|
|
0 commit comments