Skip to content

Commit

Permalink
Bump the minor-and-patch-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch-dependencies group with 2 updates: [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) and [org.springframework:spring-test](https://github.com/spring-projects/spring-framework).


Updates `org.springframework:spring-context` from 6.1.5 to 6.1.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.5...v6.1.6)

Updates `org.springframework:spring-test` from 6.1.5 to 6.1.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.5...v6.1.6)

---
updated-dependencies:
- dependency-name: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: org.springframework:spring-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and arhohuttunen committed Apr 11, 2024
1 parent c2a3e25 commit 0102772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions junit5-migration/pom.xml
Expand Up @@ -51,12 +51,12 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>6.1.5</version>
<version>6.1.6</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>6.1.5</version>
<version>6.1.6</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 0102772

Please sign in to comment.