Skip to content

Commit

Permalink
Upgrade H2 version (wso2#12249)
Browse files Browse the repository at this point in the history
  • Loading branch information
msm1992 authored Feb 8, 2024
1 parent 4629305 commit 7a7dd59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/apimgt/org.wso2.carbon.apimgt.impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
</dependency>
<dependency>
<groupId>org.wso2.orbit.com.h2database</groupId>
<artifactId>h2</artifactId>
<artifactId>h2-engine</artifactId>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependencies>
<dependency>
<groupId>org.wso2.orbit.com.h2database</groupId>
<artifactId>h2</artifactId>
<artifactId>h2-engine</artifactId>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@

<dependency>
<groupId>org.wso2.orbit.com.h2database</groupId>
<artifactId>h2</artifactId>
<artifactId>h2-engine</artifactId>
<version>${h2.orbit.version}</version>
</dependency>

Expand Down Expand Up @@ -2257,7 +2257,7 @@
<javax.annotation.verion>1.3.2</javax.annotation.verion>
<log4j2.version>2.17.1</log4j2.version>
<jinjava.version>2.5.6</jinjava.version>
<h2.orbit.version>2.1.210.wso2v1</h2.orbit.version>
<h2.orbit.version>2.2.220.wso2v1</h2.orbit.version>
<tomcat.version>9.0.53</tomcat.version>
<tika.version>2.7.0</tika.version>
<batik.version>1.16</batik.version>
Expand Down

0 comments on commit 7a7dd59

Please sign in to comment.