summaryrefslogtreecommitdiffstats
path: root/java/sca/contrib/modules/implementation-data-xml/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--java/sca/contrib/modules/implementation-data-xml/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/java/sca/contrib/modules/implementation-data-xml/pom.xml b/java/sca/contrib/modules/implementation-data-xml/pom.xml
index 39d82be0c7..a9585db9d0 100644
--- a/java/sca/contrib/modules/implementation-data-xml/pom.xml
+++ b/java/sca/contrib/modules/implementation-data-xml/pom.xml
@@ -143,14 +143,13 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>sql-maven-plugin</artifactId>
- <!-- 1.1 due to MOJO-619 -->
- <version>1.1-SNAPSHOT</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>