Skip to content

Commit

Permalink
Renovate Combined Pull Request (#908)
Browse files Browse the repository at this point in the history
* Update spring security to v5.8.16

* Update plugin org.sonarqube to v6

* Update dependency org.springframework.batch:spring-batch-test to v5.2.0

* Update log4j2 monorepo to v2.24.2

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
3 people authored Nov 28, 2024
1 parent bd509b3 commit 12fdacf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
id 'io.spring.dependency-management' version '1.1.6'
id 'java'
id 'com.github.ben-manes.versions' version '0.51.0'
id 'org.sonarqube' version '5.1.0.4882'
id 'org.sonarqube' version '6.0.0.5145'
id 'org.owasp.dependencycheck' version '11.1.0'
}

Expand All @@ -44,12 +44,12 @@ def versions = [
springBoot : '2.7.18',
springHystrix : '2.1.1.RELEASE',
spring : '5.3.39',
springSecurity : '5.8.15',
springSecurity : '5.8.16',
tomcat : '9.0.97',
rest_assured : '3.3.0',
feign_jackson : '13.5',
jacksondata : '2.18.1',
log4JVersion : '2.24.1',
log4JVersion : '2.24.2',
logbackVersion : '1.2.13',
thymeleaf : '3.1.2.RELEASE'
]
Expand Down Expand Up @@ -277,7 +277,7 @@ dependencies {
implementation 'com.sendgrid:sendgrid-java:4.10.3'

testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.16'
testImplementation 'org.springframework.batch:spring-batch-test:5.1.2'
testImplementation 'org.springframework.batch:spring-batch-test:5.2.0'
testImplementation(group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: versions.springBoot) {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
exclude group: 'junit', module: 'junit'
Expand Down

0 comments on commit 12fdacf

Please sign in to comment.