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

Commit

Permalink
updating dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nnares committed Jul 22, 2022
1 parent db098af commit c6cb6d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ehcache-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>dom4j</groupId>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>2.1.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

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

<modules>
Expand Down
2 changes: 1 addition & 1 deletion system-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>3.3.2.GA</version>
<version>3.6.10.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c6cb6d3

Please sign in to comment.