]> source.dussan.org Git - gitblit.git/commitdiff
deps: Upgrade dependency Mockito to 2.28.2. 1350/head
authorFlorian Zschocke <f.zschocke+git@gmail.com>
Sat, 31 Oct 2020 15:50:29 +0000 (16:50 +0100)
committerFlorian Zschocke <f.zschocke+git@gmail.com>
Sat, 31 Oct 2020 15:50:29 +0000 (16:50 +0100)
.classpath
build.moxie
gitblit.iml

index 1e9d7a247474414903cd7d3cc113e6558d8d5299..424b45569d5a89cc33682e7a10880a7aff03a5ec 100644 (file)
        <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>
index ab1d79a9163fadfc6301c3bfb70b8fcd0b290d5c..f970c3a2571afc58151b1ab008c71deec642848c 100644 (file)
@@ -189,7 +189,7 @@ dependencies:
 - test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar
 - test 'org.seleniumhq.selenium:selenium-support:${selenium.version}' @jar
 - test 'org.seleniumhq.selenium:selenium-firefox-driver:${selenium.version}'
-- test 'org.mockito:mockito-core:1.10.19'
+- test 'org.mockito:mockito-core:2.28.2'
 # Dependencies with the "build" scope are retrieved
 # and injected into the Ant runtime classpath
 - build 'org.jacoco:org.jacoco.ant:0.8.4:nodeps'
index 69fa83ba5369dfcc20955655eb2da24cfae1dd26..a22b736e3641a6e86d7ae16fe1e21623e725dabb 100644 (file)
       </library>
     </orderEntry>
     <orderEntry type="module-library" scope="TEST">
-      <library name="mockito-core-1.10.19.jar">
+      <library name="mockito-core-2.28.2.jar">
         <CLASSES>
-          <root url="jar://$MODULE_DIR$/ext/mockito-core-1.10.19.jar!/" />
+          <root url="jar://$MODULE_DIR$/ext/mockito-core-2.28.2.jar!/" />
         </CLASSES>
         <JAVADOC />
         <SOURCES>
-          <root url="jar://$MODULE_DIR$/ext/src/mockito-core-1.10.19.jar!/" />
+          <root url="jar://$MODULE_DIR$/ext/src/mockito-core-2.28.2.jar!/" />
         </SOURCES>
       </library>
     </orderEntry>
     <orderEntry type="module-library" scope="TEST">
-      <library name="objenesis-2.1.jar">
+      <library name="byte-buddy-1.9.10.jar">
         <CLASSES>
-          <root url="jar://$MODULE_DIR$/ext/objenesis-2.1.jar!/" />
+          <root url="jar://$MODULE_DIR$/ext/byte-buddy-1.9.10.jar!/" />
         </CLASSES>
         <JAVADOC />
         <SOURCES>
-          <root url="jar://$MODULE_DIR$/ext/src/objenesis-2.1.jar!/" />
+          <root url="jar://$MODULE_DIR$/ext/src/byte-buddy-1.9.10.jar!/" />
+        </SOURCES>
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" scope="TEST">
+      <library name="byte-buddy-agent-1.9.10.jar">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/ext/byte-buddy-agent-1.9.10.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES>
+          <root url="jar://$MODULE_DIR$/ext/src/byte-buddy-agent-1.9.10.jar!/" />
+        </SOURCES>
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" scope="TEST">
+      <library name="objenesis-2.6.jar">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/ext/objenesis-2.6.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES>
+          <root url="jar://$MODULE_DIR$/ext/src/objenesis-2.6.jar!/" />
         </SOURCES>
       </library>
     </orderEntry>