From 30195d75879156325beece18f4f09082f170a6e0 Mon Sep 17 00:00:00 2001 From: Eneko Date: Mon, 29 Mar 2021 11:37:51 +0200 Subject: [PATCH] Updated Spring Boot 2.4.1 -> 2.4.4 --- build.gradle.kts | 10 +++++----- src/main/resources/application.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2a646ba..1ac132c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,12 +1,12 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { - id("org.springframework.boot") version "2.4.1" - id("io.spring.dependency-management") version "1.0.10.RELEASE" + id("org.springframework.boot") version "2.4.4" + id("io.spring.dependency-management") version "1.0.11.RELEASE" war - kotlin("jvm") version "1.4.21" - kotlin("plugin.spring") version "1.4.21" - kotlin("plugin.jpa") version "1.4.21" + kotlin("jvm") version "1.4.31" + kotlin("plugin.spring") version "1.4.31" + kotlin("plugin.jpa") version "1.4.31" } group = "eu.fosil" diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index fa412f9..ce03dd1 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -29,7 +29,7 @@ matrix: # (optional) Display name for the bot user. displayname: Okupa mi coche # (optional) The mode you want to use to create a bot. Default is CLIENT. The other is APPSERVICE. - mode: APPSERVICE + mode: CLIENT # (optional) Configure how users managed by your bot do automatically join rooms. # ENABLED allows automatic joins to every invited room. # DISABLED disables this feature.