Skip to content

Commit

Permalink
dependencies: move dependency version to one place
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroopar committed Dec 11, 2023
1 parent f5c0aa0 commit e8d37a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@
<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-utils-hibernate-60</artifactId>
<version>3.6.1</version>
<scope>compile</scope>
<version>${hypersistence-utils-hibernate.version}</version>
</dependency>
<dependency>
<groupId>com.networknt</groupId>
Expand Down

0 comments on commit e8d37a2

Please sign in to comment.