Skip to content

Commit

Permalink
Upgraded to spring boot 1.5.11.RELEASE, update copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
gc4rella committed Apr 11, 2018
1 parent e9b6325 commit 9cd8c8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ plugins {
id "com.github.hierynomus.license" version "0.14.0"
// For managing the dependencies' versions
id 'com.github.ben-manes.versions' version '0.13.0'
id 'org.springframework.boot' version '1.5.8.RELEASE'
id 'org.springframework.boot' version '1.5.11.RELEASE'
}

apply plugin: 'java'
Expand All @@ -46,7 +46,7 @@ ext {
/**
* Spring Boot version (replace it also in the plugin section!)
*/
springBootVersion = '1.5.8.RELEASE'
springBootVersion = '1.5.11.RELEASE'
//------------------------------------------------//
//------------------------------------------------//
/**
Expand Down
2 changes: 1 addition & 1 deletion copyrights
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015 Fraunhofer FOKUS
Copyright (c) 2015-2018 Open Baton (http://openbaton.org)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 9cd8c8f

Please sign in to comment.