Skip to content

Commit

Permalink
Bump mockito and formatter-maven-plugin
Browse files Browse the repository at this point in the history
mockito-core: 3.3.4 -> 3.4.0
formatter-maven-plugin: 2.11.0 -> 2.12.1
  • Loading branch information
thescouser89 committed Jul 13, 2020
1 parent e684937 commit 4da3d5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ nbactions*
indy-repository-manager/derby.log
indy-repository-manager/indexedStorePath
indy-repository-manager/org.commonjava.indy.folo.model.TrackedContentEntry

# From formatter-maven-plugin
.cache
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<atlasVersion>1.1.0</atlasVersion>
<indyVersion>2.2.0</indyVersion>
<version.assertj-core>3.16.1</version.assertj-core>
<version.mockito>3.3.3</version.mockito>
<version.mockito>3.4.0</version.mockito>
<version.catch-exception>1.2.0</version.catch-exception>
<version.jbpm>6.2.0.Final</version.jbpm>
<version.kie-services-client>6.5.0.Final</version.kie-services-client>
Expand Down Expand Up @@ -1360,6 +1360,7 @@

<!-- Exclude downloaded/generated -->
<exclude>**/.tmp/**</exclude>
<exclude>**/.cache/**</exclude>
<exclude>**/.build-tmp/**</exclude>
<exclude>**/.sass-cache/**</exclude>
<exclude>**/bower_components/**</exclude>
Expand Down Expand Up @@ -1654,7 +1655,7 @@
<plugin>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
<version>2.11.0</version>
<version>2.12.1</version>
<configuration>
<configFile>../eclipse-codeStyle.xml</configFile>
</configuration>
Expand Down

0 comments on commit 4da3d5d

Please sign in to comment.