Skip to content

Commit a161e6b

Browse files
committed
update for dep version
1 parent 7239366 commit a161e6b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@
1111
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
1212
hs_err_pid*
1313
/target
14+
/*.classpath
15+
/*.project
16+
/.settings/*.prefs

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<dependency>
178178
<groupId>net.winroad</groupId>
179179
<artifactId>wrdocletbase</artifactId>
180-
<version>1.1.2</version>
180+
<version>1.1.5</version>
181181
</dependency>
182182
<dependency>
183183
<groupId>com.google.code.gson</groupId>

0 commit comments

Comments
 (0)