summaryrefslogtreecommitdiffstats
path: root/java/sca/tutorials/store/www-services/catalog-amazon/store-db
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/tutorials/store/www-services/catalog-amazon/store-db')
-rw-r--r--java/sca/tutorials/store/www-services/catalog-amazon/store-db/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/tutorials/store/www-services/catalog-amazon/store-db/pom.xml b/java/sca/tutorials/store/www-services/catalog-amazon/store-db/pom.xml
index 9eafbd34c6..5e30575949 100644
--- a/java/sca/tutorials/store/www-services/catalog-amazon/store-db/pom.xml
+++ b/java/sca/tutorials/store/www-services/catalog-amazon/store-db/pom.xml
@@ -112,13 +112,13 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>sql-maven-plugin</artifactId>
- <version>1.0</version>
+ <version>1.3</version>
<dependencies>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
- <version>10.1.2.1</version>
+ <version>10.3.1.4</version>
</dependency>
</dependencies>