Skip to content

Commit 2100520

Browse files
committed
Version 3.9.0
1 parent c91b865 commit 2100520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<!-- Do not change unless you want different name for local builds. -->
7676
<build.number>-LOCAL</build.number>
7777
<!-- This allows to change between versions. -->
78-
<build.version>3.8.2</build.version>
78+
<build.version>3.9.0</build.version>
7979
<sonar.organization>bentobox-world</sonar.organization>
8080
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
8181
<server.jars>${project.basedir}/lib</server.jars>
@@ -237,7 +237,7 @@
237237
<dependency>
238238
<groupId>org.mockito</groupId>
239239
<artifactId>mockito-core</artifactId>
240-
<version>3.11.1</version>
240+
<version>3.12.4</version>
241241
<scope>test</scope>
242242
</dependency>
243243
<!-- For test that need a time to test -->

0 commit comments

Comments
 (0)