Skip to content

Commit

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

Updates `kotlin-bom` from 1.5.20 to 1.5.21
- [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-scripting-jsr223` from 1.5.20 to 1.5.21
- [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.5.20 to 1.5.21

Updates `kotlin-maven-allopen` from 1.5.20 to 1.5.21

Updates `kotlin-maven-noarg` from 1.5.20 to 1.5.21

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-scripting-jsr223
  dependency-type: direct:development
  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-maven-allopen
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-noarg
  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 22, 2021
1 parent a0de515 commit b4a1a3d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<morphia.version>1.3.2</morphia.version>
<jmh.version>1.32</jmh.version>
<hamcrest.veresion>2.2</hamcrest.veresion>
<kotlin.version>1.5.20</kotlin.version>
<kotlin.version>1.5.21</kotlin.version>
<dokka.version>1.5.0</dokka.version>

<!-- Import-Package definitions for maven-bundle-plugin -->
Expand Down
2 changes: 1 addition & 1 deletion querydsl-examples/querydsl-example-kotlin-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<name>Querydsl example - Kotlin Codegen</name>

<properties>
<kotlin.version>1.5.20</kotlin.version>
<kotlin.version>1.5.21</kotlin.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion querydsl-examples/querydsl-example-kotlin-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<name>Querydsl example - Kotlin JPA</name>

<properties>
<kotlin.version>1.5.20</kotlin.version>
<kotlin.version>1.5.21</kotlin.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion querydsl-examples/querydsl-example-kotlin-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<name>Querydsl example - Kotlin MongoDB</name>

<properties>
<kotlin.version>1.5.20</kotlin.version>
<kotlin.version>1.5.21</kotlin.version>
</properties>


Expand Down

0 comments on commit b4a1a3d

Please sign in to comment.