Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maven(deps): bump springVersion from 5.3.23 to 6.0.4 #62

Closed
wants to merge 1 commit into from
Closed
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 pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,7 @@
For instance, our version of Lucene is tied to the version 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>5.3.23</springVersion>
<springVersion>6.0.4</springVersion>
<hibernateVersion>5.6.14.Final</hibernateVersion>
<hibernateSearchVersion>5.11.11.Final</hibernateSearchVersion>
<luceneVersion>5.5.5</luceneVersion>
Expand Down