upgrade to 197 for h2database 69/81969/3
authorTaka Cho <takamune.cho@att.com>
Mon, 11 Mar 2019 17:40:20 +0000 (13:40 -0400)
committerPatrick Brady <patrick.brady@att.com>
Tue, 12 Mar 2019 15:56:06 +0000 (15:56 +0000)
In order to remove the security
vulnerability for h2database
the version is going to use 197.

Change-Id: Ib761b986ccbed89854d7922a9336a47c3a8d368f
Issue-ID: APPC-1530
Signed-off-by: Taka Cho <takamune.cho@att.com>
appc-test-dependencies/pom.xml

index 88fd9cd..a92f6f3 100644 (file)
@@ -60,7 +60,7 @@
         <dependency>
             <groupId>com.h2database</groupId>
             <artifactId>h2</artifactId>
-            <version>1.4.196</version>
+            <version>1.4.197</version>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>