We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469ce54 commit 722ff52Copy full SHA for 722ff52
jbbp/pom.xml
@@ -43,7 +43,7 @@
43
<dependency>
44
<groupId>net.minidev</groupId>
45
<artifactId>json-smart</artifactId>
46
- <version>2.4.8</version>
+ <version>2.4.10</version>
47
<scope>test</scope>
48
</dependency>
49
pom.xml
@@ -24,8 +24,8 @@
24
<jbbp.plugin.version>${jbbp.version}</jbbp.plugin.version>
25
<maven.compiler.source>1.8</maven.compiler.source>
26
<maven.compiler.target>1.8</maven.compiler.target>
27
- <junit5.version>5.7.1</junit5.version>
28
- <jmh.version>1.35</jmh.version>
+ <junit5.version>5.9.2</junit5.version>
+ <jmh.version>1.36</jmh.version>
29
</properties>
30
31
<issueManagement>
0 commit comments