Bump org.jetbrains.kotlin:kotlin-maven-plugin from 1.9.24 to 1.9.25 (#3544)

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-10-17 13:52:23 -04:00
committed by GitHub
parent 65d49c371a
commit e8a56b7e12

View File

@@ -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.24</version>
<version>1.9.25</version>
<configuration>
<jvmTarget>17</jvmTarget>
</configuration>