Skip to content

Commit e91d96d

Browse files
committed
update dependency
1 parent 94de5fa commit e91d96d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

library/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.google.code.findbugs</groupId>
5757
<artifactId>jsr305</artifactId>
58-
<version>3.0.0</version>
58+
<version>3.0.1</version>
5959
<optional>true</optional>
6060
</dependency>
6161
<!-- Testing libs -->
@@ -153,7 +153,7 @@
153153
<plugin>
154154
<groupId>org.eluder.coveralls</groupId>
155155
<artifactId>coveralls-maven-plugin</artifactId>
156-
<version>4.0.0</version>
156+
<version>4.1.0</version>
157157
</plugin>
158158
</plugins>
159159
</build>

tool/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</plugin>
8181
<plugin>
8282
<artifactId>maven-assembly-plugin</artifactId>
83-
<version>2.5.5</version>
83+
<version>2.6</version>
8484
<configuration>
8585
<finalName>dcm-${project.version}</finalName>
8686
<appendAssemblyId>false</appendAssemblyId>
@@ -135,7 +135,7 @@
135135
<plugin>
136136
<groupId>org.eluder.coveralls</groupId>
137137
<artifactId>coveralls-maven-plugin</artifactId>
138-
<version>4.0.0</version>
138+
<version>4.1.0</version>
139139
</plugin>
140140
</plugins>
141141
</build>

0 commit comments

Comments
 (0)