From b4a1a3d96d426d905b3e8d69e94aaeae37affc4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jul 2021 21:07:43 +0000 Subject: [PATCH] Bump kotlin.version from 1.5.20 to 1.5.21 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] --- pom.xml | 2 +- querydsl-examples/querydsl-example-kotlin-codegen/pom.xml | 2 +- querydsl-examples/querydsl-example-kotlin-jpa/pom.xml | 2 +- querydsl-examples/querydsl-example-kotlin-mongodb/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index a1b7db7be..3dff047ca 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ 1.3.2 1.32 2.2 - 1.5.20 + 1.5.21 1.5.0 diff --git a/querydsl-examples/querydsl-example-kotlin-codegen/pom.xml b/querydsl-examples/querydsl-example-kotlin-codegen/pom.xml index c6dbb417d..81f8cb3fd 100644 --- a/querydsl-examples/querydsl-example-kotlin-codegen/pom.xml +++ b/querydsl-examples/querydsl-example-kotlin-codegen/pom.xml @@ -12,7 +12,7 @@ Querydsl example - Kotlin Codegen - 1.5.20 + 1.5.21 diff --git a/querydsl-examples/querydsl-example-kotlin-jpa/pom.xml b/querydsl-examples/querydsl-example-kotlin-jpa/pom.xml index 3a3578272..0aae9b4c4 100644 --- a/querydsl-examples/querydsl-example-kotlin-jpa/pom.xml +++ b/querydsl-examples/querydsl-example-kotlin-jpa/pom.xml @@ -12,7 +12,7 @@ Querydsl example - Kotlin JPA - 1.5.20 + 1.5.21 diff --git a/querydsl-examples/querydsl-example-kotlin-mongodb/pom.xml b/querydsl-examples/querydsl-example-kotlin-mongodb/pom.xml index 642f048b7..0e9e03abd 100644 --- a/querydsl-examples/querydsl-example-kotlin-mongodb/pom.xml +++ b/querydsl-examples/querydsl-example-kotlin-mongodb/pom.xml @@ -12,7 +12,7 @@ Querydsl example - Kotlin MongoDB - 1.5.20 + 1.5.21