Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 3 vulnerable dependencies #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.1.0-SNAPSHOT</version>
<version>10.2.0-SNAPSHOT</version>
</parent>

<artifactId>feign-benchmark</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.1.0-SNAPSHOT</version>
<version>10.2.0-SNAPSHOT</version>
</parent>

<artifactId>feign-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example-github/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.1.0-SNAPSHOT</version>
<version>10.2.0-SNAPSHOT</version>
</parent>

<groupId>io.github.openfeign</groupId>
Expand Down
2 changes: 1 addition & 1 deletion example-wikipedia/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.1.0-SNAPSHOT</version>
<version>10.2.0-SNAPSHOT</version>
</parent>

<groupId>io.github.openfeign</groupId>
Expand Down
2 changes: 1 addition & 1 deletion gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.1.0-SNAPSHOT</version>
<version>10.2.0-SNAPSHOT</version>
</parent>

<artifactId>feign-gson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.1.0-SNAPSHOT</version>
<version>10.2.0-SNAPSHOT</version>
</parent>

<artifactId>feign-httpclient</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hystrix/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.1.0-SNAPSHOT</version>
<version>10.2.0-SNAPSHOT</version>
</parent>

<artifactId>feign-hystrix</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions jackson-jaxb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.1.0-SNAPSHOT</version>
<version>10.2.0-SNAPSHOT</version>
</parent>

<artifactId>feign-jackson-jaxb</artifactId>
Expand Down Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId>
<version>2.6.4</version>
<version>2.9.8</version>
</dependency>

<!-- RuntimeDelegateImpl -->
Expand Down
2 changes: 1 addition & 1 deletion jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.1.0-SNAPSHOT</version>
<version>10.2.0-SNAPSHOT</version>
</parent>

<artifactId>feign-jackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.1.0-SNAPSHOT</version>
<version>10.2.0-SNAPSHOT</version>
</parent>

<artifactId>feign-java11</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.1.0-SNAPSHOT</version>
<version>10.2.0-SNAPSHOT</version>
</parent>

<!-- remove after feign 10.0 release -->
Expand Down
2 changes: 1 addition & 1 deletion jaxb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.1.0-SNAPSHOT</version>
<version>10.2.0-SNAPSHOT</version>
</parent>

<artifactId>feign-jaxb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.1.0-SNAPSHOT</version>
<version>10.2.0-SNAPSHOT</version>
</parent>

<artifactId>feign-jaxrs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.1.0-SNAPSHOT</version>
<version>10.2.0-SNAPSHOT</version>
</parent>

<artifactId>feign-jaxrs2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.1.0-SNAPSHOT</version>
<version>10.2.0-SNAPSHOT</version>
</parent>

<artifactId>feign-mock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion okhttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.1.0-SNAPSHOT</version>
<version>10.2.0-SNAPSHOT</version>
</parent>

<artifactId>feign-okhttp</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.1.0-SNAPSHOT</version>
<version>10.2.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Feign (Parent)</name>
Expand Down Expand Up @@ -70,7 +70,7 @@
<gson.version>2.5</gson.version>

<junit.version>4.12</junit.version>
<jackson.version>2.9.6</jackson.version>
<jackson.version>2.9.8</jackson.version>
<assertj.version>3.10.0</assertj.version>

<animal-sniffer-maven-plugin.version>1.17</animal-sniffer-maven-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.1.0-SNAPSHOT</version>
<version>10.2.0-SNAPSHOT</version>
</parent>
<artifactId>feign-reactive-wrappers</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion ribbon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.1.0-SNAPSHOT</version>
<version>10.2.0-SNAPSHOT</version>
</parent>

<artifactId>feign-ribbon</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.1.0-SNAPSHOT</version>
<version>10.2.0-SNAPSHOT</version>
</parent>

<artifactId>feign-sax</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.1.0-SNAPSHOT</version>
<version>10.2.0-SNAPSHOT</version>
</parent>

<artifactId>feign-slf4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.0.2-SNAPSHOT</version>
<version>10.2.0-SNAPSHOT</version>
</parent>

<artifactId>feign-soap</artifactId>
Expand Down