Skip to content

Commit

Permalink
Use newer hk2-locator in order to get rid of javassist
Browse files Browse the repository at this point in the history
(with a known vulnerable version or whatnot)

Fixes: scylladb#231
  • Loading branch information
yaronkaikov committed Jan 7, 2024
1 parent 80ce599 commit a602294
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scylla-apiclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
<artifactId>jersey-client</artifactId>
<version>2.22.1</version>
</dependency>
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-locator</artifactId>
<version>2.5.0</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
Expand Down

0 comments on commit a602294

Please sign in to comment.