File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ This is my little backend cookbook. I need and use it regularly for various smal
76
76
* Found an error -> please [ report] ( https://github.com/osahner/kotlin-spring-boot-rest-jpa-jwt-starter/issues ) .
77
77
78
78
### Changelog
79
+ * _ v0.11.1-SNAPSHOT_ : fix token validity time
79
80
* _ v0.11.0-SNAPSHOT_ : spring-boot 3.2.x, kotlin 1.9.x, java 21
80
81
* _ v0.10.0-SNAPSHOT_ : spring-boot 3.1.x, add 2FA, cleanup
81
82
* _ v0.9.1-SNAPSHOT_ : spring-boot 3.0.x, kotlin 1.8.x, [ migrated to SEQ tables] ( #migrate-to-seq-tables )
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >3.2.0 </version >
8
+ <version >3.2.4 </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.11.0 -SNAPSHOT</version >
14
+ <version >0.11.1 -SNAPSHOT</version >
15
15
<packaging >jar</packaging >
16
16
17
17
<name >kotlin spring-boot 2 rest/jpa/jwt starter</name >
22
22
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
23
23
24
24
<java .version>21</java .version>
25
- <kotlin .version>1.9.21 </kotlin .version>
25
+ <kotlin .version>1.9.23 </kotlin .version>
26
26
27
27
<jacoco-maven-plugin .version>0.8.10</jacoco-maven-plugin .version>
28
28
29
- <jjwt .version>0.12.3 </jjwt .version>
30
- <poi .version>5.2.4 </poi .version>
29
+ <jjwt .version>0.12.5 </jjwt .version>
30
+ <poi .version>5.2.5 </poi .version>
31
31
<jasypt .version>1.9.3</jasypt .version>
32
32
<opencsv .version>5.9</opencsv .version>
33
- <commons-io .version>2.15.0 </commons-io .version>
33
+ <commons-io .version>2.15.1 </commons-io .version>
34
34
<aerogear-otp-java .version>1.0.0</aerogear-otp-java .version>
35
35
</properties >
36
36
You can’t perform that action at this time.
0 commit comments