diff options
Diffstat (limited to 'pomba')
-rw-r--r-- | pomba/network-discovery/pom.xml | 2 | ||||
-rw-r--r-- | pomba/service-decomposition/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pomba/network-discovery/pom.xml b/pomba/network-discovery/pom.xml index f391fdb..24aa3de 100644 --- a/pomba/network-discovery/pom.xml +++ b/pomba/network-discovery/pom.xml @@ -42,7 +42,7 @@ limitations under the License. <!-- Import dependency management from Spring Boot --> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> - <version>1.5.12.RELEASE</version> + <version>1.5.17.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/pomba/service-decomposition/pom.xml b/pomba/service-decomposition/pom.xml index d500d33..79b1980 100644 --- a/pomba/service-decomposition/pom.xml +++ b/pomba/service-decomposition/pom.xml @@ -44,7 +44,7 @@ limitations under the License. <!-- Import dependency management from Spring Boot --> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> - <version>1.5.12.RELEASE</version> + <version>1.5.17.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> |