diff options
author | jimmy <jf2512@att.com> | 2020-02-16 09:07:12 -0500 |
---|---|---|
committer | jimmy <jf2512@att.com> | 2020-02-16 09:07:37 -0500 |
commit | 4f436e1378f7ee4533701f5b1766fe04d123cd1c (patch) | |
tree | 713fa92cf60aba5137c1c349c53bef396722b515 /aai-parent | |
parent | 48960e6033145667366bbcd2f8ad1ae44c2fd260 (diff) |
Set spring-boot version to 2.1.12.RELEASE
Issue-ID: AAI-2803
Change-Id: Icdd8a896445576fcbf0065419e62be08625d9235
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'aai-parent')
-rw-r--r-- | aai-parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index 13565487..1f44f747 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -127,7 +127,7 @@ limitations under the License. <profile> <id>spring-boot-2-1</id> <properties> - <spring.boot.version>2.1.6.RELEASE</spring.boot.version> + <spring.boot.version>2.1.12.RELEASE</spring.boot.version> </properties> </profile> </profiles> |