Skip to content

Commit dceb8ba

Browse files
committed
Bump the version because message formatting API has been added
1 parent 4aaad99 commit dceb8ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>pl.wavesoftware</groupId>
1212
<artifactId>eid-exceptions</artifactId>
13-
<version>1.0.2-SNAPSHOT</version>
13+
<version>1.1.0-SNAPSHOT</version>
1414
<packaging>jar</packaging>
1515

1616
<name>EID Runtime Exceptions and Utilities</name>
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>com.google.code.findbugs</groupId>
6767
<artifactId>jsr305</artifactId>
68-
<version>3.0.0</version>
68+
<version>3.0.1</version>
6969
<type>jar</type>
7070
</dependency>
7171
<dependency>
@@ -173,7 +173,7 @@
173173
<plugin>
174174
<groupId>org.apache.maven.plugins</groupId>
175175
<artifactId>maven-surefire-plugin</artifactId>
176-
<version>2.18.1</version>
176+
<version>2.19</version>
177177
<configuration>
178178
<trimStackTrace>false</trimStackTrace>
179179
</configuration>
@@ -182,7 +182,7 @@
182182
<plugin>
183183
<groupId>org.apache.maven.plugins</groupId>
184184
<artifactId>maven-failsafe-plugin</artifactId>
185-
<version>2.18.1</version>
185+
<version>2.19</version>
186186
<configuration>
187187
<trimStackTrace>false</trimStackTrace>
188188
<encoding>UTF-8</encoding>

0 commit comments

Comments
 (0)