Skip to content

Commit

Permalink
build(deps): bump org.springframework:spring-test in /backend
Browse files Browse the repository at this point in the history
Bumps [org.springframework:spring-test](https://github.com/spring-projects/spring-framework) from 5.3.10 to 6.1.6.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.10...v6.1.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent dff5045 commit 2145aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
testImplementation 'org.mockito:mockito-all:1.10.19'
testImplementation 'org.springframework:spring-core:5.3.10'
testImplementation 'org.springframework:spring-web:5.3.10'
testImplementation 'org.springframework:spring-test:5.3.10'
testImplementation 'org.springframework:spring-test:6.1.6'

testImplementation 'com.google.appengine:appengine-testing:+'
testImplementation 'com.google.appengine:appengine-api-stubs:+'
Expand Down

0 comments on commit 2145aed

Please sign in to comment.