Skip to content

Commit c22f620

Browse files
author
Tony Fitzgerald
committed
update springBoot dependencies to 2.6.7
1 parent 80db811 commit c22f620

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

build.gradle

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
plugins
22
{
3-
id 'org.springframework.boot' version '2.3.0.RELEASE'
3+
id 'org.springframework.boot' version '2.6.7' apply false
44
id 'io.spring.dependency-management' version '1.0.9.RELEASE'
55
id 'java'
66
id 'eclipse'
77
id 'idea'
88
id 'war'
99
}
1010

11+
apply plugin: 'io.spring.dependency-management'
12+
13+
dependencyManagement {
14+
imports {
15+
mavenBom org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES
16+
}
17+
}
18+
1119
group = 'com.ibm.cicsdev.springboot'
1220
archivesBaseName='cics-java-liberty-springboot-transactions'
1321
version = '0.1.0'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>2.3.0.RELEASE</version>
10+
<version>2.6.7</version>
1111
<relativePath/>
1212
</parent>
1313

0 commit comments

Comments
 (0)