Skip to content

Commit

Permalink
cve
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <adrian.cole@elastic.co>
  • Loading branch information
codefromthecrypt committed Aug 4, 2024
1 parent 453894c commit 3608863
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
<scala.version>2.13.14</scala.version>
<snappy-java.version>1.1.10.5</snappy-java.version>
<zookeeper.version>3.9.2</zookeeper.version>
<aircompressor.version>0.27</aircompressor.version>

<junit-jupiter.version>5.10.3</junit-jupiter.version>
<testcontainers.version>1.20.1</testcontainers.version>
Expand Down Expand Up @@ -264,6 +265,11 @@
<artifactId>zookeeper</artifactId>
<version>${zookeeper.version}</version>
</dependency>
<dependency>
<groupId>io.airlift</groupId>
<artifactId>aircompressor</artifactId>
<version>${aircompressor.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 3608863

Please sign in to comment.