We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da76371 commit 8a5e875Copy full SHA for 8a5e875
pom.xml
@@ -89,7 +89,7 @@
89
<buildnumber.plugin.version>1.4</buildnumber.plugin.version>
90
<jruby.version>9.3.1.0</jruby.version>
91
<jmh.version>1.34</jmh.version>
92
- <spotless.version>2.13.0</spotless.version>
+ <spotless.version>2.20.0</spotless.version>
93
<jacoco.version>0.8.7</jacoco.version>
94
<!-- to sign artifacts when releasing -->
95
<gpg.keyname>6026DFCA</gpg.keyname>
@@ -468,9 +468,8 @@
468
<excludes>
469
<exclude>src/test/java/com/rabbitmq/stream/docs/*.java</exclude>
470
</excludes>
471
-
472
<googleJavaFormat>
473
- <version>1.11.0</version>
+ <version>1.13.0</version>
474
<style>GOOGLE</style>
475
</googleJavaFormat>
476
</java>
0 commit comments