Skip to content

Commit

Permalink
oppgradere transitive dep zookeeper - https://github.com/navikt/team-…
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyGrini committed Oct 25, 2023
1 parent 25aacc8 commit d385a35
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@
<artifactId>snappy-java</artifactId>
<version>${snappy-java.version}</version>
</dependency>
<dependency> <!-- Transitiv dep https://github.com/navikt/team-catalog/security/dependabot/112 -->
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.9.1</version>
</dependency>

<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
Expand Down

0 comments on commit d385a35

Please sign in to comment.