We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88fa4fc commit 251f405Copy full SHA for 251f405
pom.xml
@@ -105,7 +105,8 @@
105
<antlr.version>4.13.2</antlr.version>
106
<commons-collections.version>4.5.0</commons-collections.version>
107
<freemarker.version>2.3.34</freemarker.version>
108
- <google-java-format.version>1.27.0</google-java-format.version>
+ <!-- version 1.28.0 of google-java-format is the last one compatible with java 17 -->
109
+ <google-java-format.version>1.28.0</google-java-format.version>
110
<h2.version>2.4.240</h2.version>
111
<hibernate-commons-annotations.version>7.0.3.Final</hibernate-commons-annotations.version>
112
<hibernate-orm.version>7.1.4.Final</hibernate-orm.version>
0 commit comments