diff --git a/2022-11/spring-06-bean-scopes-and-lifecycle/beans-lifecycle-exercise/pom.xml b/2022-11/spring-06-bean-scopes-and-lifecycle/beans-lifecycle-exercise/pom.xml index 71e9cb6b..8ce11e5a 100644 --- a/2022-11/spring-06-bean-scopes-and-lifecycle/beans-lifecycle-exercise/pom.xml +++ b/2022-11/spring-06-bean-scopes-and-lifecycle/beans-lifecycle-exercise/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.3 + 2.7.6 ru.otus.example diff --git a/2022-11/spring-06-bean-scopes-and-lifecycle/beans-scopes-exercise/pom.xml b/2022-11/spring-06-bean-scopes-and-lifecycle/beans-scopes-exercise/pom.xml index 1dce8de7..a1e3ffa2 100644 --- a/2022-11/spring-06-bean-scopes-and-lifecycle/beans-scopes-exercise/pom.xml +++ b/2022-11/spring-06-bean-scopes-and-lifecycle/beans-scopes-exercise/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.3 + 2.7.6 diff --git a/2022-11/spring-06-bean-scopes-and-lifecycle/beans-scopes-solution/pom.xml b/2022-11/spring-06-bean-scopes-and-lifecycle/beans-scopes-solution/pom.xml index 1f0e7187..2a3c4f77 100644 --- a/2022-11/spring-06-bean-scopes-and-lifecycle/beans-scopes-solution/pom.xml +++ b/2022-11/spring-06-bean-scopes-and-lifecycle/beans-scopes-solution/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.3 + 2.7.6 diff --git a/2022-11/spring-06-bean-scopes-and-lifecycle/custom-scope-demo/pom.xml b/2022-11/spring-06-bean-scopes-and-lifecycle/custom-scope-demo/pom.xml index 188019d6..1a45e1d5 100644 --- a/2022-11/spring-06-bean-scopes-and-lifecycle/custom-scope-demo/pom.xml +++ b/2022-11/spring-06-bean-scopes-and-lifecycle/custom-scope-demo/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.3 + 2.7.6 ru.otus