diff options
author | Michael Bien <[email protected]> | 2010-11-27 00:13:58 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-11-27 00:13:58 +0100 |
commit | 5f199d741fa2a4c7307dc018f4aef7d8ab7bc0f3 (patch) | |
tree | b3d15605453d7fdc5b6738c4b6be33018058ba5d /pom.xml | |
parent | 76e1befb4e50b799a0bb9288cb24313a85af123f (diff) |
fixed NPE when feedentry description is empty
fixed encoding issue (typo).
updated junit dependency.
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |