Skip to content

Commit

Permalink
chore: update dependencies (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheibal authored Dec 13, 2021
1 parent 2d62ce1 commit 421549b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.2</version>
<version>2.5.7</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -44,7 +44,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- dependencies -->
<owasp.version>6.1.6</owasp.version>
<spring.boot.version>2.5.3</spring.boot.version>
<spring.boot.version>2.5.7</spring.boot.version>
<spring.test.version>5.3.9</spring.test.version>
<spring.security.version>5.5.1</spring.security.version>
<lombok.version>1.18.20</lombok.version>
Expand All @@ -58,6 +58,8 @@
<json-schema.version>1.13.0</json-schema.version>
<shedlock.version>4.25.0</shedlock.version>
<spring.cloud.version>2020.0.3</spring.cloud.version>
<slf4j.version>1.7.32</slf4j.version>
<log4j2.version>2.15.0</log4j2.version>
<!-- plugins -->
<plugin.maven-assembly.version>3.3.0</plugin.maven-assembly.version>
<plugin.checkstyle.version>3.1.2</plugin.checkstyle.version>
Expand Down

0 comments on commit 421549b

Please sign in to comment.