File tree Expand file tree Collapse file tree 7 files changed +9
-31
lines changed Expand file tree Collapse file tree 7 files changed +9
-31
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1313
1414 <properties >
1515 <project .Automatic-Module-Name>io.cucumber.examples.calculator</project .Automatic-Module-Name>
16- <jackson .version>2.13.4.20221012</jackson .version>
17- <hamcrest .version>2.2</hamcrest .version>
1816 </properties >
1917
2018 <dependencyManagement >
2927 <dependency >
3028 <groupId >com.fasterxml.jackson</groupId >
3129 <artifactId >jackson-bom</artifactId >
32- <version >${jackson.version} </version >
30+ <version >2.13.4.20221012 </version >
3331 <type >pom</type >
3432 <scope >import</scope >
3533 </dependency >
4543 <dependency >
4644 <groupId >org.hamcrest</groupId >
4745 <artifactId >hamcrest-core</artifactId >
48- <version >${hamcrest.version} </version >
46+ <version >2.2 </version >
4947 <scope >test</scope >
5048 </dependency >
5149 <dependency >
Original file line number Diff line number Diff line change 1313
1414 <properties >
1515 <project .Automatic-Module-Name>io.cucumber.examples.calculator</project .Automatic-Module-Name>
16- <jackson .version>2.13.4.20221012</jackson .version>
1716 </properties >
1817
1918 <dependencyManagement >
2827 <dependency >
2928 <groupId >com.fasterxml.jackson</groupId >
3029 <artifactId >jackson-bom</artifactId >
31- <version >${jackson.version} </version >
30+ <version >2.13.4.20221012 </version >
3231 <type >pom</type >
3332 <scope >import</scope >
3433 </dependency >
Original file line number Diff line number Diff line change 1313
1414 <properties >
1515 <project .Automatic-Module-Name>io.cucumber.calculator</project .Automatic-Module-Name>
16- <jackson .version>2.13.4.20221012</jackson .version>
17- <junit-jupiter .version>5.8.2</junit-jupiter .version>
1816 </properties >
1917
2018 <dependencyManagement >
2927 <dependency >
3028 <groupId >org.junit</groupId >
3129 <artifactId >junit-bom</artifactId >
32- <version >${junit-jupiter.version} </version >
30+ <version >5.8.2 </version >
3331 <type >pom</type >
3432 <scope >import</scope >
3533 </dependency >
3634 <dependency >
3735 <groupId >com.fasterxml.jackson</groupId >
3836 <artifactId >jackson-bom</artifactId >
39- <version >${jackson.version} </version >
37+ <version >2.13.4.20221012 </version >
4038 <type >pom</type >
4139 <scope >import</scope >
4240 </dependency >
Original file line number Diff line number Diff line change 1515 <project .Automatic-Module-Name>io.cucumber.examples.calculator</project .Automatic-Module-Name>
1616 </properties >
1717
18-
1918 <dependencyManagement >
2019 <dependencies >
2120 <dependency >
Original file line number Diff line number Diff line change 1212 <name >Examples: Calculator - Lambda - CLI</name >
1313
1414 <properties >
15- <hamcrest .version>2.2</hamcrest .version>
1615 <project .Automatic-Module-Name>io.cucumber.examples.calculator</project .Automatic-Module-Name>
1716 </properties >
1817
3736 <dependency >
3837 <groupId >org.hamcrest</groupId >
3938 <artifactId >hamcrest-core</artifactId >
40- <version >${hamcrest.version} </version >
39+ <version >2.2 </version >
4140 <scope >test</scope >
4241 </dependency >
4342 </dependencies >
Original file line number Diff line number Diff line change 1212
1313 <properties >
1414 <project .Automatic-Module-Name>io.cucumber.examples.spring.application</project .Automatic-Module-Name>
15- <spring-boot .version>3.0.1</spring-boot .version>
16- <junit-jupiter .version>5.9.1</junit-jupiter .version>
1715 </properties >
1816
1917 <dependencyManagement >
2018 <dependencies >
2119 <dependency >
2220 <groupId >org.junit</groupId >
2321 <artifactId >junit-bom</artifactId >
24- <version >${junit-jupiter.version} </version >
22+ <version >5.9.1 </version >
2523 <type >pom</type >
2624 <scope >import</scope >
2725 </dependency >
2826 <dependency >
2927 <groupId >org.springframework.boot</groupId >
3028 <artifactId >spring-boot-dependencies</artifactId >
31- <version >${spring-boot.version} </version >
29+ <version >3.0.1 </version >
3230 <type >pom</type >
3331 <scope >import</scope >
3432 </dependency >
120118 <plugin >
121119 <groupId >org.springframework.boot</groupId >
122120 <artifactId >spring-boot-maven-plugin</artifactId >
123- <version >${spring-boot.version} </version >
121+ <version >3.0.1 </version >
124122 </plugin >
125123 <plugin >
126124 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments