Skip to content

Commit e153bb4

Browse files
authored
Add comment to ensure driver/server dependencies are in synch (#867)
1 parent b2237b8 commit e153bb4

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
@@ -63,11 +63,17 @@
6363
<version>1.0.3</version>
6464
</dependency>
6565
<dependency>
66+
<!-- Please note that when updating this dependency -->
67+
<!-- (i.e. due to a security vulnerability or bug) that the -->
68+
<!-- corresponding server dependency also needs updating.-->
6669
<groupId>io.netty</groupId>
6770
<artifactId>netty-handler</artifactId>
6871
<version>4.1.59.Final</version>
6972
</dependency>
7073
<dependency>
74+
<!-- Please note that when updating this dependency -->
75+
<!-- (i.e. due to a security vulnerability or bug) that the -->
76+
<!-- corresponding server dependency also needs updating.-->
7177
<groupId>io.projectreactor</groupId>
7278
<artifactId>reactor-bom</artifactId>
7379
<version>Dysprosium-SR17</version>

0 commit comments

Comments
 (0)