|
5 | 5 | <parent>
|
6 | 6 | <groupId>org.springframework.boot</groupId>
|
7 | 7 | <artifactId>spring-boot-starter-parent</artifactId>
|
8 |
| - <version>3.1.4</version> |
| 8 | + <version>3.2.0</version> |
9 | 9 | <relativePath/> <!-- lookup parent from repository -->
|
10 | 10 | </parent>
|
11 | 11 |
|
12 | 12 | <groupId>osahner</groupId>
|
13 | 13 | <artifactId>kotlin-spring-boot-rest-jpa-jwt-starter</artifactId>
|
14 |
| - <version>0.10.1-SNAPSHOT</version> |
| 14 | + <version>0.11.0-SNAPSHOT</version> |
15 | 15 | <packaging>jar</packaging>
|
16 | 16 |
|
17 | 17 | <name>kotlin spring-boot 2 rest/jpa/jwt starter</name>
|
|
21 | 21 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
22 | 22 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
23 | 23 |
|
24 |
| - <java.version>17</java.version> |
25 |
| - <kotlin.version>1.9.10</kotlin.version> |
| 24 | + <java.version>21</java.version> |
| 25 | + <kotlin.version>1.9.21</kotlin.version> |
26 | 26 |
|
27 | 27 | <jacoco-maven-plugin.version>0.8.10</jacoco-maven-plugin.version>
|
28 | 28 |
|
29 | 29 | <jjwt.version>0.12.3</jjwt.version>
|
30 | 30 | <poi.version>5.2.4</poi.version>
|
31 | 31 | <jasypt.version>1.9.3</jasypt.version>
|
32 |
| - <opencsv.version>5.8</opencsv.version> |
33 |
| - <commons-io.version>2.14.0</commons-io.version> |
| 32 | + <opencsv.version>5.9</opencsv.version> |
| 33 | + <commons-io.version>2.15.0</commons-io.version> |
34 | 34 | <aerogear-otp-java.version>1.0.0</aerogear-otp-java.version>
|
35 | 35 | </properties>
|
36 | 36 |
|
|
277 | 277 | </plugins>
|
278 | 278 | </build>
|
279 | 279 |
|
| 280 | + <repositories> |
| 281 | + <repository> |
| 282 | + <id>spring-milestones</id> |
| 283 | + <name>Spring Milestones</name> |
| 284 | + <url>https://repo.spring.io/milestone</url> |
| 285 | + <snapshots> |
| 286 | + <enabled>false</enabled> |
| 287 | + </snapshots> |
| 288 | + </repository> |
| 289 | + </repositories> |
| 290 | + <pluginRepositories> |
| 291 | + <pluginRepository> |
| 292 | + <id>spring-milestones</id> |
| 293 | + <name>Spring Milestones</name> |
| 294 | + <url>https://repo.spring.io/milestone</url> |
| 295 | + <snapshots> |
| 296 | + <enabled>false</enabled> |
| 297 | + </snapshots> |
| 298 | + </pluginRepository> |
| 299 | + </pluginRepositories> |
| 300 | + |
280 | 301 | </project>
|
0 commit comments