Skip to content

Commit

Permalink
bumps webflux6-micrometer deps to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <adrian.cole@elastic.co>
  • Loading branch information
codefromthecrypt committed Aug 3, 2024
1 parent 5f752be commit a604dc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webflux6-micrometer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<jre.version>21</jre.version>
<maven.compiler.release>17</maven.compiler.release>

<spring-boot.version>3.3.0</spring-boot.version>
<micrometer.version>1.3.0</micrometer.version>
<spring-boot.version>3.3.2</spring-boot.version>
<micrometer.version>1.3.2</micrometer.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -50,12 +50,12 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-loadbalancer</artifactId>
<version>4.1.2</version>
<version>4.1.4</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
<version>4.1.1</version>
<version>4.1.3</version>
<exclusions>
<!-- dodge spring-jcl conflict error -->
<exclusion>
Expand Down

0 comments on commit a604dc5

Please sign in to comment.