Resolve vulnerability alerts in Data REST sample

This commit is contained in:
Andy Wilkinson
2022-01-13 12:44:21 +00:00
parent b74462155b
commit 25f7971246

View File

@@ -55,7 +55,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.200</version>
<version>2.0.206</version>
<scope>runtime</scope>
</dependency>
<dependency>
@@ -74,7 +74,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>