We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89bbae8 commit 512c176Copy full SHA for 512c176
gateway-ha/pom.xml
@@ -128,6 +128,16 @@
128
<dependency>
129
<groupId>io.airlift</groupId>
130
<artifactId>http-client</artifactId>
131
+ <exclusions>
132
+ <exclusion>
133
+ <groupId>org.eclipse.jetty.http2</groupId>
134
+ <artifactId>jetty-http2-common</artifactId>
135
+ </exclusion>
136
137
138
+ <artifactId>jetty-http2-server</artifactId>
139
140
+ </exclusions>
141
</dependency>
142
143
@@ -323,7 +333,7 @@
323
333
324
334
<groupId>org.postgresql</groupId>
325
335
<artifactId>postgresql</artifactId>
326
- <version>42.7.7</version>
336
+ <version>42.7.8</version>
327
337
<scope>runtime</scope>
328
338
329
339
0 commit comments