From bc92863142f757b041fa1b90740bc9dd45bd9b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Tue, 19 Nov 2019 12:47:02 +0100 Subject: [PATCH] Upgrade versions in README --- README.adoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.adoc b/README.adoc index 7ddb9dd..03b29a3 100644 --- a/README.adoc +++ b/README.adoc @@ -84,11 +84,11 @@ In order to be able to use Kotlin non-nullable properties with JPA, https://kotl import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { - kotlin("plugin.jpa") version "1.3.50" - id("org.springframework.boot") version "2.2.0.RELEASE" + kotlin("plugin.jpa") version "1.3.60" + id("org.springframework.boot") version "2.2.1.RELEASE" id("io.spring.dependency-management") version "1.0.8.RELEASE" - kotlin("jvm") version "1.3.50" - kotlin("plugin.spring") version "1.3.50" + kotlin("jvm") version "1.3.60" + kotlin("plugin.spring") version "1.3.60" } ---- @@ -468,7 +468,7 @@ With Gradle: ---- plugins { ... - kotlin("plugin.allopen") version "1.3.50" + kotlin("plugin.allopen") version "1.3.60" } allOpen { @@ -912,7 +912,7 @@ To generate https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle ---- plugins { ... - kotlin("kapt") version "1.3.50" + kotlin("kapt") version "1.3.60" } dependencies {