Skip to content

Commit

Permalink
build(deps): bump kotlin.version from 1.7.0 to 1.7.10
Browse files Browse the repository at this point in the history
Bumps `kotlin.version` from 1.7.0 to 1.7.10.

Updates `kotlin-stdlib-jdk8` from 1.7.0 to 1.7.10
- [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-test` from 1.7.0 to 1.7.10
- [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-plugin` from 1.7.0 to 1.7.10

Updates `kotlin-reflect` from 1.7.0 to 1.7.10
- [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.7.0 to 1.7.10

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 8, 2022
1 parent 1b7ed6b commit b2c1078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<okhttp3.version>4.10.0</okhttp3.version>
<ktor.version>1.6.8</ktor.version>
<kotlin.code.style>official</kotlin.code.style>
<kotlin.version>1.7.0</kotlin.version>
<kotlin.version>1.7.10</kotlin.version>
<mock-oauth2-server.version>0.5.1</mock-oauth2-server.version>
<groovy.version>3.0.11</groovy.version>
<logback.version>1.2.11</logback.version>
Expand Down
2 changes: 1 addition & 1 deletion token-validation-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<name>token-validation-spring</name>

<properties>
<kotlin.version>1.7.0</kotlin.version>
<kotlin.version>1.7.10</kotlin.version>
</properties>


Expand Down

0 comments on commit b2c1078

Please sign in to comment.