Skip to content

Commit 7101319

Browse files
committed
Adjust versions
Signed-off-by: Jorge Bescos Gascon <[email protected]>
1 parent 5649252 commit 7101319

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
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>

microprofile/graphql/server/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,14 @@
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>

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -465,13 +465,6 @@
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>

0 commit comments

Comments
 (0)