Skip to content

Refactoring to resolve security issues by low-version of the dependency libraries. #11

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

Open
TaehoonK opened this issue Nov 11, 2020 · 0 comments · May be fixed by #12
Open

Refactoring to resolve security issues by low-version of the dependency libraries. #11

TaehoonK opened this issue Nov 11, 2020 · 0 comments · May be fixed by #12
Assignees
Labels
bug Something isn't working dependencies Pull requests that update a dependency file

Comments

@TaehoonK
Copy link
Member

Refactoring to resolve security issues by low-version of the dependency libraries.

  • Update dependency libraries version to stable latest version.
    <spring.version>5.2.10.RELEASE</spring.version>
    <jetty.version>9.4.34.v20201102</jetty.version>
    <slf4j.version>1.7.30</slf4j.version>
    <fasterxml.jackson.version>2.11.2</fasterxml.jackson.version>
    <jaxb-api.version>2.3.1</jaxb-api.version>
    <jaxb-core.version>2.3.0.1</jaxb-core.version>
    <junit.version>4.13.1</junit.version>
  • Reformatting all source code to UTF-8 encoding.
  • Delete unnecessary codes and libraries.
  • Update the JDK version to 11.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment