Skip to content

Commit

Permalink
updated spring & hibernate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
harshaghanta committed Dec 11, 2024
1 parent b136dca commit 649ada0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/BuildingBlocks/EventBus/integration-eventlog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<hibernate.version>6.4.4.Final</hibernate.version>
<spring.version>5.3.31</spring.version>
<spring.version>6.1.15</spring.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/Services/Ordering/ordering-infrastructure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<maven.compiler.target>17</maven.compiler.target>

<spring.version>6.1.15</spring.version>
<hibernate.version>6.3.0.Final</hibernate.version>
<hibernate.version>6.4.4.Final</hibernate.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions src/Services/catalogapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
</dependency>


<dependency>
<!-- <dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-vault-config</artifactId>
<version>3.1.4</version>
</dependency>
</dependency> -->

<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 649ada0

Please sign in to comment.