Skip to content

Commit

Permalink
#585: update snakeyaml from 1.30 to 1.33 (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Jan 19, 2023
1 parent d7596dc commit b4d08ce
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions boms/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
<scope>import</scope>
</dependency>
<!-- *** EXTERNAL DEPENDENCIES *** -->
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
</dependency>
<!-- Library with general utilities as well as I18N and exception support -->
<dependency>
<groupId>net.sf.m-m-m</groupId>
Expand Down
1 change: 1 addition & 0 deletions modules/kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-sleuth</artifactId>
<version>${spring.cloud.starter.sleuth.version}</version>
</dependency>

<dependency>
Expand Down
1 change: 1 addition & 0 deletions modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<module>batch-tool</module>
<module>web</module>
<module>basic</module>
<module>kafka</module>
</modules>

<dependencyManagement>
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
<github.repository>devon4j</github.repository>
<devon4j.version>${revision}</devon4j.version>
<spring.boot.version>2.7.7</spring.boot.version>
<spring.cloud.starter.sleuth.version>3.1.6</spring.cloud.starter.sleuth.version>
<snakeyaml.version>1.33</snakeyaml.version>
<jackson.version>2.14.1</jackson.version> <!-- Overriding Jackson for fixing vulnerabilities -->
<guava.version>31.1-jre</guava.version>
<junit.version>5.7.1</junit.version>
Expand Down

0 comments on commit b4d08ce

Please sign in to comment.