File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ Add `keepassxc-proxy-access` as a dependency to your project.
1414
1515## Gradle
1616``` gradle
17- implementation group: 'org.purejava', name: 'keepassxc-proxy-access', version: '1.2.7 '
17+ implementation group: 'org.purejava', name: 'keepassxc-proxy-access', version: '1.2.9 '
1818```
1919## Maven
2020
2121``` maven
2222<dependency>
2323 <groupId>org.purejava</groupId>
2424 <artifactId>keepassxc-proxy-access</artifactId>
25- <version>1.2.8 </version>
25+ <version>1.2.9 </version>
2626</dependency>
2727```
2828
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies {
2424}
2525
2626group = " org.purejava"
27- version = " 1.2.9-SNAPSHOT "
27+ version = " 1.2.9"
2828description = " A Java library to access KeePassXC via its build-in proxy."
2929
3030java {
You can’t perform that action at this time.
0 commit comments