summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-11-27 00:13:58 +0100
committerMichael Bien <[email protected]>2010-11-27 00:13:58 +0100
commit5f199d741fa2a4c7307dc018f4aef7d8ab7bc0f3 (patch)
treeb3d15605453d7fdc5b6738c4b6be33018058ba5d /pom.xml
parent76e1befb4e50b799a0bb9288cb24313a85af123f (diff)
fixed NPE when feedentry description is empty
fixed encoding issue (typo). updated junit dependency.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c1eb9d5..da8790c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.8.1</version>
+ <version>4.8.2</version>
<scope>test</scope>
</dependency>
<dependency>