Skip to content

Commit

Permalink
fix core
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Dec 11, 2023
1 parent 0e12536 commit 103fd20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<picocli.version>4.7.4</picocli.version>
<jmustache.version>1.15</jmustache.version>
<mockito-core.version>5.8.0</mockito-core.version>
<mockito-inline.version>5.2.0</mockito-inline.version>
<awaitility.version>4.2.0</awaitility.version>
<kubernetes-client.version>6.7.2</kubernetes-client.version>
<minio.version>8.5.4</minio.version>
Expand Down Expand Up @@ -372,7 +373,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>${mockito-core.version}</version>
<version>${mockito-inline.version}</version>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
Expand Down

0 comments on commit 103fd20

Please sign in to comment.