Skip to content

Commit a290df6

Browse files
feat: Session attach stream handles NodeShutdown and SessionShutdown hints
1 parent 5322664 commit a290df6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

query/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@
4141
<artifactId>junit</artifactId>
4242
<scope>test</scope>
4343
</dependency>
44+
<!-- Parent BOM uses Mockito 5.x (Java 11+); query tests compile on JDK 8 in CI -->
4445
<dependency>
4546
<groupId>org.mockito</groupId>
4647
<artifactId>mockito-core</artifactId>
48+
<version>4.11.0</version>
4749
<scope>test</scope>
4850
</dependency>
4951
<dependency>

0 commit comments

Comments
 (0)