Skip to content

Commit

Permalink
Bump spring.version from 6.0.13 to 6.1.0
Browse files Browse the repository at this point in the history
Bumps `spring.version` from 6.0.13 to 6.1.0.

Updates `org.springframework:spring-context` from 6.0.13 to 6.1.0
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.13...v6.1.0)

Updates `org.springframework:spring-core` from 6.0.13 to 6.1.0
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.13...v6.1.0)

Updates `org.springframework:spring-test` from 6.0.13 to 6.1.0
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.13...v6.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and abendt committed Nov 17, 2023
1 parent ddc371c commit 31dfdab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/appium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<properties>
<fluentlenium.version>6.0.0</fluentlenium.version>
<spring.version>6.0.13</spring.version>
<spring.version>6.1.0</spring.version>
<appium.selenium.version>4.10.0</appium.selenium.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<selenium.version>4.10.0</selenium.version>
<testng.version>7.8.0</testng.version>
<junit5.version>5.10.0</junit5.version>
<spring.version>6.0.13</spring.version>
<spring.version>6.1.0</spring.version>
<slf4j.version>2.0.9</slf4j.version>
<seleniumDevtools.artifactId>selenium-devtools-v114</seleniumDevtools.artifactId>
<fluentlenium.capabilities.default>{"goog:chromeOptions": {"args": ["headless=new","no-sandbox", "disable-gpu",
Expand Down

0 comments on commit 31dfdab

Please sign in to comment.