Browse Source

update integrations-linux to 1.4.0-beta1

Sebastian Stenzel 1 year ago
parent
commit
c10dc74818
1 changed files with 1 additions and 3 deletions
  1. 1 3
      pom.xml

+ 1 - 3
pom.xml

@@ -37,7 +37,7 @@
 		<cryptomator.integrations.version>1.3.0</cryptomator.integrations.version>
 		<cryptomator.integrations.win.version>1.2.2</cryptomator.integrations.win.version>
 		<cryptomator.integrations.mac.version>1.2.1</cryptomator.integrations.mac.version>
-		<cryptomator.integrations.linux.version>1.3.0-beta6</cryptomator.integrations.linux.version>
+		<cryptomator.integrations.linux.version>1.4.0-beta1</cryptomator.integrations.linux.version>
 		<cryptomator.fuse.version>4.0.0-beta1</cryptomator.fuse.version>
 		<cryptomator.dokany.version>2.0.0</cryptomator.dokany.version>
 		<cryptomator.webdav.version>2.0.4</cryptomator.webdav.version>
@@ -509,13 +509,11 @@
 				</property>
 			</activation>
 			<dependencies>
-				<!-- not yet JDK 21 compatible, falling back to AWT; see https://github.com/purejava/appindicator-gtk3-java/issues/14
 				<dependency>
 					<groupId>org.cryptomator</groupId>
 					<artifactId>integrations-linux</artifactId>
 					<version>${cryptomator.integrations.linux.version}</version>
 				</dependency>
-				 -->
 			</dependencies>
 		</profile>