File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change 42
42
43
43
<api .version>1.2.0-beta4</api .version>
44
44
<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>
46
46
<guava .version>31.1-jre</guava .version>
47
47
<slf4j .version>1.7.36</slf4j .version>
48
48
80
80
<artifactId >kdewallet</artifactId >
81
81
<version >${kdewallet.version} </version >
82
82
</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 >
101
83
<dependency >
102
84
<groupId >org.junit.jupiter</groupId >
103
85
<artifactId >junit-jupiter</artifactId >
You can’t perform that action at this time.
0 commit comments