Skip to content
Snippets Groups Projects
Commit 09a29c12 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

v5.3.0 - updated dependencies

parent 2afc798f
Branches master
No related tags found
No related merge requests found
......@@ -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>
......
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment