Skip to content

Commit

Permalink
build(deps): bump io.projectreactor:reactor-core from 3.6.2 to 3.6.4
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.2 to 3.6.4.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.6.2...v3.6.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and fhussonnois committed Apr 4, 2024
1 parent 819065f commit a5c8ee3
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.2</reactor-core.version>
<reactor-core.version>3.6.4</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.2</version>
<version>3.6.4</version>
</dependency>
<dependency>
<groupId>io.micronaut</groupId>
Expand Down

0 comments on commit a5c8ee3

Please sign in to comment.