Skip to content

Commit 7817ad8

Browse files
committed
Rearrange boms order for proper deps resolution
* Upgrade samples to the latest Spring Boot
1 parent 311e7ea commit 7817ad8

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ allprojects {
103103
imports {
104104
mavenBom "com.fasterxml.jackson:jackson-bom:$jacksonBomVersion"
105105
mavenBom "org.junit:junit-bom:$junitJupiterVersion"
106-
mavenBom "org.springframework:spring-framework-bom:$springVersion"
107-
mavenBom "io.projectreactor:reactor-bom:$reactorVersion"
108-
mavenBom "org.springframework.data:spring-data-bom:$springDataVersion"
109106
mavenBom "io.micrometer:micrometer-bom:$micrometerVersion"
110107
mavenBom "io.micrometer:micrometer-tracing-bom:$micrometerTracingVersion"
108+
mavenBom "io.projectreactor:reactor-bom:$reactorVersion"
109+
mavenBom "org.springframework.data:spring-data-bom:$springDataVersion"
110+
mavenBom "org.springframework:spring-framework-bom:$springVersion"
111111
}
112112
}
113113

samples/sample-01/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>3.0.1-SNAPSHOT</version>
17+
<version>3.0.11</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

samples/sample-02/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>3.0.1-SNAPSHOT</version>
17+
<version>3.0.11</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

samples/sample-03/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>3.0.1-SNAPSHOT</version>
17+
<version>3.0.11</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

samples/sample-04/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>3.0.1-SNAPSHOT</version>
17+
<version>3.0.11</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

samples/sample-05/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>3.0.1-SNAPSHOT</version>
8+
<version>3.0.11</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111

0 commit comments

Comments
 (0)