Skip to content

Commit

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

Updates `kotlin-stdlib-jdk8` from 1.6.10 to 1.7.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `kotlin-reflect` from 1.6.10 to 1.7.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `kotlin-maven-allopen` from 1.6.10 to 1.7.0

Updates `kotlin-maven-plugin` from 1.6.10 to 1.7.0

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  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 Jul 1, 2022
1 parent 9befd71 commit 9edf4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<docker-java.version>3.2.13</docker-java.version>
<jacoco.version>0.8.8</jacoco.version>
<java.version>17</java.version>
<kotlin.version>1.6.10</kotlin.version>
<kotlin.version>1.7.0</kotlin.version>

<sonar.projectKey>gaia-app:runner</sonar.projectKey>
<sonar.organization>gaia-app</sonar.organization>
Expand Down

0 comments on commit 9edf4cc

Please sign in to comment.