Bump org.jetbrains.kotlin:kotlin-maven-plugin from 1.9.23 to 1.9.25 (#3612)

Bumps org.jetbrains.kotlin:kotlin-maven-plugin from 1.9.23 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]
2025-01-22 12:13:59 -05:00
committed by GitHub
parent 5abf0238e2
commit 43f3408228

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