Skip to content

Commit

Permalink
Bump org.springframework:spring-context in /data-prepper-expression (o…
Browse files Browse the repository at this point in the history
…pensearch-project#2223)

Bumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) from 5.3.23 to 5.3.25.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.23...v5.3.25)

---
updated-dependencies:
- dependency-name: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 28, 2023
1 parent f8b1fdd commit 768b50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-prepper-expression/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation('org.springframework:spring-core:5.3.25') {
exclude group: 'commons-logging', module: 'commons-logging'
}
implementation('org.springframework:spring-context:5.3.23') {
implementation('org.springframework:spring-context:5.3.25') {
exclude group: 'commons-logging', module: 'commons-logging'
}
implementation platform('org.apache.logging.log4j:log4j-bom:2.19.0')
Expand Down

0 comments on commit 768b50f

Please sign in to comment.