Skip to content

Commit

Permalink
Updated mysql and hsqldb drivers because of critical vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem Elbers committed Nov 25, 2024
1 parent 5d73d5b commit 9da6793
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,9 @@
</dependency>

<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.33</version>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.4.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -428,7 +428,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.6.1</version>
<version>2.7.4</version>
<type>jar</type>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 9da6793

Please sign in to comment.