From 5e4998b15c54870c26475300569042a41a0cd183 Mon Sep 17 00:00:00 2001 From: RenovateBot <renovatebot@griefed.de> Date: Fri, 10 Dec 2021 21:37:03 +0000 Subject: [PATCH] chore(deps): update spring boot to v2.6.1 --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 64b9fe9..1d4cb40 100644 --- a/build.gradle +++ b/build.gradle @@ -80,8 +80,8 @@ 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.5.6' - embed 'org.springframework.boot:spring-boot-starter-log4j2:2.6.0' + 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-data-jpa:2.6.1' //embed 'org.springframework.boot:spring-boot-starter-artemis:2.5.6' @@ -89,12 +89,12 @@ dependencies { embed 'org.apache.logging.log4j:log4j-web:2.14.1' // Dev tools - developmentOnly 'org.springframework.boot:spring-boot-devtools:2.6.0' + developmentOnly 'org.springframework.boot:spring-boot-devtools:2.6.1' // 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.5.6' + testImplementation 'org.springframework.boot:spring-boot-starter-test:2.6.1' testImplementation 'org.junit.platform:junit-platform-commons:1.8.1' } -- GitLab