Skip to content

Commit 9668139

Browse files
Update Java version to 17 to match environment
Co-Authored-By: Philip Riecks <mail@philipriecks.de>
1 parent 95bc06b commit 9668139

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

55
[![](https://img.shields.io/badge/Spring%20Boot%20Version-3.4.5-orange)](/pom.xml)
6-
[![](https://img.shields.io/badge/Java%20Version-21-orange)](/pom.xml)
6+
[![](https://img.shields.io/badge/Java%20Version-17-orange)](/pom.xml)
77
[![](https://img.shields.io/badge/Enroll-Now-orange)](https://rieckpil.de/testing-spring-boot-applications-masterclass/)
88

99
## 😓 Tired of the Friday Afternoon Dread?

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<description>Testing Spring Boot Applications Masterclass</description>
1818

1919
<properties>
20-
<java.version>21</java.version>
20+
<java.version>17</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.20.6</testcontainers.version>
2424
<wiremock.version>3.11.0</wiremock.version>
2525
<p6spy.version>3.9.1</p6spy.version>

0 commit comments

Comments
 (0)