Skip to content

Commit

Permalink
Bump reactor-netty from 1.0.5 to 1.0.6 (#1006)
Browse files Browse the repository at this point in the history
Bumps [reactor-netty](https://github.com/reactor/reactor-netty) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.0.5...v1.0.6)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored May 3, 2021
1 parent 79b0bcc commit c9d3feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion logbook-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<slf4j.version>1.7.30</slf4j.version>
<jackson.version>2.12.2</jackson.version>
<reactor-netty.version>1.0.5</reactor-netty.version>
<reactor-netty.version>1.0.6</reactor-netty.version>

<spring4.version>4.3.30.RELEASE</spring4.version>
<spring-boot1.version>1.5.22.RELEASE</spring-boot1.version>
Expand Down

0 comments on commit c9d3feb

Please sign in to comment.