Skip to content

Commit def22ea

Browse files
committed
Merge remote-tracking branches 'origin/dependabot/maven/io.quarkus-quarkus-bom-3.25.2', 'origin/dependabot/maven/io.quarkus-quarkus-maven-plugin-3.25.2', 'origin/dependabot/maven/io.smallrye-jandex-maven-plugin-3.4.0', 'origin/dependabot/maven/org.java-websocket-Java-WebSocket-1.6.0' and 'origin/dependabot/maven/org.json-json-20250517'
5 parents 99f7b7a + 50933a9 + b40cdf4 + 602752c + d2a7a7b commit def22ea

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

internal-extension-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.json</groupId>
2929
<artifactId>json</artifactId>
30-
<version>20250107</version>
30+
<version>20250517</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.eclipse</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2020
<maven.compiler.source>17</maven.compiler.source>
2121
<maven.compiler.target>17</maven.compiler.target>
22-
<quarkus-plugin.version>3.22.2</quarkus-plugin.version>
22+
<quarkus-plugin.version>3.25.2</quarkus-plugin.version>
2323
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
2424
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
2525
<quarkus.platform.version>3.25.2</quarkus.platform.version>
@@ -68,7 +68,7 @@
6868
<plugin>
6969
<groupId>io.smallrye</groupId>
7070
<artifactId>jandex-maven-plugin</artifactId>
71-
<version>3.3.0</version>
71+
<version>3.4.0</version>
7272
<executions>
7373
<execution>
7474
<id>make-index</id>

websocket-api-impl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>org.json</groupId>
7474
<artifactId>json</artifactId>
75-
<version>20250107</version>
75+
<version>20250517</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.slf4j</groupId>
@@ -138,7 +138,7 @@
138138
<dependency>
139139
<groupId>org.java-websocket</groupId>
140140
<artifactId>Java-WebSocket</artifactId>
141-
<version>1.5.7</version>
141+
<version>1.6.0</version>
142142
<scope>test</scope>
143143
</dependency>
144144
</dependencies>

0 commit comments

Comments
 (0)