Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renovate Combined Pull Request #567

Closed
wants to merge 10 commits into from
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ def versions = [
lombok : '1.18.24',
gradlePitest : '1.3.0',
pitest : '1.7.4',
reformLogging : '5.1.9',
reformLogging : '6.0.1',
serenity : '2.2.12',
springBoot : '2.6.6',
spring : '5.3.24',
springSecurity : '5.7.5',
sonarPitest : '0.5',
rest_assured : '3.3.0',
feign_jackson : '9.7.0',
feign_jackson : '12.1',
log4JVersion : '2.17.1',
logbackVersion : '1.2.10'
]
Expand Down Expand Up @@ -207,7 +207,7 @@ dependencies {
//Sendgrid
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-mail', version: versions.springBoot
implementation group: 'org.thymeleaf', name: 'thymeleaf', version: '3.1.0.RELEASE'
implementation group: 'org.thymeleaf', name: 'thymeleaf-spring5', version: '3.1.0.RELEASE'
implementation group: 'org.thymeleaf', name: 'thymeleaf-spring5', version: '3.1.1.RELEASE'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: versions.springBoot
implementation 'com.sendgrid:sendgrid-java:4.9.3'

Expand Down Expand Up @@ -241,7 +241,7 @@ dependencies {
implementation group: 'org.flywaydb', name: 'flyway-core', version: '9.8.3'
implementation group: 'javax.persistence', name: 'javax.persistence-api', version: '2.2'
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: '9.0.69'
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-websocket', version: '9.0.69'
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-websocket', version: '9.0.70'

testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.5'
testImplementation group: 'org.springframework.batch', name: 'spring-batch-test'
Expand Down