Skip to content

Commit ee95fb4

Browse files
fix(deps): update spring boot to v3
Ref: PACT-445
1 parent ff0db91 commit ee95fb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

provider/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
plugins {
3-
id 'org.springframework.boot' version '2.7.18'
3+
id 'org.springframework.boot' version '3.5.3'
44
id 'io.spring.dependency-management' version '1.0.10.RELEASE'
55
id 'java'
66
id "io.freefair.lombok" version "6.6.3"

spring-consumer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.7.18</version>
8+
<version>3.5.3</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111

0 commit comments

Comments
 (0)