Skip to content

Commit 725001c

Browse files
update dependencies
1 parent 9001cd5 commit 725001c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

sqldev/pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
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.18.0</xtend.version>
14+
<xtend.version>2.20.0</xtend.version>
1515
<!-- requires SQL Developer 4.1.0 or higher (first version based on JDK 1.8) -->
16-
<sqldev.basedir>/Applications/SQLDeveloper19.1.0.app/Contents/Resources/sqldeveloper</sqldev.basedir>
16+
<sqldev.basedir>/Applications/SQLDeveloper19.4.0.app/Contents/Resources/sqldeveloper</sqldev.basedir>
1717
<final.name>utplsql_for_SQLDev_${project.version}</final.name>
1818
</properties>
1919
<dependencies>
@@ -170,12 +170,12 @@
170170
<dependency>
171171
<groupId>org.springframework</groupId>
172172
<artifactId>spring-jdbc</artifactId>
173-
<version>5.1.8.RELEASE</version>
173+
<version>5.2.4.RELEASE</version>
174174
</dependency>
175175
<dependency>
176176
<groupId>org.springframework</groupId>
177177
<artifactId>spring-web</artifactId>
178-
<version>5.1.8.RELEASE</version>
178+
<version>5.2.4.RELEASE</version>
179179
</dependency>
180180
<dependency>
181181
<groupId>org.oddgen</groupId>
@@ -234,7 +234,7 @@
234234
</plugin>
235235
<plugin>
236236
<groupId>org.apache.maven.plugins</groupId>
237-
<version>3.8.0</version>
237+
<version>3.8.1</version>
238238
<artifactId>maven-compiler-plugin</artifactId>
239239
<configuration>
240240
<source>${jdk.version}</source>
@@ -337,7 +337,7 @@
337337
<plugin>
338338
<groupId>org.codehaus.mojo</groupId>
339339
<artifactId>build-helper-maven-plugin</artifactId>
340-
<version>3.0.0</version>
340+
<version>3.1.0</version>
341341
<executions>
342342
<execution>
343343
<id>parse-version</id>
@@ -400,7 +400,7 @@
400400
<plugin>
401401
<groupId>org.apache.felix</groupId>
402402
<artifactId>maven-bundle-plugin</artifactId>
403-
<version>4.2.0</version>
403+
<version>4.2.1</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.1</version><!--$NO-MVN-MAN-VER$-->
453+
<version>3.2.0</version><!--$NO-MVN-MAN-VER$-->
454454
<configuration>
455455
<finalName>${final.name}</finalName>
456456
<appendAssemblyId>false</appendAssemblyId>

0 commit comments

Comments
 (0)