We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64dd3be commit 7d81fe7Copy full SHA for 7d81fe7
pom.xml
@@ -5,7 +5,7 @@
5
<modelVersion>4.0.0</modelVersion>
6
<groupId>org.purejava</groupId>
7
<artifactId>keepassxc-cryptomator</artifactId>
8
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.2.3</version>
9
10
<name>keepassxc-cryptomator</name>
11
<description>Plug-in for Cryptomator to store vault passwords in KeePassXC</description>
@@ -50,8 +50,8 @@
50
51
<!-- runtime dependencies -->
52
<api.version>1.3.0</api.version>
53
- <keepassxc-proxy.version>1.2.2</keepassxc-proxy.version>
54
- <guava.version>32.1.2-jre</guava.version>
+ <keepassxc-proxy.version>1.2.3</keepassxc-proxy.version>
+ <guava.version>32.1.3-jre</guava.version>
55
<slf4j.version>2.0.9</slf4j.version>
56
<junit.version>5.10.0</junit.version>
57
</properties>
0 commit comments