There was an error while loading. Please reload this page.
1 parent a1aadf0 commit e140038Copy full SHA for e140038
1 file changed
pom.xml
@@ -103,7 +103,8 @@
103
<dep.plugin.coveralls.version>4.3.0</dep.plugin.coveralls.version>
104
<dep.plugin.deploy.version>3.1.4</dep.plugin.deploy.version>
105
<dep.plugin.enforcer.version>3.6.2</dep.plugin.enforcer.version>
106
- <dep.plugin.error-prone.version>2.39.0</dep.plugin.error-prone.version>
+ <!-- last error-prone version compatible with Java 17; 2.43.0+ requires Java 21 -->
107
+ <dep.plugin.error-prone.version>2.42.0</dep.plugin.error-prone.version>
108
<dep.plugin.flatten.version>1.7.3</dep.plugin.flatten.version>
109
<dep.plugin.gmavenplus.version>4.3.1</dep.plugin.gmavenplus.version>
110
<dep.plugin.gpg.version>3.2.8</dep.plugin.gpg.version>
0 commit comments