Skip to content

Commit

Permalink
Merge pull request #1531 from lukas-krecan/dependabot/maven/io.projec…
Browse files Browse the repository at this point in the history
…treactor-reactor-core-3.5.10

Bump io.projectreactor:reactor-core from 3.5.9 to 3.5.10
  • Loading branch information
lukas-krecan authored Sep 14, 2023
2 parents 4caf4ca + b5e896b commit 3016ce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion providers/r2dbc/shedlock-provider-r2dbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.5.9</version>
<version>3.5.10</version>
</dependency>

<!-- test -->
Expand Down
2 changes: 1 addition & 1 deletion providers/redis/shedlock-provider-redis-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.5.9</version>
<version>3.5.10</version>
<optional>true</optional>
</dependency>

Expand Down

0 comments on commit 3016ce3

Please sign in to comment.