diff --git a/pom.xml b/pom.xml
index 174eb670e9b8f0116a3561d8d7d0b68071d6d6bd..bc7ab649ff861a1fa3e24d75aeb973d33a22ef67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>de.deadlocker8</groupId>
     <artifactId>SmartTime</artifactId>
-    <version>5.2.3</version>
+    <version>5.3.0</version>
 
     <properties>
         <jlibs.version>2.0.6</jlibs.version>
@@ -14,7 +14,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.8.1</version>
+                <version>3.10.1</version>
                 <configuration>
                     <source>1.8</source>
                     <target>1.8</target>
@@ -49,7 +49,7 @@
             <plugin>
                 <groupId>com.akathist.maven.plugins.launch4j</groupId>
                 <artifactId>launch4j-maven-plugin</artifactId>
-                <version>2.1.0</version>
+                <version>2.1.2</version>
                 <executions>
                     <execution>
                         <id>l4j-clui</id>
@@ -70,7 +70,7 @@
                                 <bundledJreAsFallback>false</bundledJreAsFallback>
                                 <minVersion>1.8.0</minVersion>
                                 <jdkPreference>preferJre</jdkPreference>
-                                <runtimeBits>64/32</runtimeBits>
+                                <runtimeBits>64</runtimeBits>
                             </jre>
                             <icon>build/Icon.ico</icon>
                         </configuration>
@@ -123,12 +123,12 @@
         <dependency>
             <groupId>com.google.code.gson</groupId>
             <artifactId>gson</artifactId>
-            <version>2.8.6</version>
+            <version>2.9.0</version>
         </dependency>
         <dependency>
             <groupId>org.xerial</groupId>
             <artifactId>sqlite-jdbc</artifactId>
-            <version>3.34.0</version>
+            <version>3.36.0.3</version>
         </dependency>
     </dependencies>
 
diff --git a/src/main/resources/de/deadlocker8/smarttime/_de.properties b/src/main/resources/de/deadlocker8/smarttime/_de.properties
index fb19e7f7f4f4930d97f4f7b8e83e7ac68c50d814..05d63ebfdb74b957cc17cab7c81f818d9fd13f93 100644
--- a/src/main/resources/de/deadlocker8/smarttime/_de.properties
+++ b/src/main/resources/de/deadlocker8/smarttime/_de.properties
@@ -1,7 +1,7 @@
 app.name=SmartTime
-version.code=36
-version.name=5.2.3
-version.date=10.05.21
+version.code=37
+version.name=5.3.0
+version.date=21.05.22
 
 folder=Deadlocker/SmartTime
 credits=Icon made by Vectors Market from www.flaticon.com (licensed by CC 3.0 BY)
\ No newline at end of file