Skip to content

Commit

Permalink
Spring Boot 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloh30 committed Apr 27, 2021
1 parent 7bba4e5 commit 1e6d40f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring-cloud.bom.version>Hoxton.SR9</spring-cloud.bom.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<spring-boot-maven-plugin.version>2.3.4.RELEASE</spring-boot-maven-plugin.version>
<spring-boot-maven-plugin.version>2.3.6.RELEASE</spring-boot-maven-plugin.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>dev.snowdrop</groupId>
<artifactId>snowdrop-dependencies</artifactId>
<version>2.3.4.Final-redhat-00001</version>
<version>2.3.6.Final-redhat-00001</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 1e6d40f

Please sign in to comment.