Skip to content

Commit

Permalink
Add comment to ensure driver/server dependencies are in synch (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmwoods authored Apr 8, 2021
1 parent 4249e33 commit 1225039
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,17 @@
<version>1.0.3</version>
</dependency>
<dependency>
<!-- Please note that when updating this dependency -->
<!-- (i.e. due to a security vulnerability or bug) that the -->
<!-- corresponding server dependency also needs updating.-->
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.60.Final</version>
</dependency>
<dependency>
<!-- Please note that when updating this dependency -->
<!-- (i.e. due to a security vulnerability or bug) that the -->
<!-- corresponding server dependency also needs updating.-->
<groupId>io.projectreactor</groupId>
<artifactId>reactor-bom</artifactId>
<version>Dysprosium-SR18</version>
Expand Down

0 comments on commit 1225039

Please sign in to comment.