Skip to content

Commit

Permalink
Bump kotlin.version from 1.6.20 to 1.9.10
Browse files Browse the repository at this point in the history
Bumps `kotlin.version` from 1.6.20 to 1.9.10.

Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.6.20 to 1.9.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.6.20...v1.9.10)

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.6.20 to 1.9.10

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent 62a4913 commit a4752dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hamming-error-correction/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
</build>

<properties>
<kotlin.version>1.6.20</kotlin.version>
<kotlin.version>1.9.10</kotlin.version>
<junit.version>5.8.2</junit.version>
<jmh.version>1.35</jmh.version>
<jmh.generator>default</jmh.generator>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-collections/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>1.0</version>

<properties>
<kotlin.version>1.6.20</kotlin.version>
<kotlin.version>1.9.10</kotlin.version>
<junit.version>5.8.2</junit.version>
<mockito.version>2.8.0</mockito.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-null-nonsafety/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>1.0</version>

<properties>
<kotlin.version>1.6.20</kotlin.version>
<kotlin.version>1.9.10</kotlin.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-type-inference/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>1.0</version>

<properties>
<kotlin.version>1.6.20</kotlin.version>
<kotlin.version>1.9.10</kotlin.version>
<junit.version>5.8.2</junit.version>
<mockito.version>2.8.0</mockito.version>
</properties>
Expand Down

0 comments on commit a4752dc

Please sign in to comment.