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 2
2
3
3
[ ![ 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/ )
4
4
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 )
6
6
[ ![ ] ( https://img.shields.io/badge/Java%20Version-21-orange )] ( /pom.xml )
7
7
[ ![ ] ( https://img.shields.io/badge/Enroll-Now-orange )] ( https://rieckpil.de/testing-spring-boot-applications-masterclass/ )
8
8
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >3.3 .0</version >
8
+ <version >3.5 .0</version >
9
9
<relativePath />
10
10
<!-- lookup parent from repository -->
11
11
</parent >
19
19
<properties >
20
20
<java .version>21</java .version>
21
21
<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>
23
23
<testcontainers .version>1.21.1</testcontainers .version>
24
- <wiremock .version>3.11 .0</wiremock .version>
24
+ <wiremock .version>3.13 .0</wiremock .version>
25
25
<p6spy .version>3.9.1</p6spy .version>
26
26
<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>
29
29
<commons-lang3 .version>3.17.0</commons-lang3 .version>
30
+ <okhttp .version>4.11.0</okhttp .version>
30
31
</properties >
31
32
32
33
<dependencyManagement >
165
166
<artifactId >selenium</artifactId >
166
167
<scope >test</scope >
167
168
</dependency >
169
+
168
170
<dependency >
169
171
<groupId >com.codeborne</groupId >
170
172
<artifactId >selenide</artifactId >
You can’t perform that action at this time.
0 commit comments