The latest version of the plugin, copy-rename-maven-plugin, dates back to 2014, and among its dependencies is the version 1.5.8 of pluxus-utils. However, during the build process, the version of plexus-utils that gets downloaded is not 1.5.8, but rather 3.5.1. The discrepancy in the version of plexus-utils being used can be attributed to Maven's dependency resolution. When multiple versions are present, Maven tends to choose the most recent one, which could result in the use of a newer version of plexus-utils.