From 3d5e93e63304debd161a577f070ca9319dce8fb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 14:03:14 +0000 Subject: [PATCH] Bump jetBrainsKotlin from 1.5.10 to 1.5.20 Bumps `jetBrainsKotlin` from 1.5.10 to 1.5.20. Updates `kotlin-reflect` from 1.5.10 to 1.5.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.10...v1.5.20) Updates `kotlin-stdlib-js` from 1.5.10 to 1.5.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.10...v1.5.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 949fa8b..acab1a8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,7 +46,7 @@ var springSecurityVersion = "5.5.0" var springBootVersion = "2.5.1" var keycloakVersion = "11.0.0" var jacksonVersion = "2.12.3" -var jetBrainsKotlin = "1.5.10" +var jetBrainsKotlin = "1.5.20" dependencies { implementation("org.springframework.boot:spring-boot-starter-data-jpa:${springBootVersion}")