Skip to content

Commit 345b405

Browse files
update dependency versions
1 parent af619fe commit 345b405

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sqldev/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212
<jdk.version>1.8</jdk.version>
1313
<jdk.version.test>1.8</jdk.version.test>
14-
<xtend.version>2.15.0</xtend.version>
14+
<xtend.version>2.18.0</xtend.version>
1515
<!-- requires SQL Developer 4.1.0 or higher (first version based on JDK 1.8) -->
1616
<sqldev.basedir>/Applications/SQLDeveloper19.1.0.app/Contents/Resources/sqldeveloper</sqldev.basedir>
1717
<final.name>utplsql_for_SQLDev_${project.version}</final.name>
@@ -170,17 +170,17 @@
170170
<dependency>
171171
<groupId>org.springframework</groupId>
172172
<artifactId>spring-jdbc</artifactId>
173-
<version>5.1.0.RELEASE</version>
173+
<version>5.1.8.RELEASE</version>
174174
</dependency>
175175
<dependency>
176176
<groupId>org.springframework</groupId>
177177
<artifactId>spring-web</artifactId>
178-
<version>5.1.0.RELEASE</version>
178+
<version>5.1.8.RELEASE</version>
179179
</dependency>
180180
<dependency>
181181
<groupId>org.oddgen</groupId>
182182
<artifactId>org.oddgen.sqldev</artifactId>
183-
<version>0.3.0</version>
183+
<version>0.3.1</version>
184184
<scope>provided</scope>
185185
</dependency>
186186
<dependency>
@@ -264,7 +264,7 @@
264264
<plugin>
265265
<groupId>org.apache.maven.plugins</groupId>
266266
<artifactId>maven-surefire-plugin</artifactId>
267-
<version>2.22.0</version>
267+
<version>2.22.2</version>
268268
<configuration>
269269
<!-- -noverify is required in some environments to avoid java.lang.VerifyError -->
270270
<argLine>-noverify
@@ -400,7 +400,7 @@
400400
<plugin>
401401
<groupId>org.apache.felix</groupId>
402402
<artifactId>maven-bundle-plugin</artifactId>
403-
<version>4.0.0</version>
403+
<version>4.2.0</version>
404404
<extensions>true</extensions>
405405
<configuration>
406406
<finalName>${project.name}</finalName>
@@ -450,7 +450,7 @@
450450
</plugin>
451451
<plugin>
452452
<artifactId>maven-assembly-plugin</artifactId>
453-
<version>3.1.0</version><!--$NO-MVN-MAN-VER$-->
453+
<version>3.1.1</version><!--$NO-MVN-MAN-VER$-->
454454
<configuration>
455455
<finalName>${final.name}</finalName>
456456
<appendAssemblyId>false</appendAssemblyId>

0 commit comments

Comments
 (0)