|
11 | 11 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
12 | 12 | <jdk.version>1.8</jdk.version> |
13 | 13 | <jdk.version.test>1.8</jdk.version.test> |
14 | | - <xtend.version>2.12.0</xtend.version> |
| 14 | + <xtend.version>2.15.0</xtend.version> |
15 | 15 | <!-- requires SQL Developer 4.1.0 or higher (first version based on JDK 1.8) --> |
16 | 16 | <sqldev.basedir>/Applications/SQLDeveloper17.4.0.app/Contents/Resources/sqldeveloper</sqldev.basedir> |
17 | 17 | <final.name>utplsql_for_SQLDev_${project.version}</final.name> |
|
155 | 155 | <dependency> |
156 | 156 | <groupId>org.springframework</groupId> |
157 | 157 | <artifactId>spring-jdbc</artifactId> |
158 | | - <version>5.0.2.RELEASE</version> |
| 158 | + <version>5.1.0.RELEASE</version> |
159 | 159 | </dependency> |
160 | 160 | <dependency> |
161 | 161 | <groupId>junit</groupId> |
|
208 | 208 | </plugin> |
209 | 209 | <plugin> |
210 | 210 | <groupId>org.apache.maven.plugins</groupId> |
211 | | - <version>3.6.2</version> |
| 211 | + <version>3.8.0</version> |
212 | 212 | <artifactId>maven-compiler-plugin</artifactId> |
213 | 213 | <configuration> |
214 | 214 | <source>${jdk.version}</source> |
|
238 | 238 | <plugin> |
239 | 239 | <groupId>org.apache.maven.plugins</groupId> |
240 | 240 | <artifactId>maven-surefire-plugin</artifactId> |
241 | | - <version>2.20</version> |
| 241 | + <version>2.22.0</version> |
242 | 242 | <configuration> |
243 | 243 | <!-- -noverify is required in some environments to avoid java.lang.VerifyError --> |
244 | 244 | <argLine>-noverify |
|
374 | 374 | <plugin> |
375 | 375 | <groupId>org.apache.felix</groupId> |
376 | 376 | <artifactId>maven-bundle-plugin</artifactId> |
377 | | - <version>3.5.0</version> |
| 377 | + <version>4.0.0</version> |
378 | 378 | <extensions>true</extensions> |
379 | 379 | <configuration> |
380 | 380 | <finalName>${project.name}</finalName> |
|
470 | 470 | <pluginExecutionFilter> |
471 | 471 | <groupId>org.apache.maven.plugins</groupId> |
472 | 472 | <artifactId>maven-dependency-plugin</artifactId> |
473 | | - <versionRange>[3.0.1,)</versionRange> |
| 473 | + <versionRange>[3.1.1,)</versionRange> |
474 | 474 | <goals> |
475 | 475 | <goal>copy-dependencies</goal> |
476 | 476 | </goals> |
|
0 commit comments