Skip to content

Commit

Permalink
patch version up
Browse files Browse the repository at this point in the history
  • Loading branch information
zambrovski committed Oct 10, 2023
1 parent ec0b9e7 commit 47ed53f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion components/order-processing/backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<!--<scope>test</scope>-->
</dependency>


Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -703,8 +703,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<!-- Use version 1.4.xx for compatibility reasons with our flyway scripts -->
<version>1.4.200</version>
<version>2.1.214</version>
</dependency>
<!-- Hibernate Model Gen for type safe criteria -->
<dependency>
Expand Down

0 comments on commit 47ed53f

Please sign in to comment.