Skip to content

Commit 2eaa1f0

Browse files
authored
Update dependencies (neo4j#937)
1 parent c36d6b1 commit 2eaa1f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<!-- corresponding server dependency also needs updating.-->
6868
<groupId>io.netty</groupId>
6969
<artifactId>netty-handler</artifactId>
70-
<version>4.1.63.Final</version>
70+
<version>4.1.65.Final</version>
7171
</dependency>
7272
<dependency>
7373
<!-- Please note that when updating this dependency -->
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>org.slf4j</groupId>
9393
<artifactId>slf4j-api</artifactId>
94-
<version>1.7.30</version>
94+
<version>1.7.31</version>
9595
</dependency>
9696

9797
<!-- Test dependencies -->
@@ -122,13 +122,13 @@
122122
<dependency>
123123
<groupId>org.bouncycastle</groupId>
124124
<artifactId>bcprov-jdk15on</artifactId>
125-
<version>1.68</version>
125+
<version>1.69</version>
126126
<scope>test</scope>
127127
</dependency>
128128
<dependency>
129129
<groupId>org.bouncycastle</groupId>
130130
<artifactId>bcpkix-jdk15on</artifactId>
131-
<version>1.68</version>
131+
<version>1.69</version>
132132
<scope>test</scope>
133133
</dependency>
134134
<dependency>

0 commit comments

Comments
 (0)