Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
of Hibernate Search. Similarly, our version of Hibernate Search must be
compatible with the version of Hibernate and Hibernate must be compatible
with our version of Spring. -->
<springVersion>7.0.5</springVersion>
<springVersion>7.0.6</springVersion>
<!-- spring-test 6.2.12 is used because Spring 7.0.3's spring-test requires JUnit 6.x which is -->
<!-- not yet supported by maven-surefire-plugin 3.5.4. Spring test 6.2.12 works with JUnit 5.x. -->
<springTestVersion>6.2.12</springTestVersion>
Expand Down
Loading