|
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 | <groupId>org.cryptomator</groupId> |
7 | 7 | <artifactId>integrations-linux</artifactId> |
8 | | - <version>1.6.0</version> |
| 8 | + <version>1.6.1</version> |
9 | 9 |
|
10 | 10 | <name>integrations-linux</name> |
11 | 11 | <description>Provides optional Linux services used by Cryptomator</description> |
|
40 | 40 |
|
41 | 41 | <!-- runtime dependencies --> |
42 | 42 |
|
43 | | - <api.version>1.6.0</api.version> |
| 43 | + <api.version>1.7.0</api.version> |
44 | 44 | <secret-service.version>2.0.1-alpha</secret-service.version> |
45 | 45 | <kdewallet.version>1.4.0</kdewallet.version> |
46 | 46 | <slf4j.version>2.0.17</slf4j.version> |
47 | 47 | <appindicator.version>1.4.2</appindicator.version> |
48 | 48 |
|
49 | 49 | <!-- test dependencies --> |
50 | | - <junit.version>5.12.2</junit.version> |
| 50 | + <junit.version>5.13.4</junit.version> |
51 | 51 |
|
52 | 52 | <!-- build plugin dependencies --> |
53 | 53 | <mvn-compiler.version>3.14.0</mvn-compiler.version> |
54 | | - <mvn-surefire.version>3.5.3</mvn-surefire.version> |
55 | | - <mvn-enforcer.version>3.5.0</mvn-enforcer.version> |
| 54 | + <mvn-surefire.version>3.5.4</mvn-surefire.version> |
| 55 | + <mvn-enforcer.version>3.6.1</mvn-enforcer.version> |
56 | 56 | <mvn-source.version>3.3.1</mvn-source.version> |
57 | | - <mvn-javadoc.version>3.11.2</mvn-javadoc.version> |
58 | | - <mvn-gpg.version>3.2.7</mvn-gpg.version> |
| 57 | + <mvn-javadoc.version>3.11.3</mvn-javadoc.version> |
| 58 | + <mvn-gpg.version>3.2.8</mvn-gpg.version> |
59 | 59 | <mvn-deploy.version>3.1.4</mvn-deploy.version> |
60 | | - <dependency-check.version>12.1.1</dependency-check.version> |
61 | | - <central-publishing.version>0.7.0</central-publishing.version> |
| 60 | + <dependency-check.version>12.1.3</dependency-check.version> |
| 61 | + <central-publishing.version>0.8.0</central-publishing.version> |
62 | 62 | </properties> |
63 | 63 |
|
64 | 64 | <dependencies> |
|
0 commit comments