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 @@ ...@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>de.deadlocker8</groupId> <groupId>de.deadlocker8</groupId>
<artifactId>SmartTime</artifactId> <artifactId>SmartTime</artifactId>
<version>5.2.3</version> <version>5.3.0</version>
<properties> <properties>
<jlibs.version>2.0.6</jlibs.version> <jlibs.version>2.0.6</jlibs.version>
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version> <version>3.10.1</version>
<configuration> <configuration>
<source>1.8</source> <source>1.8</source>
<target>1.8</target> <target>1.8</target>
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
<plugin> <plugin>
<groupId>com.akathist.maven.plugins.launch4j</groupId> <groupId>com.akathist.maven.plugins.launch4j</groupId>
<artifactId>launch4j-maven-plugin</artifactId> <artifactId>launch4j-maven-plugin</artifactId>
<version>2.1.0</version> <version>2.1.2</version>
<executions> <executions>
<execution> <execution>
<id>l4j-clui</id> <id>l4j-clui</id>
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
<bundledJreAsFallback>false</bundledJreAsFallback> <bundledJreAsFallback>false</bundledJreAsFallback>
<minVersion>1.8.0</minVersion> <minVersion>1.8.0</minVersion>
<jdkPreference>preferJre</jdkPreference> <jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits> <runtimeBits>64</runtimeBits>
</jre> </jre>
<icon>build/Icon.ico</icon> <icon>build/Icon.ico</icon>
</configuration> </configuration>
...@@ -123,12 +123,12 @@ ...@@ -123,12 +123,12 @@
<dependency> <dependency>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId> <artifactId>gson</artifactId>
<version>2.8.6</version> <version>2.9.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.xerial</groupId> <groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId> <artifactId>sqlite-jdbc</artifactId>
<version>3.34.0</version> <version>3.36.0.3</version>
</dependency> </dependency>
</dependencies> </dependencies>
......
app.name=SmartTime app.name=SmartTime
version.code=36 version.code=37
version.name=5.2.3 version.name=5.3.0
version.date=10.05.21 version.date=21.05.22
folder=Deadlocker/SmartTime folder=Deadlocker/SmartTime
credits=Icon made by Vectors Market from www.flaticon.com (licensed by CC 3.0 BY) 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.
Please register or to comment