|
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.18.0</xtend.version> |
| 14 | + <xtend.version>2.20.0</xtend.version> |
15 | 15 | <!-- 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> |
17 | 17 | <final.name>utplsql_for_SQLDev_${project.version}</final.name>
|
18 | 18 | </properties>
|
19 | 19 | <dependencies>
|
|
170 | 170 | <dependency>
|
171 | 171 | <groupId>org.springframework</groupId>
|
172 | 172 | <artifactId>spring-jdbc</artifactId>
|
173 |
| - <version>5.1.8.RELEASE</version> |
| 173 | + <version>5.2.4.RELEASE</version> |
174 | 174 | </dependency>
|
175 | 175 | <dependency>
|
176 | 176 | <groupId>org.springframework</groupId>
|
177 | 177 | <artifactId>spring-web</artifactId>
|
178 |
| - <version>5.1.8.RELEASE</version> |
| 178 | + <version>5.2.4.RELEASE</version> |
179 | 179 | </dependency>
|
180 | 180 | <dependency>
|
181 | 181 | <groupId>org.oddgen</groupId>
|
|
234 | 234 | </plugin>
|
235 | 235 | <plugin>
|
236 | 236 | <groupId>org.apache.maven.plugins</groupId>
|
237 |
| - <version>3.8.0</version> |
| 237 | + <version>3.8.1</version> |
238 | 238 | <artifactId>maven-compiler-plugin</artifactId>
|
239 | 239 | <configuration>
|
240 | 240 | <source>${jdk.version}</source>
|
|
337 | 337 | <plugin>
|
338 | 338 | <groupId>org.codehaus.mojo</groupId>
|
339 | 339 | <artifactId>build-helper-maven-plugin</artifactId>
|
340 |
| - <version>3.0.0</version> |
| 340 | + <version>3.1.0</version> |
341 | 341 | <executions>
|
342 | 342 | <execution>
|
343 | 343 | <id>parse-version</id>
|
|
400 | 400 | <plugin>
|
401 | 401 | <groupId>org.apache.felix</groupId>
|
402 | 402 | <artifactId>maven-bundle-plugin</artifactId>
|
403 |
| - <version>4.2.0</version> |
| 403 | + <version>4.2.1</version> |
404 | 404 | <extensions>true</extensions>
|
405 | 405 | <configuration>
|
406 | 406 | <finalName>${project.name}</finalName>
|
|
450 | 450 | </plugin>
|
451 | 451 | <plugin>
|
452 | 452 | <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$--> |
454 | 454 | <configuration>
|
455 | 455 | <finalName>${final.name}</finalName>
|
456 | 456 | <appendAssemblyId>false</appendAssemblyId>
|
|
0 commit comments