I updated the version of library through the pom-file. During compilation all necessary jar for the new version were downloaded from a repository. But in IntellijIDEA the corresponding external libraries weren't updated. I removed in IDE these libraries manually, in hope that on their place will appear new, but occurred nothing (simply the project ceased to see library).
How to update external libraries?
Thanks in advance.
UPD:
The third-party library which is used from Maven means. Its use is adjusted through the pom-file. When it was declared, after the first compilation it was downloaded from a repository, and the corresponding external libraries were automatically added to IDE. The problem described above appeared after attempt of updating of library.