Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit c6cb6d3

Browse files
updating dependency
1 parent db098af commit c6cb6d3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

ehcache-core/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,9 @@
100100
<scope>test</scope>
101101
</dependency>
102102
<dependency>
103-
<groupId>dom4j</groupId>
103+
<groupId>org.dom4j</groupId>
104104
<artifactId>dom4j</artifactId>
105+
<version>2.1.3</version>
105106
<scope>test</scope>
106107
</dependency>
107108
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<!-- only used for plugins. Keep in sync with terracotta-third-party-bom-4.x -->
3333
<!-- hardcoded because https://issues.apache.org/jira/browse/MNG-5588 -->
34-
<h2.version>1.3.154</h2.version>
34+
<h2.version>2.1.210</h2.version>
3535
</properties>
3636

3737
<modules>

system-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>org.hibernate</groupId>
7777
<artifactId>hibernate-core</artifactId>
78-
<version>3.3.2.GA</version>
78+
<version>3.6.10.Final</version>
7979
<scope>test</scope>
8080
</dependency>
8181
<dependency>

0 commit comments

Comments
 (0)