File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
microprofile/graphql/server Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 148148 <version .lib.postgresql>42.4.4</version .lib.postgresql>
149149 <version .lib.prometheus>0.9.0</version .lib.prometheus>
150150 <version .lib.slf4j>2.0.9</version .lib.slf4j>
151- <version .lib.smallrye-openapi>2.1.16 </version .lib.smallrye-openapi>
151+ <version .lib.smallrye-openapi>2.3.1 </version .lib.smallrye-openapi>
152152 <version .lib.snakeyaml>2.2</version .lib.snakeyaml>
153153 <version .lib.typesafe-config>1.4.2</version .lib.typesafe-config>
154154 <version .lib.tyrus>2.1.5</version .lib.tyrus>
Original file line number Diff line number Diff line change 8282 <plugin >
8383 <groupId >org.jboss.jandex</groupId >
8484 <artifactId >jandex-maven-plugin</artifactId >
85+ <!-- Temporal fix meanwhile there are no newer versions of the plugin -->
86+ <dependencies >
87+ <dependency >
88+ <groupId >org.jboss</groupId >
89+ <artifactId >jandex</artifactId >
90+ <version >3.1.8</version >
91+ </dependency >
92+ </dependencies >
8593 <executions >
8694 <execution >
8795 <id >make-index</id >
Original file line number Diff line number Diff line change 465465 <groupId >org.jboss.jandex</groupId >
466466 <artifactId >jandex-maven-plugin</artifactId >
467467 <version >${version.plugin.jandex} </version >
468- <dependencies >
469- <dependency >
470- <groupId >org.jboss</groupId >
471- <artifactId >jandex</artifactId >
472- <version >3.2.2</version >
473- </dependency >
474- </dependencies >
475468 </plugin >
476469 <plugin >
477470 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments