File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 toolchain : 17
4040 with :
4141 java-version : ${{ matrix.java-version }}
42- test-args : --refresh-dependencies -PforceMavenRepositories=snapshot -PisOverrideVersionCatalog -PtestToolchain=${{ matrix.toolchain }} -PspringFrameworkVersion=6.2.+ -PreactorVersion=2023.0.+ -PspringDataVersion=2024.0.+ --stacktrace
42+ test-args : --refresh-dependencies -PforceMavenRepositories=snapshot -PisOverrideVersionCatalog -PtestToolchain=${{ matrix.toolchain }} -PspringFrameworkVersion=6.2.+ -PreactorVersion=2023.0.+ -PspringDataVersion=2024.0.+ -PmicrometerVersion=1.15.+ - -stacktrace
4343 secrets : inherit
4444 check-samples :
4545 name : Check Samples
Original file line number Diff line number Diff line change @@ -11,13 +11,16 @@ dependencies {
1111 def springFrameworkVersion = project. property(" springFrameworkVersion" )
1212 def reactorVersion = project. property(" reactorVersion" )
1313 def springDataVersion = project. property(" springDataVersion" )
14+ def micrometerVersion = project. property(" micrometerVersion" )
1415 api platform(" org.springframework:spring-framework-bom:$springFrameworkVersion " )
1516 api platform(" io.projectreactor:reactor-bom:$reactorVersion " )
1617 api platform(" org.springframework.data:spring-data-bom:$springDataVersion " )
18+ api platform(" io.micrometer:micrometer-bom:$micrometerVersion " )
1719 } else {
1820 api platform(libs. org. springframework. spring. framework. bom)
1921 api platform(libs. io. projectreactor. reactor. bom)
2022 api platform(libs. org. springframework. data. spring. data. bom)
23+ api platform(libs. io. micrometer. micrometer. bom)
2124 }
2225 api platform(libs. io. rsocket. rsocket. bom)
2326 api platform(libs. org. junit. junit. bom)
Original file line number Diff line number Diff line change 11[versions ]
22com-squareup-okhttp3 = " 3.14.9"
3+ io-micrometer = " 1.15.11"
34io-rsocket = " 1.1.5"
45io-spring-javaformat = " 0.0.47"
56io-spring-nohttp = " 0.0.11"
@@ -29,7 +30,8 @@ com-unboundid-unboundid-ldapsdk = "com.unboundid:unboundid-ldapsdk:6.0.11"
2930com-unboundid-unboundid-ldapsdk7 = " com.unboundid:unboundid-ldapsdk:7.0.1"
3031commons-collections = " commons-collections:commons-collections:3.2.2"
3132io-micrometer-context-propagation = " io.micrometer:context-propagation:1.1.4"
32- io-micrometer-micrometer-observation = " io.micrometer:micrometer-observation:1.15.11"
33+ io-micrometer-micrometer-bom = { module = " io.micrometer:micrometer-bom" , version.ref = " io-micrometer" }
34+ io-micrometer-micrometer-observation = { module = " io.micrometer:micrometer-observation" , version.ref = " io-micrometer" }
3335io-mockk = " io.mockk:mockk:1.14.7"
3436io-projectreactor-reactor-bom = " io.projectreactor:reactor-bom:2024.0.17"
3537io-rsocket-rsocket-bom = { module = " io.rsocket:rsocket-bom" , version.ref = " io-rsocket" }
You can’t perform that action at this time.
0 commit comments