Skip to content

Commit

Permalink
Bump org.jetbrains.kotlin:kotlin-maven-plugin from 1.9.23 to 1.9.24
Browse files Browse the repository at this point in the history
Bumps org.jetbrains.kotlin:kotlin-maven-plugin from 1.9.23 to 1.9.24.

---
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>
  • Loading branch information
dependabot[bot] committed May 7, 2024
1 parent 58c8441 commit 87c0237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-cloud-gateway-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
<!-- Based on instructions here - https://kotlinlang.org/docs/reference/using-maven.html -->
<artifactId>kotlin-maven-plugin</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>1.9.23</version>
<version>1.9.24</version>
<configuration>
<jvmTarget>17</jvmTarget>
</configuration>
Expand Down

0 comments on commit 87c0237

Please sign in to comment.