diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-10 09:34:37 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-10 09:34:37 +0100 |
commit | ba4489b7666e4ee669a1c91bfe36ae4ac90b1d93 (patch) | |
tree | ff20ac09d830b61d271f4abb945c2ff50d5b642a /pom.xml | |
parent | c4f117e74b8ade8b420f0443955ec6b94f88cee4 (diff) | |
download | EAAF-Components-ba4489b7666e4ee669a1c91bfe36ae4ac90b1d93.tar.gz EAAF-Components-ba4489b7666e4ee669a1c91bfe36ae4ac90b1d93.tar.bz2 EAAF-Components-ba4489b7666e4ee669a1c91bfe36ae4ac90b1d93.zip |
update jUnit version
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ <!-- jUnit testing --> <surefire.version>2.22.1</surefire.version> - <junit.version>4.12</junit.version> + <junit.version>4.13.1</junit.version> <com.squareup.okhttp3.version>4.4.1</com.squareup.okhttp3.version> <!-- Code helper plug-ins --> |