Hi guys,
I updated mongoDB from 4.2 to 5.0.4 and now I am facing problem with one of my tests.
Java - 11, springboot - 2.5.2, flapdoodle embed mongo - 3.4.3
I get this exception
```` java.lang.IllegalArgumentException: Array filters not supported by wire version: 5````` and I tried to find some solutions for that, but couldn’t find anything. I also check changelog of version 5 but there was no mention about that. Do you know if there is some fix or workaround for that?
Thanks in advance.