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

Upgrade okhttp, kotlin-stdlib, junit fixing vulnerabilities #1361

Merged
merged 3 commits into from
Aug 29, 2022

Commits on Aug 29, 2022

  1. Upgrade okttp to 4.10.0 fixing Information Exposure vuln

    Upgrade com.squareup.okhttp3:okhttp from 4.8.1 to 4.10.0
    fixing an information exposure vulnerability:
    https://security.snyk.io/vuln/SNYK-JAVA-COMSQUAREUPOKHTTP3-2958044
    
    This indirectly upgrades org.jetbrains.kotlin:kotlin-stdlib from
    1.3.72 to 1.6.20 fixing an improper locking vulnerability:
    https://nvd.nist.gov/vuln/detail/CVE-2022-24329
    julianladisch committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    98c42d0 View commit details
    Browse the repository at this point in the history
  2. Upgrade to junit 4.13.2 fixing Information Exposure (CVE-2020-15250)

    Upgrade junit from 4.13 to 4.13.2 fixing an Information Exposure
    vulnerability: https://nvd.nist.gov/vuln/detail/CVE-2020-15250
    julianladisch committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    45b7ab9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea3bbc2 View commit details
    Browse the repository at this point in the history