Skip to content

Commit

Permalink
Merge pull request #28 from githubsuha/main
Browse files Browse the repository at this point in the history
update dependency org.springframework:spring-web to v5.3.23
  • Loading branch information
tylerezimmerman committed Sep 29, 2022
2 parents 6ad35c0 + 6e7801f commit dd40675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<properties>
<java.version>8</java.version>
<jackson.version>2.13.4</jackson.version>
<spring.version>5.3.20</spring.version>
<spring.version>5.3.23</spring.version>
<pmd.version>6.49.0</pmd.version>
</properties>

Expand Down Expand Up @@ -212,7 +212,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.0.0</version>
<version>4.7.2.0</version>
<dependencies>
<!-- overwrite dependency on spotbugs if you want to specify the version of spotbugs -->
<dependency>
Expand Down

0 comments on commit dd40675

Please sign in to comment.