Skip to content

Commit

Permalink
Merge pull request #52
Browse files Browse the repository at this point in the history
* Bump com.h2database:h2 from 2.1.210 to 2.2.220 in /Common

* Merge branch 'master' into dependabot/maven/Common/com.h2database-h2-…

* Merge branch 'master' into dependabot/maven/Common/com.h2database-h2-…

* Updating mysql depends to non-vulnerable
  • Loading branch information
dependabot[bot] authored Nov 24, 2024
1 parent ae5893b commit 0291aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.2.0</version>
<version>9.1.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.1.210</version>
<version>2.2.220</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 0291aca

Please sign in to comment.