Skip to content

Commit 6c6aab0

Browse files
committed
Upgrade CI to Java 25
1 parent 2c18f46 commit 6c6aab0

File tree

2 files changed

+12
-44
lines changed

2 files changed

+12
-44
lines changed

.github/workflows/ci-4.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
jdk: [8]
2121
include:
2222
- os: ubuntu-latest
23-
jdk: 17
23+
jdk: 25
2424
runs-on: ${{ matrix.os }}
2525
steps:
2626
- name: Checkout

vertx-web-api-contract/dependency-reduced-pom.xml

Lines changed: 11 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>vertx-web-parent</artifactId>
55
<groupId>io.vertx</groupId>
6-
<version>4.5.21</version>
6+
<version>4.5.22-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>vertx-web-api-contract</artifactId>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>io.vertx</groupId>
5353
<artifactId>vertx-web</artifactId>
54-
<version>4.5.21</version>
54+
<version>4.5.22-SNAPSHOT</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
<dependency>
@@ -75,21 +75,21 @@
7575
<dependency>
7676
<groupId>io.vertx</groupId>
7777
<artifactId>vertx-auth-jwt</artifactId>
78-
<version>4.5.21</version>
78+
<version>4.5.22-SNAPSHOT</version>
7979
<scope>compile</scope>
8080
<optional>true</optional>
8181
</dependency>
8282
<dependency>
8383
<groupId>io.vertx</groupId>
8484
<artifactId>vertx-web</artifactId>
85-
<version>4.5.21</version>
85+
<version>4.5.22-SNAPSHOT</version>
8686
<type>test-jar</type>
8787
<scope>test</scope>
8888
</dependency>
8989
<dependency>
9090
<groupId>io.vertx</groupId>
9191
<artifactId>vertx-web-client</artifactId>
92-
<version>4.5.21</version>
92+
<version>4.5.22-SNAPSHOT</version>
9393
<scope>test</scope>
9494
<exclusions>
9595
<exclusion>
@@ -101,19 +101,19 @@
101101
<dependency>
102102
<groupId>io.vertx</groupId>
103103
<artifactId>vertx-unit</artifactId>
104-
<version>4.5.21</version>
104+
<version>4.5.22-SNAPSHOT</version>
105105
<scope>test</scope>
106106
</dependency>
107107
<dependency>
108108
<groupId>io.vertx</groupId>
109109
<artifactId>vertx-auth-properties</artifactId>
110-
<version>4.5.21</version>
110+
<version>4.5.22-SNAPSHOT</version>
111111
<scope>test</scope>
112112
</dependency>
113113
<dependency>
114114
<groupId>io.vertx</groupId>
115115
<artifactId>vertx-service-proxy</artifactId>
116-
<version>4.5.21</version>
116+
<version>4.5.22-SNAPSHOT</version>
117117
<scope>test</scope>
118118
</dependency>
119119
<dependency>
@@ -125,13 +125,13 @@
125125
<dependency>
126126
<groupId>io.vertx</groupId>
127127
<artifactId>vertx-core</artifactId>
128-
<version>4.5.21</version>
128+
<version>4.5.22-SNAPSHOT</version>
129129
<scope>compile</scope>
130130
</dependency>
131131
<dependency>
132132
<groupId>io.vertx</groupId>
133133
<artifactId>vertx-codegen</artifactId>
134-
<version>4.5.21</version>
134+
<version>4.5.22-SNAPSHOT</version>
135135
<scope>provided</scope>
136136
<optional>true</optional>
137137
</dependency>
@@ -156,7 +156,7 @@
156156
<dependency>
157157
<groupId>io.vertx</groupId>
158158
<artifactId>vertx-core</artifactId>
159-
<version>4.5.21</version>
159+
<version>4.5.22-SNAPSHOT</version>
160160
<type>test-jar</type>
161161
<scope>test</scope>
162162
</dependency>
@@ -184,38 +184,6 @@
184184
</exclusion>
185185
</exclusions>
186186
</dependency>
187-
<dependency>
188-
<groupId>io.netty</groupId>
189-
<artifactId>netty-tcnative-boringssl-static</artifactId>
190-
<version>2.0.73.Final</version>
191-
<scope>test</scope>
192-
<exclusions>
193-
<exclusion>
194-
<artifactId>netty-tcnative-classes</artifactId>
195-
<groupId>io.netty</groupId>
196-
</exclusion>
197-
<exclusion>
198-
<artifactId>netty-tcnative-boringssl-static</artifactId>
199-
<groupId>io.netty</groupId>
200-
</exclusion>
201-
<exclusion>
202-
<artifactId>netty-tcnative-boringssl-static</artifactId>
203-
<groupId>io.netty</groupId>
204-
</exclusion>
205-
<exclusion>
206-
<artifactId>netty-tcnative-boringssl-static</artifactId>
207-
<groupId>io.netty</groupId>
208-
</exclusion>
209-
<exclusion>
210-
<artifactId>netty-tcnative-boringssl-static</artifactId>
211-
<groupId>io.netty</groupId>
212-
</exclusion>
213-
<exclusion>
214-
<artifactId>netty-tcnative-boringssl-static</artifactId>
215-
<groupId>io.netty</groupId>
216-
</exclusion>
217-
</exclusions>
218-
</dependency>
219187
</dependencies>
220188
<properties>
221189
<doc.skip>false</doc.skip>

0 commit comments

Comments
 (0)