Updated dependencies and plugins

This commit is contained in:
moandji.ezana 2015-01-22 15:40:55 +02:00
parent 3ca947785d
commit 9a8b85c6ea
2 changed files with 6 additions and 5 deletions

View file

@ -3,6 +3,7 @@
## NEXT
* Fixed short-form Unicode escapes
* Fixed exponent handling
* Updated Gson to 2.3.1
## 0.3.1 / 2014-12-16
* Support for [TOML 0.3.1](https://github.com/toml-lang/toml/tree/v0.3.1) spec

10
pom.xml
View file

@ -27,7 +27,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
@ -38,7 +38,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.3</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
@ -58,7 +58,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<version>3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
@ -67,7 +67,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.0.201403182114</version>
<version>0.7.2.201409121644</version>
<executions>
<execution>
<id>prepare-agent</id>
@ -80,7 +80,7 @@
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>2.2.0</version>
<version>3.0.1</version>
</plugin>
</plugins>
</build>