Skip to content

Commit

Permalink
⬆️ Upgrade spring boot + cloud and spotless plugin (#314)
Browse files Browse the repository at this point in the history
remove unneeded google java format version
  • Loading branch information
WtfJoke authored May 6, 2022
1 parent 0d617f8 commit b9005c7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@

<!-- Dependency versions - use ./mvnw versions:update-properties to update-->
<!-- spring versions -->
<spring-boot.version>2.6.6</spring-boot.version>
<spring-cloud.version>2021.0.1</spring-cloud.version>
<spring-boot.version>2.6.7</spring-boot.version>
<spring-cloud.version>2021.0.2</spring-cloud.version>

<!-- dependency versions -->
<unleash.version>5.1.0</unleash.version>
Expand All @@ -58,8 +58,7 @@
<skuzzle-imports-enforcer.version>2.0.0</skuzzle-imports-enforcer.version>
<nexus-staging-maven-plugin.version>1.6.12</nexus-staging-maven-plugin.version>
<flatten-maven-plugin.version>1.2.7</flatten-maven-plugin.version>
<spotless-plugin.version>2.21.0</spotless-plugin.version>
<google-java-format.version>1.7</google-java-format.version>
<spotless-plugin.version>2.22.4</spotless-plugin.version>
<versions-plugin.version>2.10.0</versions-plugin.version>
</properties>

Expand Down

0 comments on commit b9005c7

Please sign in to comment.