summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 6cd0644..9eb90d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,13 +146,13 @@
<dependency>
<groupId>ca.uhn.hapi</groupId>
<artifactId>hapi-base</artifactId>
- <version>2.2</version>
+ <version>2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ca.uhn.hapi</groupId>
<artifactId>hapi-structures-v26</artifactId>
- <version>2.2</version>
+ <version>2.3</version>
<scope>test</scope>
</dependency>
</dependencies>