Skip to content

Commit 8ebbc10

Browse files
committed
update snakeyaml deps config and version
1 parent 493e63a commit 8ebbc10

File tree

6 files changed

+26
-1
lines changed

6 files changed

+26
-1
lines changed

modules/swagger-core/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@
9494
<artifactId>swagger-models</artifactId>
9595
<version>${project.parent.version}</version>
9696
</dependency>
97+
<dependency>
98+
<groupId>org.yaml</groupId>
99+
<artifactId>snakeyaml</artifactId>
100+
<version>${snakeyaml-version}</version>
101+
</dependency>
97102
<dependency>
98103
<groupId>joda-time</groupId>
99104
<artifactId>joda-time</artifactId>

modules/swagger-jaxrs/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@
161161
<artifactId>swagger-core</artifactId>
162162
<version>${project.parent.version}</version>
163163
</dependency>
164+
<dependency>
165+
<groupId>org.yaml</groupId>
166+
<artifactId>snakeyaml</artifactId>
167+
<version>${snakeyaml-version}</version>
168+
</dependency>
164169
<dependency>
165170
<groupId>${project.parent.groupId}</groupId>
166171
<artifactId>swagger-core</artifactId>

modules/swagger-jersey-jaxrs/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
<artifactId>swagger-jaxrs</artifactId>
5454
<version>${project.parent.version}</version>
5555
</dependency>
56+
<dependency>
57+
<groupId>org.yaml</groupId>
58+
<artifactId>snakeyaml</artifactId>
59+
<version>${snakeyaml-version}</version>
60+
</dependency>
5661
<dependency>
5762
<groupId>com.sun.jersey.contribs</groupId>
5863
<artifactId>jersey-multipart</artifactId>

modules/swagger-jersey2-jaxrs/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@
6464
</exclusion>
6565
</exclusions>
6666
</dependency>
67+
<dependency>
68+
<groupId>org.yaml</groupId>
69+
<artifactId>snakeyaml</artifactId>
70+
<version>${snakeyaml-version}</version>
71+
</dependency>
6772
<dependency>
6873
<groupId>org.glassfish.jersey.containers</groupId>
6974
<artifactId>jersey-container-servlet-core</artifactId>

modules/swagger-servlet/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
<artifactId>swagger-core</artifactId>
3535
<version>${project.parent.version}</version>
3636
</dependency>
37+
<dependency>
38+
<groupId>org.yaml</groupId>
39+
<artifactId>snakeyaml</artifactId>
40+
<version>${snakeyaml-version}</version>
41+
</dependency>
3742
<dependency>
3843
<groupId>javax.servlet</groupId>
3944
<artifactId>servlet-api</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@
632632
This version pin for jackson-databind can be removed when bumping jackson to 2.14
633633
-->
634634
<jackson-databind-version>2.13.2.2</jackson-databind-version>
635-
<snakeyaml-version>1.32</snakeyaml-version>
635+
<snakeyaml-version>1.33</snakeyaml-version>
636636
<logback-version>1.2.9</logback-version>
637637
<reflections-version>0.9.11</reflections-version>
638638
<guava-version>31.0.1-android</guava-version>

0 commit comments

Comments
 (0)