We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa20b5b + 17087a2 commit e0f4921Copy full SHA for e0f4921
2 files changed
favourite-lyrics-starter/pom.xml
@@ -8,7 +8,7 @@
8
<version>0.0.1-SNAPSHOT</version>
9
</parent>
10
<properties>
11
- <flyway-maven-plugin.version>11.19.0</flyway-maven-plugin.version>
+ <flyway-maven-plugin.version>11.20.0</flyway-maven-plugin.version>
12
</properties>
13
<modelVersion>4.0.0</modelVersion>
14
pom.xml
@@ -21,7 +21,7 @@
21
22
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23
<java.version>21</java.version>
24
- <kotlin.version>2.2.21</kotlin.version>
+ <kotlin.version>2.3.0</kotlin.version>
25
<maven.compiler.source>${java.version}</maven.compiler.source>
26
<maven.compiler.target>${java.version}</maven.compiler.target>
27
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
0 commit comments