File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 19
19
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
20
20
<maven .compiler.source>17</maven .compiler.source>
21
21
<maven .compiler.target>17</maven .compiler.target>
22
- <quarkus-plugin .version>3.17.5 </quarkus-plugin .version>
22
+ <quarkus-plugin .version>3.22.2 </quarkus-plugin .version>
23
23
<quarkus .platform.artifact-id>quarkus-bom</quarkus .platform.artifact-id>
24
24
<quarkus .platform.group-id>io.quarkus</quarkus .platform.group-id>
25
25
<quarkus .platform.version>3.22.2</quarkus .platform.version>
66
66
<build >
67
67
<plugins >
68
68
<plugin >
69
- <groupId >org.jboss.jandex </groupId >
69
+ <groupId >io.smallrye </groupId >
70
70
<artifactId >jandex-maven-plugin</artifactId >
71
- <version >1.2.3 </version >
71
+ <version >3.3.0 </version >
72
72
<executions >
73
73
<execution >
74
- <?m2e ignore ?>
75
74
<id >make-index</id >
76
75
<goals >
77
76
<goal >jandex</goal >
You can’t perform that action at this time.
0 commit comments