mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-04 21:01:21 +08:00
Bump kotlin.version from 1.5.21 to 1.5.30 (#3006)
Bumps `kotlin.version` from 1.5.21 to 1.5.30. Updates `kotlin-maven-plugin` from 1.5.21 to 1.5.30 Updates `kotlin-stdlib-jdk8` from 1.5.21 to 1.5.30 - [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-junit` from 1.5.21 to 1.5.30 - [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.5.21 to 1.5.30 Updates `kotlin-maven-noarg` from 1.5.21 to 1.5.30 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch - 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-junit 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
70eae81b97
commit
cbd59619ae
2
pom.xml
2
pom.xml
@ -70,7 +70,7 @@
|
||||
<morphia.version>1.3.2</morphia.version>
|
||||
<jmh.version>1.33</jmh.version>
|
||||
<hamcrest.veresion>2.2</hamcrest.veresion>
|
||||
<kotlin.version>1.5.21</kotlin.version>
|
||||
<kotlin.version>1.5.30</kotlin.version>
|
||||
<dokka.version>1.5.0</dokka.version>
|
||||
|
||||
<!-- Import-Package definitions for maven-bundle-plugin -->
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
<name>Querydsl example - Kotlin Codegen</name>
|
||||
|
||||
<properties>
|
||||
<kotlin.version>1.5.21</kotlin.version>
|
||||
<kotlin.version>1.5.30</kotlin.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
<name>Querydsl example - Kotlin JPA</name>
|
||||
|
||||
<properties>
|
||||
<kotlin.version>1.5.21</kotlin.version>
|
||||
<kotlin.version>1.5.30</kotlin.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
<name>Querydsl example - Kotlin MongoDB</name>
|
||||
|
||||
<properties>
|
||||
<kotlin.version>1.5.21</kotlin.version>
|
||||
<kotlin.version>1.5.30</kotlin.version>
|
||||
</properties>
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user