Skip to content

Commit 0505943

Browse files
committed
Update maven dependencies
1 parent 12479af commit 0505943

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<name>Ralph Plawetzki</name>
2424
<email>[email protected]</email>
2525
<timezone>+1</timezone>
26-
<organization></organization>
26+
<organization/>
2727
<organizationUrl>https://github.com/purejava</organizationUrl>
2828
</developer>
2929
</developers>
@@ -49,11 +49,11 @@
4949
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5050

5151
<!-- runtime dependencies -->
52-
<api.version>1.1.0-beta1</api.version>
52+
<api.version>1.1.0</api.version>
5353
<keepassxc-proxy.version>1.1.3</keepassxc-proxy.version>
5454
<guava.version>31.1-jre</guava.version>
55-
<slf4j.version>1.7.36</slf4j.version>
56-
<junit.version>5.8.2</junit.version>
55+
<slf4j.version>2.0.3</slf4j.version>
56+
<junit.version>5.9.1</junit.version>
5757
</properties>
5858

5959
<dependencies>

0 commit comments

Comments
 (0)