Skip to content

Commit 694996b

Browse files
authored
Merge branch 'master' into copilot/fix-2159
2 parents 612bd59 + 4aa604b commit 694996b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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 24](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 24](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.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<cyclonedx.core.version>10.2.1</cyclonedx.core.version>
5353
<datatables.version>2.3.0</datatables.version>
5454
<dependency-check-maven.version>12.1.3</dependency-check-maven.version>
55-
<gatling-maven-plugin.version>4.19.2</gatling-maven-plugin.version>
55+
<gatling-maven-plugin.version>4.20.0</gatling-maven-plugin.version>
5656
<gatling.version>3.14.3</gatling.version>
5757
<gcp.sdk.version>7.0.0</gcp.sdk.version>
5858
<github.button.version>2.14.1</github.button.version>

src/test/K8s-tests/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/test/e2e/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)