File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins
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+
1119group = ' com.ibm.cicsdev.springboot'
1220archivesBaseName= ' cics-java-liberty-springboot-transactions'
1321version = ' 0.1.0'
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments