Updated Spring Boot 2.4.1 -> 2.4.4
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user