Skip to content

Commit

Permalink
Renovate Combined Pull Request (#1033)
Browse files Browse the repository at this point in the history
* Update dependency org.springframework.cloud:spring-cloud-starter-bootstrap to v3.1.9

* Update log4j2 monorepo to v2.24.1

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Matt Nayler <57350764+mattnayler@users.noreply.github.com>
  • Loading branch information
4 people authored Oct 10, 2024
1 parent e9a78bf commit 18ee7ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def versions = [
rest_assured : '3.3.0',
feign_jackson : '13.3',
jacksondata : '2.17.2',
log4JVersion : '2.24.0',
log4JVersion : '2.24.1',
logbackVersion : '1.2.13'
]

Expand Down Expand Up @@ -214,7 +214,7 @@ dependencies {
implementation(group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa', version: versions.springBoot)
implementation(group: 'org.springframework', name: 'spring-jdbc')
implementation group: 'org.springframework', name: 'spring-core', version: versions.spring
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '3.1.8'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '3.1.9'
implementation (group: 'org.springframework.security', name: 'spring-security-core', version: versions.springSecurity) {
exclude group: 'org.springframework.security', module: 'spring-security-crypto'
}
Expand Down

0 comments on commit 18ee7ab

Please sign in to comment.