Skip to content

Commit

Permalink
Upgrade Spring Boot
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Mar 9, 2020
1 parent 0d28bae commit 87369b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'org.sonarqube' version '2.6.2'
id 'java'
id 'org.springframework.boot' version '2.2.4.RELEASE'
id 'org.springframework.boot' version '2.2.5.RELEASE'
id 'io.spring.dependency-management' version '1.0.9.RELEASE'
id 'org.openapi.generator' version '4.2.3'
id 'jacoco'
Expand Down

0 comments on commit 87369b9

Please sign in to comment.