Skip to content

Commit

Permalink
Update to Spring Boot 2.2.5 #134
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Kulasek-Szwed committed Mar 9, 2020
1 parent b36e6df commit e6e5914
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 e6e5914

Please sign in to comment.