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

Dependency upgrades #3223

Open
elharo opened this issue Jul 11, 2018 · 1 comment
Open

Dependency upgrades #3223

elharo opened this issue Jul 11, 2018 · 1 comment

Comments

@elharo
Copy link
Contributor

elharo commented Jul 11, 2018

At least these three dependencies are due for upgrades:

    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-compress</artifactId>
      <version>1.14</version>
    </dependency>
    <dependency>
      <!-- bundle: jackson-core-asl -->
      <groupId>org.codehaus.jackson</groupId>
      <artifactId>jackson-core-asl</artifactId>
      <version>1.9.13</version>
    </dependency>
    <dependency>
      <!-- bundle: com.fasterxml.jackson.core.jackson-core -->
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-core</artifactId>
      <version>2.8.6</version>
    </dependency>

There may be others.

@elharo elharo added the cleanup label Jul 11, 2018
@elharo
Copy link
Contributor Author

elharo commented Sep 6, 2018

Also:
gson 2.8.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants