Skip to content

Commit

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

Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 2.0.0 to 2.0.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.0.10)

Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.0.0 to 2.0.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.0.10)

Updates `org.jetbrains.kotlin:kotlin-test-junit` from 2.0.0 to 2.0.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.0.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-reflect
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-test-junit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent aed1cc8 commit f023757
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</modules>
<properties>
<dokka.version>1.9.20</dokka.version>
<kotlin.version>2.0.0</kotlin.version>
<kotlin.version>2.0.10</kotlin.version>
<kotlin-coroutines.version>1.6.2</kotlin-coroutines.version>
<doclint>none</doclint>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
Expand All @@ -61,7 +61,7 @@
<okhttp3.version>4.12.0</okhttp3.version>
<ktor.version>2.3.12</ktor.version>
<kotlin.code.style>official</kotlin.code.style>
<kotlin.version>2.0.0</kotlin.version>
<kotlin.version>2.0.10</kotlin.version>
<mock-oauth2-server.version>2.1.8</mock-oauth2-server.version>
<nimbus.jose.jwt.version>9.40</nimbus.jose.jwt.version>
<kotest.version>5.9.1</kotest.version>
Expand Down
2 changes: 1 addition & 1 deletion token-validation-spring-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>token-validation-spring-test</artifactId>

<properties>
<kotlin.version>2.0.0</kotlin.version>
<kotlin.version>2.0.10</kotlin.version>
</properties>


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 @@ -9,7 +9,7 @@
<artifactId>token-validation-spring</artifactId>
<name>token-validation-spring</name>
<properties>
<kotlin.version>2.0.0</kotlin.version>
<kotlin.version>2.0.10</kotlin.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit f023757

Please sign in to comment.