Skip to content

Commit e875503

Browse files
chore(deps): bump kotlin.version from 1.7.20 to 1.7.22 (#126)
* chore(deps): bump kotlin.version from 1.7.20 to 1.7.21 (#121) Bumps `kotlin.version` from 1.7.20 to 1.7.21. Updates `kotlin-bom` from 1.7.20 to 1.7.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.21/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.7.20...v1.7.21) Updates `kotlin-maven-plugin` from 1.7.20 to 1.7.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-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump kotlin.version from 1.7.20 to 1.7.22 Bumps `kotlin.version` from 1.7.20 to 1.7.22. Updates `kotlin-bom` from 1.7.20 to 1.7.22 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.7.20...v1.7.22) Updates `kotlin-maven-plugin` from 1.7.20 to 1.7.22 --- 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-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3f7de9a commit e875503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
5858
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5959

60-
<kotlin.version>1.7.20</kotlin.version>
60+
<kotlin.version>1.7.22</kotlin.version>
6161
<kotlin.compiler.jvmTarget>${maven.compiler.source}</kotlin.compiler.jvmTarget>
6262

6363
<!-- testing dependencies versions -->

0 commit comments

Comments
 (0)