Skip to content

Commit d302953

Browse files
Bump org.jetbrains.kotlin:kotlin-maven-plugin from 1.9.24 to 1.9.25
Bumps org.jetbrains.kotlin:kotlin-maven-plugin from 1.9.24 to 1.9.25. --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7d4627f commit d302953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-gateway-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<!-- Based on instructions here - https://kotlinlang.org/docs/reference/using-maven.html -->
236236
<artifactId>kotlin-maven-plugin</artifactId>
237237
<groupId>org.jetbrains.kotlin</groupId>
238-
<version>1.9.24</version>
238+
<version>1.9.25</version>
239239
<configuration>
240240
<jvmTarget>17</jvmTarget>
241241
</configuration>

0 commit comments

Comments
 (0)