File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242
4343 <api .version>1.2.0-beta4</api .version>
4444 <secret-service .version>1.8.1-jdk17</secret-service .version>
45- <kdewallet .version>1.2.7 </kdewallet .version>
45+ <kdewallet .version>1.2.8 </kdewallet .version>
4646 <guava .version>31.1-jre</guava .version>
4747 <slf4j .version>1.7.36</slf4j .version>
4848
8080 <artifactId >kdewallet</artifactId >
8181 <version >${kdewallet.version} </version >
8282 </dependency >
83- <!--
84- TODO Since we did not use the latest kdwallet 1.2.8 as discussed in
85- https://github.com/cryptomator/integrations-linux/pull/14#issuecomment-1384320475
86- we added explicit dependencies to dbus-java-* 4.2.1, as it introduced
87- performance improvements.
88-
89- The dbus-java dependencies can be removed on a kdewallet update.
90- -->
91- <dependency >
92- <groupId >com.github.hypfvieh</groupId >
93- <artifactId >dbus-java-core</artifactId >
94- <version >4.2.1</version >
95- </dependency >
96- <dependency >
97- <groupId >com.github.hypfvieh</groupId >
98- <artifactId >dbus-java-transport-native-unixsocket</artifactId >
99- <version >4.2.1</version >
100- </dependency >
10183 <dependency >
10284 <groupId >org.junit.jupiter</groupId >
10385 <artifactId >junit-jupiter</artifactId >
You can’t perform that action at this time.
0 commit comments