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 20, 2025
2 parents 36c4464 + 0778a91 commit 8f8f4da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>6.2.1</version>
<version>6.2.2</version>
<scope>test</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@

<junit5.version>5.11.4</junit5.version>
<jackson.version>2.18.2</jackson.version>
<assertj.version>3.27.2</assertj.version>
<assertj.version>3.27.3</assertj.version>
<mockito.version>5.15.2</mockito.version>
<fastjson2.version>2.0.54</fastjson2.version>

Expand Down Expand Up @@ -991,7 +991,7 @@
<plugin>
<groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
<version>6.0.2</version>
<version>6.0.4</version>

<dependencies>
<dependency>
Expand All @@ -1002,7 +1002,7 @@
<dependency>
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-migrate-java</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 8f8f4da

Please sign in to comment.