Skip to content

Commit 5fa606a

Browse files
dependabot[bot]paul58914080
authored andcommitted
build: bump spring-boot.version from 4.0.1 to 4.0.2 in /example
Bumps `spring-boot.version` from 4.0.1 to 4.0.2. Updates `org.springframework.boot:spring-boot-starter-webflux` from 4.0.1 to 4.0.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.1...v4.0.2) Updates `org.springframework.boot:spring-boot-dependencies` from 4.0.1 to 4.0.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.1...v4.0.2) Updates `org.springframework.boot:spring-boot-maven-plugin` from 4.0.1 to 4.0.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-webflux dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 19c14fe commit 5fa606a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<maven.compiler.source>${java.version}</maven.compiler.source>
1515
<maven.compiler.target>${java.version}</maven.compiler.target>
1616
<junit-jupiter.version>6.0.2</junit-jupiter.version>
17-
<spring-boot.version>4.0.1</spring-boot.version>
17+
<spring-boot.version>4.0.2</spring-boot.version>
1818
<cucumber.version>7.33.0</cucumber.version>
1919
<pre-liquibase.version>2.0.0</pre-liquibase.version>
2020
<apache.commons.version>1.15.0</apache.commons.version>

0 commit comments

Comments
 (0)