Skip to content

Commit

Permalink
Upgrade Spring Boot dependency (sample) to 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ghillert committed Apr 17, 2024
1 parent 1c2cebf commit a82c9b9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions samples/coherence-hibernate-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<properties>
<coherence.hibernate.root>${basedir}/../..</coherence.hibernate.root>
<spring-boot.version>3.2.3</spring-boot.version>
<spring-boot.version>3.2.4</spring-boot.version>
</properties>

<modules>
Expand All @@ -43,16 +43,16 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>${hsqldb.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>6.1.6</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

0 comments on commit a82c9b9

Please sign in to comment.