Skip to content

Commit d6bcb5d

Browse files
committed
chore: update deps
1 parent 31af416 commit d6bcb5d

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ This is my little backend cookbook. I need and use it regularly for various smal
7676
* Found an error -> please [report](https://github.com/osahner/kotlin-spring-boot-rest-jpa-jwt-starter/issues).
7777

7878
### Changelog
79+
* _v0.11.1-SNAPSHOT_: fix token validity time
7980
* _v0.11.0-SNAPSHOT_: spring-boot 3.2.x, kotlin 1.9.x, java 21
8081
* _v0.10.0-SNAPSHOT_: spring-boot 3.1.x, add 2FA, cleanup
8182
* _v0.9.1-SNAPSHOT_: spring-boot 3.0.x, kotlin 1.8.x, [migrated to SEQ tables](#migrate-to-seq-tables)

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.2.0</version>
8+
<version>3.2.4</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111

1212
<groupId>osahner</groupId>
1313
<artifactId>kotlin-spring-boot-rest-jpa-jwt-starter</artifactId>
14-
<version>0.11.0-SNAPSHOT</version>
14+
<version>0.11.1-SNAPSHOT</version>
1515
<packaging>jar</packaging>
1616

1717
<name>kotlin spring-boot 2 rest/jpa/jwt starter</name>
@@ -22,15 +22,15 @@
2222
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2323

2424
<java.version>21</java.version>
25-
<kotlin.version>1.9.21</kotlin.version>
25+
<kotlin.version>1.9.23</kotlin.version>
2626

2727
<jacoco-maven-plugin.version>0.8.10</jacoco-maven-plugin.version>
2828

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>
3131
<jasypt.version>1.9.3</jasypt.version>
3232
<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>
3434
<aerogear-otp-java.version>1.0.0</aerogear-otp-java.version>
3535
</properties>
3636

0 commit comments

Comments
 (0)