Dependency report "->"

What is the meaning of arrow (->) between versions in dependency report?

Example:

+--- org.slf4j:slf4j-api:1.5.11 -> 1.6.1

1.5.11 is the requested version, 1.6.1 the chosen version (by conflict resolution). You can get more detailed information by using the ‘dependencyInsight’ task.