We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0db91 commit ee95fb4Copy full SHA for ee95fb4
provider/build.gradle
@@ -1,6 +1,6 @@
1
2
plugins {
3
- id 'org.springframework.boot' version '2.7.18'
+ id 'org.springframework.boot' version '3.5.3'
4
id 'io.spring.dependency-management' version '1.0.10.RELEASE'
5
id 'java'
6
id "io.freefair.lombok" version "6.6.3"
spring-consumer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
7
<artifactId>spring-boot-starter-parent</artifactId>
8
- <version>2.7.18</version>
+ <version>3.5.3</version>
9
<relativePath/> <!-- lookup parent from repository -->
10
</parent>
11
0 commit comments