File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 22
33[ ![ Masterclass] ( https://rieckpil.de/wp-content/uploads/2020/09/testing-spring-boot-applications-masterclass-course-logo.png )] ( https://rieckpil.de/testing-spring-boot-applications-masterclass/ )
44
5- [ ![ ] ( https://img.shields.io/badge/Spring%20Boot%20Version-3.3 .0-orange )] ( /pom.xml )
5+ [ ![ ] ( https://img.shields.io/badge/Spring%20Boot%20Version-3.5 .0-orange )] ( /pom.xml )
66[ ![ ] ( https://img.shields.io/badge/Java%20Version-21-orange )] ( /pom.xml )
77[ ![ ] ( https://img.shields.io/badge/Enroll-Now-orange )] ( https://rieckpil.de/testing-spring-boot-applications-masterclass/ )
88
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >3.3 .0</version >
8+ <version >3.5 .0</version >
99 <relativePath />
1010 <!-- lookup parent from repository -->
1111 </parent >
1919 <properties >
2020 <java .version>21</java .version>
2121 <node .version>v18.16.0</node .version>
22- <spring-cloud-aws .version>3.3 .0</spring-cloud-aws .version>
22+ <spring-cloud-aws .version>3.4 .0</spring-cloud-aws .version>
2323 <testcontainers .version>1.21.1</testcontainers .version>
24- <wiremock .version>3.11 .0</wiremock .version>
24+ <wiremock .version>3.13 .0</wiremock .version>
2525 <p6spy .version>3.9.1</p6spy .version>
2626 <mockito .version>5.11.0</mockito .version>
27- <selenide .version>7.7 .3</selenide .version>
28- <selenium .version>4.27 .0</selenium .version>
27+ <selenide .version>7.9 .3</selenide .version>
28+ <selenium .version>4.33 .0</selenium .version>
2929 <commons-lang3 .version>3.17.0</commons-lang3 .version>
30+ <okhttp .version>4.11.0</okhttp .version>
3031 </properties >
3132
3233 <dependencyManagement >
165166 <artifactId >selenium</artifactId >
166167 <scope >test</scope >
167168 </dependency >
169+
168170 <dependency >
169171 <groupId >com.codeborne</groupId >
170172 <artifactId >selenide</artifactId >
You can’t perform that action at this time.
0 commit comments