Add the parent
<parent>
<groupId>com.github.taogen-lib</groupId>
<artifactId>spring-boot-parent</artifactId>
<!-- -SNAPSHOT equals master-SNAPSHOT, main-SNAPSHOT for SNAPSHOT of the main branch-->
<version>main-SNAPSHOT</version>
</parent>
Add the JitPack repository to your build file
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
# Display new versions
mvn versions:display-dependency-updates
mvn versions:display-plugin-updates
# Update dependency versions from properties
mvn versions:update-properties
# Update the parent version
mvn versions:update-parent