Skip to content

Commit 703a417

Browse files
chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.4.2 to 3.4.3 (#205)
* chore(deps): bump org.springframework.boot:spring-boot-starter-parent Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.4.2 to 3.4.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Align project version with Spring Boot version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Antoine Rey <antoine.rey@free.fr>
1 parent 9c0caef commit 703a417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
<groupId>org.springframework.samples</groupId>
77
<artifactId>spring-petclinic-rest</artifactId>
8-
<version>3.4.2</version>
8+
<version>3.4.3</version>
99

1010
<description>REST version of the Spring Petclinic sample application</description>
1111
<url>https://spring-petclinic.github.io/</url>
1212

1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>3.4.2</version>
16+
<version>3.4.3</version>
1717
<relativePath/> <!-- lookup parent from Maven repository -->
1818
</parent>
1919

0 commit comments

Comments
 (0)