Skip to content

Commit 3bebe04

Browse files
authored
Merge pull request #370 from okta/dependabot/maven/org.yaml-snakeyaml-2.5
Bump org.yaml:snakeyaml from 2.4 to 2.5
2 parents 7329330 + 44a6a92 commit 3bebe04

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

custom-login/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>org.yaml</groupId>
8888
<artifactId>snakeyaml</artifactId>
89-
<version>2.4</version>
89+
<version>2.5</version>
9090
</dependency>
9191

9292
<!-- Logging -->

front-end/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.yaml</groupId>
3434
<artifactId>snakeyaml</artifactId>
35-
<version>2.4</version>
35+
<version>2.5</version>
3636
</dependency>
3737
</dependencies>
3838

okta-hosted-login/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>org.yaml</groupId>
8484
<artifactId>snakeyaml</artifactId>
85-
<version>2.4</version>
85+
<version>2.5</version>
8686
</dependency>
8787
</dependencies>
8888

resource-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>org.yaml</groupId>
9090
<artifactId>snakeyaml</artifactId>
91-
<version>2.4</version>
91+
<version>2.5</version>
9292
</dependency>
9393

9494
</dependencies>

0 commit comments

Comments
 (0)