Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 184b328

Browse files
onobcCorneil du Plessis
andauthored
Update snakeyaml and jettison libs (#5144)
* Ensure SnakeYaml version is at least 1.31 See #5127 * Ensure Jettison is at least 1.5.1 See #5127 Co-authored-by: Corneil du Plessis <[email protected]>
1 parent 965d84a commit 184b328

File tree

3 files changed

+11
-0
lines changed
  • spring-cloud-dataflow-rest-resource
  • spring-cloud-dataflow-shell-core
  • spring-cloud-dataflow-single-step-batch-job

3 files changed

+11
-0
lines changed

spring-cloud-dataflow-rest-resource/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@
6060
<groupId>commons-io</groupId>
6161
<artifactId>commons-io</artifactId>
6262
</dependency>
63+
<dependency>
64+
<groupId>org.codehaus.jettison</groupId>
65+
<artifactId>jettison</artifactId>
66+
<version>[1.5.1,)</version>
67+
</dependency>
6368
<dependency>
6469
<groupId>junit</groupId>
6570
<artifactId>junit</artifactId>

spring-cloud-dataflow-shell-core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<dependency>
4545
<groupId>org.yaml</groupId>
4646
<artifactId>snakeyaml</artifactId>
47+
<version>[1.31,)</version>
4748
</dependency>
4849
<dependency>
4950
<groupId>io.codearte.props2yaml</groupId>

spring-cloud-dataflow-single-step-batch-job/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
<groupId>org.springframework.batch</groupId>
4646
<artifactId>spring-batch-test</artifactId>
4747
</dependency>
48+
<dependency>
49+
<groupId>org.codehaus.jettison</groupId>
50+
<artifactId>jettison</artifactId>
51+
<version>[1.5.1,)</version>
52+
</dependency>
4853
<dependency>
4954
<groupId>com.microsoft.sqlserver</groupId>
5055
<artifactId>mssql-jdbc</artifactId>

0 commit comments

Comments
 (0)