Skip to content

Commit

Permalink
build(deps): bump io.projectreactor:reactor-core from 3.6.6 to 3.7.1
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.6 to 3.7.1.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.6.6...v3.7.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and fhussonnois committed Jan 13, 2025
1 parent 602d376 commit 95a99dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<config.version>1.4.3</config.version>
<annotations.version>24.1.0</annotations.version>
<jakarta.validation-api.version>3.1.0</jakarta.validation-api.version>
<reactor-core.version>3.6.6</reactor-core.version>
<reactor-core.version>3.7.1</reactor-core.version>
<!-- Logging -->
<slf4j-api.version>2.0.9</slf4j-api.version>
<logback.version>1.5.6</logback.version>
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.6</version>
<version>3.7.1</version>
</dependency>
<dependency>
<groupId>io.micronaut</groupId>
Expand Down

0 comments on commit 95a99dd

Please sign in to comment.