Skip to content
Snippets Groups Projects
Commit be6f8f52 authored by RenovateBot's avatar RenovateBot :gear:
Browse files

Update spring boot to v2.7.3

parent 91f89cf1
No related branches found
No related tags found
1 merge request!168Update spring boot to v2.7.3
...@@ -18,7 +18,7 @@ plugins { ...@@ -18,7 +18,7 @@ plugins {
id 'edu.sc.seis.launch4j' version '2.5.3' id 'edu.sc.seis.launch4j' version '2.5.3'
id 'org.siouan.frontend-jdk8' version '6.0.0' id 'org.siouan.frontend-jdk8' version '6.0.0'
id 'org.springframework.boot' version '2.7.2' id 'org.springframework.boot' version '2.7.3'
id 'io.spring.dependency-management' version '1.0.12.RELEASE' id 'io.spring.dependency-management' version '1.0.12.RELEASE'
} }
...@@ -70,9 +70,9 @@ dependencies { ...@@ -70,9 +70,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.7.2' embed 'org.springframework.boot:spring-boot-starter-web:2.7.3'
embed 'org.springframework.boot:spring-boot-starter-log4j2:2.7.2' embed 'org.springframework.boot:spring-boot-starter-log4j2:2.7.3'
embed 'org.springframework.boot:spring-boot-starter-quartz:2.7.2' embed 'org.springframework.boot:spring-boot-starter-quartz:2.7.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'
...@@ -84,13 +84,13 @@ dependencies { ...@@ -84,13 +84,13 @@ dependencies {
embed 'org.apache.logging.log4j:log4j-jul:2.18.0' embed 'org.apache.logging.log4j:log4j-jul:2.18.0'
// Dev tools // Dev tools
developmentOnly 'org.springframework.boot:spring-boot-devtools:2.7.2' developmentOnly 'org.springframework.boot:spring-boot-devtools:2.7.3'
// Testing // Testing
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
testImplementation 'org.junit.platform:junit-platform-commons:1.9.0' testImplementation 'org.junit.platform:junit-platform-commons:1.9.0'
testImplementation 'org.springframework.boot:spring-boot-starter-test:2.7.2' testImplementation 'org.springframework.boot:spring-boot-starter-test:2.7.3'
} }
// Launch4j builds our .exe. // Launch4j builds our .exe.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment