We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91b865 commit 2100520Copy full SHA for 2100520
pom.xml
@@ -75,7 +75,7 @@
75
<!-- Do not change unless you want different name for local builds. -->
76
<build.number>-LOCAL</build.number>
77
<!-- This allows to change between versions. -->
78
- <build.version>3.8.2</build.version>
+ <build.version>3.9.0</build.version>
79
<sonar.organization>bentobox-world</sonar.organization>
80
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
81
<server.jars>${project.basedir}/lib</server.jars>
@@ -237,7 +237,7 @@
237
<dependency>
238
<groupId>org.mockito</groupId>
239
<artifactId>mockito-core</artifactId>
240
- <version>3.11.1</version>
+ <version>3.12.4</version>
241
<scope>test</scope>
242
</dependency>
243
<!-- For test that need a time to test -->
0 commit comments