Skip to content

Commit

Permalink
Merge pull request #464 from eclipse/upgrade-version
Browse files Browse the repository at this point in the history
Upgrade mockito version
  • Loading branch information
otaviojava authored Dec 19, 2023
2 parents 8346ff2 + 2056df0 commit c30384e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,20 +77,20 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.jacoco.reportPath>../target/jacoco.exec</sonar.jacoco.reportPath>
<sonar.maven.version>3.9.1.2184</sonar.maven.version>
<commons.io.version>2.15.0</commons.io.version>
<commons.io.version>2.15.1</commons.io.version>
<checkstyle.excludes>**/jnosql/query/grammar/**</checkstyle.excludes>
<weld.se.core.version>5.1.1.SP2</weld.se.core.version>
<yasson.version>3.0.3</yasson.version>
<microprofile.config.version>3.1</microprofile.config.version>
<smallrye.config.version>3.4.4</smallrye.config.version>

<checkstyle.version>10.12.5</checkstyle.version>
<checkstyle.version>10.12.6</checkstyle.version>
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>

<!-- testing libraries -->
<junit.version>5.10.1</junit.version>
<mockito.verson>5.7.0</mockito.verson>
<mockito.verson>5.8.0</mockito.verson>
<assertj.version>3.24.2</assertj.version>
<awaitility.version>4.2.0</awaitility.version>
<pi-test.version>1.15.3</pi-test.version>
Expand Down

0 comments on commit c30384e

Please sign in to comment.