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 bf5cf6b commit abc06f0Copy full SHA for abc06f0
infinispan-remote/persistence/sql-store/pom.xml
@@ -14,7 +14,7 @@
14
<dependency>
15
<groupId>org.junit</groupId>
16
<artifactId>junit-bom</artifactId>
17
- <version>5.8.2</version>
+ <version>${version.junit5}</version>
18
<type>pom</type>
19
<scope>import</scope>
20
</dependency>
pom.xml
@@ -2,7 +2,7 @@
2
<parent>
3
<groupId>org.infinispan</groupId>
4
<artifactId>infinispan-build-configuration-parent</artifactId>
5
- <version>14.0.9.Final</version>
+ <version>14.0.10.Final</version>
6
</parent>
7
<modelVersion>4.0.0</modelVersion>
8
<groupId>org.infinispan.tutorial.simple</groupId>
0 commit comments