Skip to content

Commit

Permalink
Update JDK version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
basdijkstra committed Oct 30, 2024
1 parent 3e07516 commit 6e92429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ For those of you looking to gain some experience working with [REST Assured](htt

What do I need?
---
A Java 17 JDK, Maven and an IDE of your choice. That's it.
A Java 21 JDK, Maven and an IDE of your choice. That's it.

What API is used for the exercises?
---
Expand All @@ -19,7 +19,7 @@ Running the tests using Maven
---

```bash
mvn clean compile test
mvn clean test
```

Slides
Expand Down

0 comments on commit 6e92429

Please sign in to comment.