Skip to content

Commit a6b471e

Browse files
committed
Updated many dependencies
1 parent 786c712 commit a6b471e

File tree

4 files changed

+107
-107
lines changed

4 files changed

+107
-107
lines changed

.github/scripts/.bash_history

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ rm -rf jdk-18_linux-x64_bin.deb
347347
git rebase -i main
348348
git rebase -i master
349349
git stash
350-
export tempPassword="sgQ/8xYdHO5rkfIRzsFKFz2Ms6R05OHqMC7WOy8jD0A="
350+
export tempPassword="9Un1yhHh0hU/uIdxz3KCVWJabyPJfD+GtNYeOE//KuY="
351351
mvn run tempPassword
352352
k6
353353
npx k6

js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

22
function secret() {
3-
var password = "U3R2sO8=" + 9 + "hIh7" + 6 + "R68=" + 2 + "fYkB" + 7;
3+
var password = "iOf3K54=" + 9 + "gyJK" + 6 + "Pu4=" + 2 + "EP15" + 7;
44
return password;
55
}

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.5.4</version>
8+
<version>3.5.5</version>
99
<!-- lookup parent from repository -->
1010
</parent>
1111

1212
<groupId>org.owasp</groupId>
1313
<artifactId>wrongsecrets</artifactId>
14-
<version>1.12.3B2-SNAPSHOT</version>
14+
<version>1.12.3-SNAPSHOT</version>
1515

1616
<name>OWASP WrongSecrets</name>
1717
<description>Examples with how to not use secrets</description>
@@ -264,7 +264,7 @@
264264
<dependency>
265265
<groupId>org.springdoc</groupId>
266266
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
267-
<version>2.8.9</version>
267+
<version>2.8.10</version>
268268
</dependency>
269269
<dependency>
270270
<groupId>com.azure.spring</groupId>

0 commit comments

Comments
 (0)