Skip to content
Snippets Groups Projects
Commit bfa55fb0 authored by Griefed's avatar Griefed :joystick:
Browse files

Merge branch 'renovate/spring-boot' into 'main'

chore(deps): update spring boot to v2.6.1

See merge request !15
parents 74c5ed94 19a75529
No related branches found
No related tags found
1 merge request!15chore(deps): update spring boot to v2.6.1
...@@ -80,8 +80,8 @@ dependencies { ...@@ -80,8 +80,8 @@ 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.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-web:2.6.1'
embed 'org.springframework.boot:spring-boot-starter-log4j2:2.6.0' 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-quartz:2.6.1'
//embed 'org.springframework.boot:spring-boot-starter-data-jpa: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' //embed 'org.springframework.boot:spring-boot-starter-artemis:2.5.6'
...@@ -89,12 +89,12 @@ dependencies { ...@@ -89,12 +89,12 @@ dependencies {
embed 'org.apache.logging.log4j:log4j-web:2.15.0' embed 'org.apache.logging.log4j:log4j-web:2.15.0'
// Dev tools // Dev tools
developmentOnly 'org.springframework.boot:spring-boot-devtools:2.6.0' developmentOnly 'org.springframework.boot:spring-boot-devtools:2.6.1'
// 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.5.6' testImplementation 'org.springframework.boot:spring-boot-starter-test:2.6.1'
testImplementation 'org.junit.platform:junit-platform-commons:1.8.2' testImplementation 'org.junit.platform:junit-platform-commons:1.8.2'
} }
......
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