File tree Expand file tree Collapse file tree 2 files changed +18
-7
lines changed Expand file tree Collapse file tree 2 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 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>4.12 .0</dep .okhttp3.version>
28+ <dep .okhttp3.version>5.3 .0</dep .okhttp3.version>
2929 <dep .trino.version>474</dep .trino.version>
3030 </properties >
3131
32+ <dependencyManagement >
33+ <dependencies >
34+ <dependency >
35+ <groupId >com.squareup.okhttp3</groupId >
36+ <artifactId >okhttp-bom</artifactId >
37+ <version >${dep.okhttp3.version} </version >
38+ <type >pom</type >
39+ <scope >import</scope >
40+ </dependency >
41+ </dependencies >
42+ </dependencyManagement >
43+
3244 <dependencies >
3345 <dependency >
3446 <groupId >com.auth0</groupId >
88100
89101 <dependency >
90102 <groupId >com.squareup.okhttp3</groupId >
91- <artifactId >okhttp</artifactId >
92- <version >${dep.okhttp3.version} </version >
103+ <artifactId >okhttp-jvm</artifactId >
93104 </dependency >
94105
95106 <dependency >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.airlift</groupId >
88 <artifactId >airbase</artifactId >
9- <version >277 </version >
9+ <version >325 </version >
1010 </parent >
1111
1212 <groupId >io.trino.gateway</groupId >
4646 <air .modernizer.java-version>8</air .modernizer.java-version>
4747 <air .release.preparation-goals>clean verify -DskipTests</air .release.preparation-goals>
4848
49- <dep .jetty.version>12.0.25 </dep .jetty.version>
49+ <dep .jetty.version>12.1.3 </dep .jetty.version>
5050 </properties >
5151
5252 <dependencyManagement >
5353 <dependencies >
5454 <dependency >
5555 <groupId >io.airlift</groupId >
5656 <artifactId >bom</artifactId >
57- <version >339 </version >
57+ <version >372 </version >
5858 <type >pom</type >
5959 <scope >import</scope >
6060 </dependency >
9696 <dependency >
9797 <groupId >org.glassfish.jersey.core</groupId >
9898 <artifactId >jersey-server</artifactId >
99- <version >3.1.10 </version >
99+ <version >3.1.11 </version >
100100 </dependency >
101101 </dependencies >
102102 </dependencyManagement >
You can’t perform that action at this time.
0 commit comments