branch develop updated (f84cd6d -> ff02cff)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git from f84cd6d fixes #1366: Application freeze after computer resume from hibernate new ff02cff Update jna again The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit ff02cff110301994c1a3a4241cbea9b5b8d7ba48 Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Aug 2 10:00:37 2016 +0200 Update jna again Summary of changes: pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git commit ff02cff110301994c1a3a4241cbea9b5b8d7ba48 Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Aug 2 10:00:37 2016 +0200 Update jna again --- pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 7d89bb5..343f74c 100644 --- a/pom.xml +++ b/pom.xml @@ -267,7 +267,7 @@ <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna</artifactId> - <version>3.5.2</version> + <version>4.2.2</version> <scope>compile</scope> </dependency> <dependency> @@ -292,16 +292,11 @@ <artifactId>snakeyaml</artifactId> <version>1.17</version> </dependency> - - <!-- gson lib --> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.7</version> </dependency> - - <!-- commons-xxx lib --> - <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> @@ -319,7 +314,6 @@ </dependency> <!-- tests dependencies --> - <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm