We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a8f06a + dc65ab6 commit 3b4e5beCopy full SHA for 3b4e5be
.github/workflows/maven.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- java: [ 11, 17 ]
+ java: [ 17, 21 ]
18
19
steps:
20
- name: Checkout
pom.xml
@@ -133,7 +133,7 @@
133
<plugin>
134
<groupId>net.revelc.code.formatter</groupId>
135
<artifactId>formatter-maven-plugin</artifactId>
136
- <version>2.23.0</version>
+ <version>2.25.0</version>
137
<dependencies>
138
<dependency>
139
<groupId>io.quarkus</groupId>
0 commit comments