Skip to content

Commit 498ff6c

Browse files
build(deps): bump spring-boot-starter-web in /samples/spring-framework (#867)
Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.6.5 to 2.6.6. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.6.5...v2.6.6) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ff77e7 commit 498ff6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vision/spring-framework/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
<properties>
2020
<maven.compiler.target>1.8</maven.compiler.target>
2121
<maven.compiler.source>1.8</maven.compiler.source>
22-
<spring.version>2.6.5</spring.version>
22+
<spring.version>2.6.6</spring.version>
2323
</properties>
2424

2525
<!--

0 commit comments

Comments
 (0)