Skip to content

Commit

Permalink
Bump springBootVersion from 3.1.1 to 3.1.2
Browse files Browse the repository at this point in the history
Bumps `springBootVersion` from 3.1.1 to 3.1.2.

Updates `org.springframework.boot:spring-boot-starter` from 3.1.1 to 3.1.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.1...v3.1.2)

Updates `org.springframework.boot:spring-boot-starter-web` from 3.1.1 to 3.1.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.1...v3.1.2)

Updates `org.springframework.boot:spring-boot-starter-test` from 3.1.1 to 3.1.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.1...v3.1.2)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 21, 2023
1 parent 237f5dc commit 6509afa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion selenium-webdriver-junit4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ ext {
datafakerVersion = "2.0.1"
extentreportsVersion = "5.0.9"
cucumberVersion = "7.13.0"
springBootVersion = "3.1.1"
springBootVersion = "3.1.2"
appiumVersion = "8.5.1"
restAssuredVersion = "5.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion selenium-webdriver-junit5-seljup/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ ext {
datafakerVersion = "2.0.1"
extentreportsVersion = "5.0.9"
cucumberVersion = "7.13.0"
springBootVersion = "3.1.1"
springBootVersion = "3.1.2"
appiumVersion = "8.5.1"
restAssuredVersion = "5.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion selenium-webdriver-junit5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ext {
datafakerVersion = "2.0.1"
extentreportsVersion = "5.0.9"
cucumberVersion = "7.13.0"
springBootVersion = "3.1.1"
springBootVersion = "3.1.2"
appiumVersion = "8.5.1"
restAssuredVersion = "5.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion selenium-webdriver-testng/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ext {
datafakerVersion = "2.0.1"
extentreportsVersion = "5.0.9"
cucumberVersion = "7.13.0"
springBootVersion = "3.1.1"
springBootVersion = "3.1.2"
appiumVersion = "8.5.1"
restAssuredVersion = "5.3.1"
}
Expand Down

0 comments on commit 6509afa

Please sign in to comment.