Skip to content

Commit 232f986

Browse files
updated maven dependencies
- newest version for all dependencies - skipped SQL Developer - might require "mvn clean package -U"
1 parent 0309a5e commit 232f986

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sqldev/pom.xml

Lines changed: 6 additions & 6 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.12.0</xtend.version>
14+
<xtend.version>2.15.0</xtend.version>
1515
<!-- requires SQL Developer 4.1.0 or higher (first version based on JDK 1.8) -->
1616
<sqldev.basedir>/Applications/SQLDeveloper17.4.0.app/Contents/Resources/sqldeveloper</sqldev.basedir>
1717
<final.name>utplsql_for_SQLDev_${project.version}</final.name>
@@ -155,7 +155,7 @@
155155
<dependency>
156156
<groupId>org.springframework</groupId>
157157
<artifactId>spring-jdbc</artifactId>
158-
<version>5.0.2.RELEASE</version>
158+
<version>5.1.0.RELEASE</version>
159159
</dependency>
160160
<dependency>
161161
<groupId>junit</groupId>
@@ -208,7 +208,7 @@
208208
</plugin>
209209
<plugin>
210210
<groupId>org.apache.maven.plugins</groupId>
211-
<version>3.6.2</version>
211+
<version>3.8.0</version>
212212
<artifactId>maven-compiler-plugin</artifactId>
213213
<configuration>
214214
<source>${jdk.version}</source>
@@ -238,7 +238,7 @@
238238
<plugin>
239239
<groupId>org.apache.maven.plugins</groupId>
240240
<artifactId>maven-surefire-plugin</artifactId>
241-
<version>2.20</version>
241+
<version>2.22.0</version>
242242
<configuration>
243243
<!-- -noverify is required in some environments to avoid java.lang.VerifyError -->
244244
<argLine>-noverify
@@ -374,7 +374,7 @@
374374
<plugin>
375375
<groupId>org.apache.felix</groupId>
376376
<artifactId>maven-bundle-plugin</artifactId>
377-
<version>3.5.0</version>
377+
<version>4.0.0</version>
378378
<extensions>true</extensions>
379379
<configuration>
380380
<finalName>${project.name}</finalName>
@@ -470,7 +470,7 @@
470470
<pluginExecutionFilter>
471471
<groupId>org.apache.maven.plugins</groupId>
472472
<artifactId>maven-dependency-plugin</artifactId>
473-
<versionRange>[3.0.1,)</versionRange>
473+
<versionRange>[3.1.1,)</versionRange>
474474
<goals>
475475
<goal>copy-dependencies</goal>
476476
</goals>

0 commit comments

Comments
 (0)