|
@@ -538,22 +538,6 @@
|
|
|
</build>
|
|
|
|
|
|
<reporting>
|
|
|
- <!--
|
|
|
- Note: to run these reports, you can execute the maven command: "mvn site",
|
|
|
- then you can view the results by opening the file: target/site/project-reports.html in your browser.
|
|
|
- -->
|
|
|
- <plugins>
|
|
|
- <plugin>
|
|
|
- <groupId>com.github.spotbugs</groupId>
|
|
|
- <artifactId>spotbugs-maven-plugin</artifactId>
|
|
|
- <version>3.1.1</version>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-pmd-plugin</artifactId>
|
|
|
- <version>3.6</version>
|
|
|
- </plugin>
|
|
|
- </plugins>
|
|
|
</reporting>
|
|
|
|
|
|
<dependencies>
|
|
@@ -581,25 +565,25 @@
|
|
|
<dependency>
|
|
|
<groupId>org.mockito</groupId>
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
- <version>2.13.0</version>
|
|
|
+ <version>2.15.0</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.assertj</groupId>
|
|
|
<artifactId>assertj-core</artifactId>
|
|
|
- <version>3.9.0</version>
|
|
|
+ <version>3.9.1</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.github.tomakehurst</groupId>
|
|
|
<artifactId>wiremock</artifactId>
|
|
|
- <version>2.14.0</version>
|
|
|
+ <version>2.15.0</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.reflections</groupId>
|
|
|
<artifactId>reflections</artifactId>
|
|
|
- <version>0.9.10</version>
|
|
|
+ <version>0.9.11</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
|
|
@@ -679,7 +663,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.sun.mail</groupId>
|
|
|
<artifactId>javax.mail</artifactId>
|
|
|
- <version>1.6.0</version>
|
|
|
+ <version>1.6.1</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
@@ -759,7 +743,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.jetbrains.xodus</groupId>
|
|
|
<artifactId>xodus-environment</artifactId>
|
|
|
- <version>1.1.0</version>
|
|
|
+ <version>1.2.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.slf4j</groupId>
|
|
@@ -797,17 +781,17 @@
|
|
|
<version>${project.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>org.webjars.bower</groupId>
|
|
|
+ <groupId>org.webjars.npm</groupId>
|
|
|
<artifactId>dojo</artifactId>
|
|
|
<version>1.13.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>org.webjars.bower</groupId>
|
|
|
+ <groupId>org.webjars.npm</groupId>
|
|
|
<artifactId>dijit</artifactId>
|
|
|
<version>1.13.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>org.webjars.bower</groupId>
|
|
|
+ <groupId>org.webjars.npm</groupId>
|
|
|
<artifactId>dojox</artifactId>
|
|
|
<version>1.13.0</version>
|
|
|
</dependency>
|