Skip to content

Commit

Permalink
[security] pulsar-io-kafka: upgrade jersey-bean-validation to get rid C…
Browse files Browse the repository at this point in the history
…VE-2017-7536 (brought in by Hibernate Validator 5.x) (apache#13868)
  • Loading branch information
nicoloboschi authored Jan 22, 2022
1 parent 9dbee16 commit 705e9a2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pulsar-io/kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@
<artifactId>pulsar-io-kafka</artifactId>
<name>Pulsar IO :: Kafka</name>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.glassfish.jersey.ext</groupId>
<artifactId>jersey-bean-validation</artifactId>
<version>${jersey.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>

<dependency>
Expand Down

0 comments on commit 705e9a2

Please sign in to comment.