Skip to content

Commit 512c176

Browse files
Fix the vulnerability in postgresql and jetty-http2-common
1 parent 89bbae8 commit 512c176

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

gateway-ha/pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,16 @@
128128
<dependency>
129129
<groupId>io.airlift</groupId>
130130
<artifactId>http-client</artifactId>
131+
<exclusions>
132+
<exclusion>
133+
<groupId>org.eclipse.jetty.http2</groupId>
134+
<artifactId>jetty-http2-common</artifactId>
135+
</exclusion>
136+
<exclusion>
137+
<groupId>org.eclipse.jetty.http2</groupId>
138+
<artifactId>jetty-http2-server</artifactId>
139+
</exclusion>
140+
</exclusions>
131141
</dependency>
132142

133143
<dependency>
@@ -323,7 +333,7 @@
323333
<dependency>
324334
<groupId>org.postgresql</groupId>
325335
<artifactId>postgresql</artifactId>
326-
<version>42.7.7</version>
336+
<version>42.7.8</version>
327337
<scope>runtime</scope>
328338
</dependency>
329339

0 commit comments

Comments
 (0)