|
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.15.0</xtend.version> |
| 14 | + <xtend.version>2.18.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/SQLDeveloper19.1.0.app/Contents/Resources/sqldeveloper</sqldev.basedir> |
17 | 17 | <final.name>utplsql_for_SQLDev_${project.version}</final.name> |
|
170 | 170 | <dependency> |
171 | 171 | <groupId>org.springframework</groupId> |
172 | 172 | <artifactId>spring-jdbc</artifactId> |
173 | | - <version>5.1.0.RELEASE</version> |
| 173 | + <version>5.1.8.RELEASE</version> |
174 | 174 | </dependency> |
175 | 175 | <dependency> |
176 | 176 | <groupId>org.springframework</groupId> |
177 | 177 | <artifactId>spring-web</artifactId> |
178 | | - <version>5.1.0.RELEASE</version> |
| 178 | + <version>5.1.8.RELEASE</version> |
179 | 179 | </dependency> |
180 | 180 | <dependency> |
181 | 181 | <groupId>org.oddgen</groupId> |
182 | 182 | <artifactId>org.oddgen.sqldev</artifactId> |
183 | | - <version>0.3.0</version> |
| 183 | + <version>0.3.1</version> |
184 | 184 | <scope>provided</scope> |
185 | 185 | </dependency> |
186 | 186 | <dependency> |
|
264 | 264 | <plugin> |
265 | 265 | <groupId>org.apache.maven.plugins</groupId> |
266 | 266 | <artifactId>maven-surefire-plugin</artifactId> |
267 | | - <version>2.22.0</version> |
| 267 | + <version>2.22.2</version> |
268 | 268 | <configuration> |
269 | 269 | <!-- -noverify is required in some environments to avoid java.lang.VerifyError --> |
270 | 270 | <argLine>-noverify |
|
400 | 400 | <plugin> |
401 | 401 | <groupId>org.apache.felix</groupId> |
402 | 402 | <artifactId>maven-bundle-plugin</artifactId> |
403 | | - <version>4.0.0</version> |
| 403 | + <version>4.2.0</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.0</version><!--$NO-MVN-MAN-VER$--> |
| 453 | + <version>3.1.1</version><!--$NO-MVN-MAN-VER$--> |
454 | 454 | <configuration> |
455 | 455 | <finalName>${final.name}</finalName> |
456 | 456 | <appendAssemblyId>false</appendAssemblyId> |
|
0 commit comments