I am using version 1.2.2 of spring-restdocs-mockmvc
in my Spring Boot application that I am developing with IntelliJ.
Taking a look at its POM, it declares the following dependency of spring-restdocs-core
:
But for some reason, the compile version of spring-restdocs-core
available to me during development does not match this, and keeps me stuck on version 1.1.2.
I have updated my repositories, refreshed, rebuilt, clean install, you name it, everything I could find on how to "refresh" the state of my Maven project, and nothing changes this. Any ideas?