Skip to content

Commit

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

Bump reactor-core from 3.5.7 to 3.5.8
  • Loading branch information
lukas-krecan authored Jul 17, 2023
2 parents b44df56 + ccde8e1 commit 36c58d8
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.7</version>
<version>3.5.8</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.7</version>
<version>3.5.8</version>
<optional>true</optional>
</dependency>

Expand Down

0 comments on commit 36c58d8

Please sign in to comment.