Skip to content

Commit

Permalink
Merge pull request #25 from brettchaldecott/security/fix
Browse files Browse the repository at this point in the history
fix: Changed dependancies for guava from 31 -> 3.2
  • Loading branch information
DanielRivers authored Sep 30, 2024
2 parents 0224847 + bf93c53 commit cc95861
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
14 changes: 14 additions & 0 deletions kinde-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,21 @@
<artifactId>guice</artifactId>
<!-- {version} can be 6.0.0, 7.0.0, etc. -->
<version>7.0.0</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.3-jre</version>
</dependency>


<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
12 changes: 12 additions & 0 deletions kinde-j2ee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,18 @@
<artifactId>guice</artifactId>
<!-- {version} can be 6.0.0, 7.0.0, etc. -->
<version>7.0.0</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.3-jre</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
<dependency>
Expand Down

0 comments on commit cc95861

Please sign in to comment.