diff options
author | Florian Zschocke <f.zschocke+git@gmail.com> | 2020-10-31 16:50:29 +0100 |
---|---|---|
committer | Florian Zschocke <f.zschocke+git@gmail.com> | 2020-10-31 16:50:29 +0100 |
commit | 4791d8f76861c15efb78ed4bdbf60033276267fd (patch) | |
tree | f66d019daeb66b6bfa9b2a9b53e8f595ac5a9ecc /.classpath | |
parent | e09574c7342c1f04a463e26b39af8b9f259c2b49 (diff) | |
download | gitblit-4791d8f76861c15efb78ed4bdbf60033276267fd.tar.gz gitblit-4791d8f76861c15efb78ed4bdbf60033276267fd.zip |
deps: Upgrade dependency Mockito to 2.28.2.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -91,8 +91,10 @@ <classpathentry kind="lib" path="ext/selenium-api-2.28.0.jar" sourcepath="ext/src/selenium-api-2.28.0.jar" /> <classpathentry kind="lib" path="ext/commons-exec-1.1.jar" sourcepath="ext/src/commons-exec-1.1.jar" /> <classpathentry kind="lib" path="ext/platform-3.4.0.jar" sourcepath="ext/src/platform-3.4.0.jar" /> - <classpathentry kind="lib" path="ext/mockito-core-1.10.19.jar" sourcepath="ext/src/mockito-core-1.10.19.jar" /> - <classpathentry kind="lib" path="ext/objenesis-2.1.jar" sourcepath="ext/src/objenesis-2.1.jar" /> + <classpathentry kind="lib" path="ext/mockito-core-2.28.2.jar" sourcepath="ext/src/mockito-core-2.28.2.jar" /> + <classpathentry kind="lib" path="ext/byte-buddy-1.9.10.jar" sourcepath="ext/src/byte-buddy-1.9.10.jar" /> + <classpathentry kind="lib" path="ext/byte-buddy-agent-1.9.10.jar" sourcepath="ext/src/byte-buddy-agent-1.9.10.jar" /> + <classpathentry kind="lib" path="ext/objenesis-2.6.jar" sourcepath="ext/src/objenesis-2.6.jar" /> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER" /> <classpathentry kind="output" path="bin/classes" /> </classpath> |