Skip to content

Commit

Permalink
Merge pull request #2580 from OpenFeign/dependabot/maven/io.undertow-…
Browse files Browse the repository at this point in the history
…undertow-core-2.3.17.Final

Bump io.undertow:undertow-core from 2.3.14.Final to 2.3.17.Final
  • Loading branch information
velo authored Sep 30, 2024
2 parents cd83bb4 + 40aaee4 commit c5deb48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion feign-form-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-core</artifactId>
<version>2.3.14.Final</version>
<version>2.3.17.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion feign-form/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-core</artifactId>
<version>2.3.14.Final</version>
<version>2.3.17.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c5deb48

Please sign in to comment.