Skip to content

Commit

Permalink
[version] Updated DependencyManagement for Google Guava, so that Goog…
Browse files Browse the repository at this point in the history
…le Guice uses 33.3.1-jre
  • Loading branch information
meronbrouwer committed Nov 11, 2024
1 parent d141a3c commit 478cf3c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>21</java.version>
<javafx.version>22.0.2</javafx.version>
<javafx.version>23</javafx.version>
<sonar.projectKey>han-yaeger_yaeger</sonar.projectKey>
<sonar.organization>han-yaeger</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
Expand Down Expand Up @@ -217,6 +217,7 @@
</plugin>
</plugins>
</build>

<dependencies>
<dependency>
<groupId>org.openjfx</groupId>
Expand Down Expand Up @@ -274,4 +275,15 @@
<scope>test</scope>
</dependency>
</dependencies>

<dependencyManagement>
<dependencies>
<!-- This dependency is required to fix a security-issue with Goigke Guice 7.0 -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.3.1-jre</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

0 comments on commit 478cf3c

Please sign in to comment.