|
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 | <groupId>org.cryptomator</groupId> |
7 | 7 | <artifactId>integrations-api</artifactId> |
8 | | - <version>1.3.1</version> |
| 8 | + <version>1.4.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> |
|
41 | 41 | <dependency> |
42 | 42 | <groupId>org.slf4j</groupId> |
43 | 43 | <artifactId>slf4j-api</artifactId> |
44 | | - <version>2.0.12</version> |
| 44 | + <version>2.0.13</version> |
45 | 45 | </dependency> |
46 | 46 |
|
47 | 47 | <dependency> |
|
53 | 53 | <dependency> |
54 | 54 | <groupId>org.slf4j</groupId> |
55 | 55 | <artifactId>slf4j-simple</artifactId> |
56 | | - <version>2.0.12</version> |
| 56 | + <version>2.0.13</version> |
57 | 57 | <scope>test</scope> |
58 | 58 | </dependency> |
59 | 59 | <dependency> |
60 | 60 | <groupId>org.junit.jupiter</groupId> |
61 | 61 | <artifactId>junit-jupiter</artifactId> |
62 | | - <version>5.10.2</version> |
| 62 | + <version>5.10.3</version> |
63 | 63 | <scope>test</scope> |
64 | 64 | </dependency> |
65 | 65 | <dependency> |
66 | 66 | <groupId>org.mockito</groupId> |
67 | 67 | <artifactId>mockito-core</artifactId> |
68 | | - <version>5.10.0</version> |
| 68 | + <version>5.12.0</version> |
69 | 69 | <scope>test</scope> |
70 | 70 | </dependency> |
71 | 71 | </dependencies> |
|
75 | 75 | <plugin> |
76 | 76 | <groupId>org.apache.maven.plugins</groupId> |
77 | 77 | <artifactId>maven-compiler-plugin</artifactId> |
78 | | - <version>3.12.1</version> |
| 78 | + <version>3.13.0</version> |
79 | 79 | <configuration> |
80 | 80 | <release>17</release> |
81 | 81 | </configuration> |
82 | 82 | </plugin> |
83 | 83 | <plugin> |
84 | 84 | <artifactId>maven-source-plugin</artifactId> |
85 | | - <version>3.3.0</version> |
| 85 | + <version>3.3.1</version> |
86 | 86 | <executions> |
87 | 87 | <execution> |
88 | 88 | <id>attach-sources</id> |
|
95 | 95 | <plugin> |
96 | 96 | <groupId>org.apache.maven.plugins</groupId> |
97 | 97 | <artifactId>maven-surefire-plugin</artifactId> |
98 | | - <version>3.2.5</version> |
| 98 | + <version>3.3.1</version> |
99 | 99 | </plugin> |
100 | 100 | <plugin> |
101 | 101 | <artifactId>maven-javadoc-plugin</artifactId> |
102 | | - <version>3.6.3</version> |
| 102 | + <version>3.8.0</version> |
103 | 103 | <executions> |
104 | 104 | <execution> |
105 | 105 | <id>attach-javadocs</id> |
|
148 | 148 | <plugins> |
149 | 149 | <plugin> |
150 | 150 | <artifactId>maven-gpg-plugin</artifactId> |
151 | | - <version>3.1.0</version> |
| 151 | + <version>3.2.4</version> |
152 | 152 | <executions> |
153 | 153 | <execution> |
154 | 154 | <id>sign-artifacts</id> |
|
183 | 183 | <plugin> |
184 | 184 | <groupId>org.sonatype.plugins</groupId> |
185 | 185 | <artifactId>nexus-staging-maven-plugin</artifactId> |
186 | | - <version>1.6.13</version> |
| 186 | + <version>1.7.0</version> |
187 | 187 | <extensions>true</extensions> |
188 | 188 | <configuration> |
189 | 189 | <serverId>ossrh</serverId> |
|
0 commit comments