Skip to content

Commit

Permalink
Upgrade snakeyaml version to 1.33 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-m-knight-gs authored Apr 16, 2024
1 parent 6ca79b9 commit 1228ed9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<opentracing.api.version>0.32.0</opentracing.api.version>
<pac4j.version>3.8.3</pac4j.version>
<prometheus.version>0.8.1</prometheus.version>
<snakeyaml.version>1.33</snakeyaml.version>
<spring.test.version>4.3.24.RELEASE</spring.test.version>
<spring.boot.autoconfigure.version>2.3.3.RELEASE</spring.boot.autoconfigure.version>
<json-smart.version>2.4.2</json-smart.version>
Expand Down Expand Up @@ -710,6 +711,12 @@
<artifactId>jetty-continuation</artifactId>
<version>${jetty.version}</version>
</dependency>

<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 1228ed9

Please sign in to comment.