Skip to content

Commit abc06f0

Browse files
pruivokaresti
authored andcommitted
Upgrade to Infinispan 14.0.10.Final
1 parent bf5cf6b commit abc06f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infinispan-remote/persistence/sql-store/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>org.junit</groupId>
1616
<artifactId>junit-bom</artifactId>
17-
<version>5.8.2</version>
17+
<version>${version.junit5}</version>
1818
<type>pom</type>
1919
<scope>import</scope>
2020
</dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.infinispan</groupId>
44
<artifactId>infinispan-build-configuration-parent</artifactId>
5-
<version>14.0.9.Final</version>
5+
<version>14.0.10.Final</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.infinispan.tutorial.simple</groupId>

0 commit comments

Comments
 (0)