Skip to content

Commit 25f7971

Browse files
committed
Resolve vulnerability alerts in Data REST sample
1 parent b744621 commit 25f7971

File tree

1 file changed

+2
-2
lines changed
  • samples/rest-notes-spring-data-rest

1 file changed

+2
-2
lines changed

samples/rest-notes-spring-data-rest/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.h2database</groupId>
5757
<artifactId>h2</artifactId>
58-
<version>1.4.200</version>
58+
<version>2.0.206</version>
5959
<scope>runtime</scope>
6060
</dependency>
6161
<dependency>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>junit</groupId>
7676
<artifactId>junit</artifactId>
77-
<version>4.12</version>
77+
<version>4.13.1</version>
7878
<scope>test</scope>
7979
</dependency>
8080
<dependency>

0 commit comments

Comments
 (0)