Skip to content
Snippets Groups Projects

Update spring boot to v2.6.3

Merged RenovateBot requested to merge renovate-spring-boot into main
1 file
+ 6
6
Compare changes
  • Side-by-side
  • Inline
+ 6
6
@@ -16,7 +16,7 @@ plugins {
@@ -16,7 +16,7 @@ plugins {
id 'edu.sc.seis.launch4j' version '2.5.1'
id 'edu.sc.seis.launch4j' version '2.5.1'
id 'org.siouan.frontend-jdk8' version '6.0.0'
id 'org.siouan.frontend-jdk8' version '6.0.0'
id 'org.springframework.boot' version '2.6.2'
id 'org.springframework.boot' version '2.6.3'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
}
}
@@ -90,9 +90,9 @@ dependencies {
@@ -90,9 +90,9 @@ dependencies {
// WEB
// WEB
//embed 'org.springframework.boot:spring-boot-starter-security:2.5.6'
//embed 'org.springframework.boot:spring-boot-starter-security:2.5.6'
//embed 'org.springframework.boot:spring-boot-starter-validation:2.6.2'
//embed 'org.springframework.boot:spring-boot-starter-validation:2.6.2'
embed 'org.springframework.boot:spring-boot-starter-web:2.6.2'
embed 'org.springframework.boot:spring-boot-starter-web:2.6.3'
embed 'org.springframework.boot:spring-boot-starter-log4j2:2.6.2'
embed 'org.springframework.boot:spring-boot-starter-log4j2:2.6.3'
embed 'org.springframework.boot:spring-boot-starter-quartz:2.6.2'
embed 'org.springframework.boot:spring-boot-starter-quartz:2.6.3'
//embed 'org.springframework.boot:spring-boot-starter-data-jpa:2.6.2'
//embed 'org.springframework.boot:spring-boot-starter-data-jpa:2.6.2'
//embed 'org.springframework.boot:spring-boot-starter-artemis:2.6.2'
//embed 'org.springframework.boot:spring-boot-starter-artemis:2.6.2'
//embed 'org.apache.activemq:artemis-jms-server:2.19.0'
//embed 'org.apache.activemq:artemis-jms-server:2.19.0'
@@ -106,12 +106,12 @@ dependencies {
@@ -106,12 +106,12 @@ dependencies {
embed 'org.apache.logging.log4j:log4j-jul:2.17.1'
embed 'org.apache.logging.log4j:log4j-jul:2.17.1'
// Dev tools
// Dev tools
developmentOnly 'org.springframework.boot:spring-boot-devtools:2.6.2'
developmentOnly 'org.springframework.boot:spring-boot-devtools:2.6.3'
// Testing
// Testing
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
testImplementation 'org.springframework.boot:spring-boot-starter-test:2.6.2'
testImplementation 'org.springframework.boot:spring-boot-starter-test:2.6.3'
testImplementation 'org.junit.platform:junit-platform-commons:1.8.2'
testImplementation 'org.junit.platform:junit-platform-commons:1.8.2'
}
}
Loading