Skip to content

Commit

Permalink
Merge pull request #135 from hycomsa/134
Browse files Browse the repository at this point in the history
Update to Spring Boot 2.2.5 #134
  • Loading branch information
kulasekp authored Mar 9, 2020
2 parents b36e6df + e6e5914 commit 6909d0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mokka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.2.4.RELEASE</version>
<version>2.2.5.RELEASE</version>
<executions>
<execution>
<id>mokka-build-info</id>
Expand Down
2 changes: 1 addition & 1 deletion src/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.2.4.RELEASE</version>
<version>2.2.5.RELEASE</version>
<relativePath/>
</parent>

Expand Down

0 comments on commit 6909d0d

Please sign in to comment.