Skip to content

Commit 746e543

Browse files
authored
Add comment to ensure driver/server dependencies are in synch (#869)
1 parent 572fc6f commit 746e543

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,17 @@
6262
<version>1.0.3</version>
6363
</dependency>
6464
<dependency>
65+
<!-- Please note that when updating this dependency -->
66+
<!-- (i.e. due to a security vulnerability or bug) that the -->
67+
<!-- corresponding server dependency also needs updating.-->
6568
<groupId>io.netty</groupId>
6669
<artifactId>netty-handler</artifactId>
6770
<version>4.1.59.Final</version>
6871
</dependency>
6972
<dependency>
73+
<!-- Please note that when updating this dependency -->
74+
<!-- (i.e. due to a security vulnerability or bug) that the -->
75+
<!-- corresponding server dependency also needs updating.-->
7076
<groupId>io.projectreactor</groupId>
7177
<artifactId>reactor-bom</artifactId>
7278
<version>Dysprosium-SR7</version>

0 commit comments

Comments
 (0)