File tree 2 files changed +6
-4
lines changed 2 files changed +6
-4
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 )
6
- [ ![ ] ( https://img.shields.io/badge/Java%20Version-21 -orange )] ( /pom.xml )
5
+ [ ![ ] ( https://img.shields.io/badge/Spring%20Boot%20Version-3.4.5 -orange )] ( /pom.xml )
6
+ [ ![ ] ( https://img.shields.io/badge/Java%20Version-17 -orange )] ( /pom.xml )
7
7
[ ![ ] ( https://img.shields.io/badge/Enroll-Now-orange )] ( https://rieckpil.de/testing-spring-boot-applications-masterclass/ )
8
8
9
9
## 😓 Tired of the Friday Afternoon Dread?
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.4.5 </version >
9
9
<relativePath />
10
10
<!-- lookup parent from repository -->
11
11
</parent >
17
17
<description >Testing Spring Boot Applications Masterclass</description >
18
18
19
19
<properties >
20
- <java .version>21 </java .version>
20
+ <java .version>17 </java .version>
21
21
<node .version>v18.16.0</node .version>
22
22
<spring-cloud-aws .version>3.3.0</spring-cloud-aws .version>
23
23
<testcontainers .version>1.20.6</testcontainers .version>
27
27
<selenide .version>7.7.3</selenide .version>
28
28
<selenium .version>4.27.0</selenium .version>
29
29
<commons-lang3 .version>3.17.0</commons-lang3 .version>
30
+ <okhttp .version>4.12.0</okhttp .version>
30
31
</properties >
31
32
32
33
<dependencyManagement >
186
187
<dependency >
187
188
<groupId >com.squareup.okhttp3</groupId >
188
189
<artifactId >mockwebserver</artifactId >
190
+ <version >${okhttp.version} </version >
189
191
<scope >test</scope >
190
192
</dependency >
191
193
<dependency >
You can’t perform that action at this time.
0 commit comments