From b1fc5af70fa202388cf7c66ef581253c590c7ff0 Mon Sep 17 00:00:00 2001 From: RenovateBot <renovatebot@griefed.de> Date: Tue, 21 Dec 2021 21:13:26 +0000 Subject: [PATCH] chore(deps): update spring boot to v2.6.2 --- build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 60dc9aa..95f4f66 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ plugins { id 'edu.sc.seis.launch4j' version '2.5.1' id 'org.siouan.frontend-jdk8' version '6.0.0' - id 'org.springframework.boot' version '2.6.1' + id 'org.springframework.boot' version '2.6.2' id 'io.spring.dependency-management' version '1.0.11.RELEASE' } @@ -82,21 +82,21 @@ dependencies { // WEB //embed 'org.springframework.boot:spring-boot-starter-security:2.5.6' //embed 'org.springframework.boot:spring-boot-starter-validation:2.5.6' - embed 'org.springframework.boot:spring-boot-starter-web:2.6.1' - embed 'org.springframework.boot:spring-boot-starter-log4j2:2.6.1' - embed 'org.springframework.boot:spring-boot-starter-quartz:2.6.1' + embed 'org.springframework.boot:spring-boot-starter-web:2.6.2' + embed 'org.springframework.boot:spring-boot-starter-log4j2:2.6.2' + embed 'org.springframework.boot:spring-boot-starter-quartz:2.6.2' //embed 'org.springframework.boot:spring-boot-starter-data-jpa:2.6.1' //embed 'org.springframework.boot:spring-boot-starter-artemis:2.6.1' //embed 'org.apache.activemq:artemis-jms-server:2.19.0' embed 'org.apache.logging.log4j:log4j-web:2.17.0' // Dev tools - developmentOnly 'org.springframework.boot:spring-boot-devtools:2.6.1' + developmentOnly 'org.springframework.boot:spring-boot-devtools:2.6.2' // Testing testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2' - testImplementation 'org.springframework.boot:spring-boot-starter-test:2.6.1' + testImplementation 'org.springframework.boot:spring-boot-starter-test:2.6.2' testImplementation 'org.junit.platform:junit-platform-commons:1.8.2' } -- GitLab