Skip to content

Commit 23a76a2

Browse files
Bump org.springframework.boot:spring-boot-starter-parent (#227)
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.5.6 to 4.0.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.6...v4.0.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e8f96b2 commit 23a76a2

File tree

2 files changed

+2
-2
lines changed
  • examples
    • jwt-client-spring-boot-example
    • jwt-resource-server-spring-boot-example

2 files changed

+2
-2
lines changed

examples/jwt-client-spring-boot-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>4.0.1</version>
7+
<version>4.0.2</version>
88
<relativePath /> <!-- lookup parent from repository -->
99
</parent>
1010
<groupId>org.entur.example</groupId>

examples/jwt-resource-server-spring-boot-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>4.0.1</version>
7+
<version>4.0.2</version>
88
<relativePath /> <!-- lookup parent from repository -->
99
</parent>
1010
<groupId>org.entur.example</groupId>

0 commit comments

Comments
 (0)