Skip to content

Commit 4aa604b

Browse files
authored
Merge pull request #2165 from OWASP/update-readme
Update README.md
2 parents ccb2b9c + eabe660 commit 4aa604b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,11 +573,11 @@ You can use the OWASP Dependency-checker by calling `mvn dependency-check:aggreg
573573

574574
### Get the project started in IntelliJ IDEA
575575

576-
Requirements: make sure you have the following tools installed: [Docker](https://www.docker.com/products/docker-desktop/), [Java22 JDK](https://jdk.java.net/22/), [NodeJS 20](https://nodejs.org/en/download/current) and [IntelliJ IDEA](https://www.jetbrains.com/idea/download).
576+
Requirements: make sure you have the following tools installed: [Docker](https://www.docker.com/products/docker-desktop/), [Java23 JDK](https://jdk.java.net/23/), [NodeJS 22 (LTS)](https://nodejs.org/en/download/current) and [IntelliJ IDEA](https://www.jetbrains.com/idea/download).
577577

578578
1. Fork and clone the project as described in the [documentation](https://github.com/OWASP/wrongsecrets/blob/master/CONTRIBUTING.md).
579579
2. Import the project in IntelliJ (e.g. import as mvn project / local sources)
580-
3. Go to the project settings and make sure it uses Java22 (And that the JDK can be found)
580+
3. Go to the project settings and make sure it uses Java23 (And that the JDK can be found)
581581
4. Go to the IDE settings>Language & Frameworks > Lombok and make sure Lombok processing is enabled
582582
5. Open the Maven Tab in your IDEA and run "Reload All Maven Projects" to make the system sync and download everything. Next, in that same tab use the "install" option as part of the OWASP WrongSecrets Lifecycle to genereate the asciidoc and such.
583583
6. Now run the `main` method in `org.owasp.wrongsecrets.WrongSecretsApplication.java`. This should fail with a stack trace.

0 commit comments

Comments
 (0)