Skip to content

Commit

Permalink
Merge branch 'OpenFeign:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
r-dimitrov authored Jan 16, 2025
2 parents c780c6b + f223e6e commit 36c4464
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<jmh.version>1.37</jmh.version>
<rx.netty.version>0.5.3</rx.netty.version>
<rx.java.version>1.3.8</rx.java.version>
<netty.version>4.1.116.Final</netty.version>
<netty.version>4.1.117.Final</netty.version>
<moditect.skip>true</moditect.skip>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion dropwizard-metrics4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>4.2.29</version>
<version>4.2.30</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
2 changes: 1 addition & 1 deletion micrometer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<description>Feign Micrometer Application Metrics</description>

<properties>
<micrometer.version>1.14.2</micrometer.version>
<micrometer.version>1.14.3</micrometer.version>
</properties>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
<jackson.version>2.18.2</jackson.version>
<assertj.version>3.27.2</assertj.version>
<mockito.version>5.15.2</mockito.version>
<fastjson2.version>2.0.53</fastjson2.version>
<fastjson2.version>2.0.54</fastjson2.version>

<git-code-format-maven-plugin.version>5.3</git-code-format-maven-plugin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
Expand Down Expand Up @@ -991,18 +991,18 @@
<plugin>
<groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
<version>5.47.3</version>
<version>6.0.2</version>

<dependencies>
<dependency>
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-testing-frameworks</artifactId>
<version>2.24.1</version>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-migrate-java</artifactId>
<version>2.31.1</version>
<version>3.0.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<description>Reactive Wrapper for Feign Clients</description>

<properties>
<reactor.version>3.7.1</reactor.version>
<reactor.version>3.7.2</reactor.version>
<reactive.streams.version>1.0.4</reactive.streams.version>
<reactivex.version>2.2.21</reactivex.version>
</properties>
Expand Down

0 comments on commit 36c4464

Please sign in to comment.