Skip to content

Commit

Permalink
Bump the jetbrains-kotlin group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the jetbrains-kotlin group with 2 updates: org.jetbrains.kotlin:kotlin-maven-plugin and [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin).


Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.23 to 1.9.24

Updates `org.jetbrains.kotlin:kotlin-bom` from 1.9.23 to 1.9.24
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.24/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.23...v1.9.24)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jetbrains-kotlin
- dependency-name: org.jetbrains.kotlin:kotlin-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jetbrains-kotlin
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 7, 2024
1 parent 0536b97 commit 7df9b9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>1.9.23</version>
<version>1.9.24</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
<plugin>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
<version>1.9.23</version>
<version>1.9.24</version>
<configuration>
<jvmTarget>${maven.compiler.release}</jvmTarget>
</configuration>
Expand Down

0 comments on commit 7df9b9b

Please sign in to comment.