fix: openmetadata-service/pom.xml to reduce vulnerabilities (#13224)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGECLIPSEJETTY-5902998

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Pere Miquel Brull 2023-09-19 17:30:58 +02:00 committed by GitHub
parent 2977f1bd83
commit 351df08957
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -414,7 +414,7 @@
<dependency> <dependency>
<groupId>org.eclipse.jetty.websocket</groupId> <groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-server</artifactId> <artifactId>websocket-server</artifactId>
<version>9.4.51.v20230217</version> <version>9.4.52.v20230823</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>