Skip to content

Commit 96a33aa

Browse files
committed
Update airbase, airlift and related deps
- airbase to 330 - airlift to 381i - jersey to 4.0.0 - okhttp to 5.3.2
1 parent cfc0609 commit 96a33aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gateway-ha/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dep.flyway.version>11.8.2</dep.flyway.version>
2626
<dep.jeasy.version>4.1.0</dep.jeasy.version>
2727
<dep.mockito.version>5.18.0</dep.mockito.version>
28-
<dep.okhttp3.version>5.3.0</dep.okhttp3.version>
28+
<dep.okhttp3.version>5.3.2</dep.okhttp3.version>
2929
<dep.trino.version>474</dep.trino.version>
3030
</properties>
3131

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.airlift</groupId>
88
<artifactId>airbase</artifactId>
9-
<version>325</version>
9+
<version>330</version>
1010
</parent>
1111

1212
<groupId>io.trino.gateway</groupId>
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>io.airlift</groupId>
5656
<artifactId>bom</artifactId>
57-
<version>372</version>
57+
<version>381</version>
5858
<type>pom</type>
5959
<scope>import</scope>
6060
</dependency>
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>org.glassfish.jersey.core</groupId>
9898
<artifactId>jersey-server</artifactId>
99-
<version>3.1.11</version>
99+
<version>4.0.0</version>
100100
</dependency>
101101
</dependencies>
102102
</dependencyManagement>

0 commit comments

Comments
 (0)