Skip to content

Commit

Permalink
build(deps): bump io.projectreactor:reactor-core from 3.6.4 to 3.6.6
Browse files Browse the repository at this point in the history
Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.6.4 to 3.6.6.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.6.4...v3.6.6)

---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and fhussonnois committed May 15, 2024
1 parent 6d41ab6 commit b323567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion providers/jikkou-provider-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<properties>
<license.header.file>${project.parent.basedir}/header</license.header.file>
<reactor-core.version>3.6.4</reactor-core.version>
<reactor-core.version>3.6.6</reactor-core.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion server/jikkou-api-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.6.4</version>
<version>3.6.6</version>
</dependency>
<dependency>
<groupId>io.micronaut</groupId>
Expand Down

0 comments on commit b323567

Please sign in to comment.