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

Bump ktorVersion from 1.6.4 to 1.6.7 in /prime-router #3353

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2021

Bumps ktorVersion from 1.6.4 to 1.6.7.
Updates ktor-client-core from 1.6.4 to 1.6.7

Release notes

Sourced from ktor-client-core's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)

1.6.5 Release

  • Bump kotlin from 1.5.30 to 1.5.31
  • Bump tomcat from 9.0.48 to 9.0.54
  • Bump logback from 1.2.3 to 1.2.6
  • Bump slf4j from 1.7.30 to 1.7.32
  • Bump gson from 2.8.6 to 2.8.9
  • Bump okhttp from 4.6.0 to 4.9.2
  • Bump jackson from 2.12.3 to 2.13.0
  • Bump mockk from 1.10.6 to 1.12.0
  • Add Apple Silicon targets (KTOR-3082)
  • Fix HttpCookies feature overwriting request cookies (KTOR-3105)
  • Change EAP version scheme (KTOR-3319)
  • Update Netty to 4.1.69.Final (KTOR-472)
  • Allow wildcard origins for CORS requests (KTOR-316)
  • Add a host check for illegal symbols (KTOR-384)
  • Add check to prevent anyHost with allowCredentials (KTOR-2872)
  • Bump metrics-core from 4.2.3 to 4.2.4
  • Bump webjars-locator-core from 0.47 to 0.48
  • Bump metrics-jvm from 4.2.3 to 4.2.4
  • Fix ProxyType.SOCKS being mapped to Proxy.Type.DIRECT
  • fix grammar (KTOR-3237)
  • Bump micrometer-core from 1.7.4 to 1.7.5
  • Ignore flaky testTimeoutPriority (KTOR-3243)
  • Fix npe if static file not found (KTOR-2811)
  • Fix flaky timeoutPriorityTest (KTOR-3243)
  • Fill Content-Length for PartialContent (KTOR-308)
  • Change default log-level to INFO (KTOR-806)
  • Use require from the stdlib instead of internal require (KTOR-2626)
Changelog

Sourced from ktor-client-core's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)

1.6.5

Published 2 November 2021

  • Bump kotlin from 1.5.30 to 1.5.31
  • Bump tomcat from 9.0.58 to 9.0.54
  • Bump logback from 1.2.3 to 1.2.6
  • Bump slf4j from 1.7.30 to 1.7.32
  • Bump gson from 2.8.6 to 2.8.9
  • Bump okhttp from 4.6.0 to 4.9.2
  • Bump jackson from 2.12.3 to 2.13.0
  • Bump mockk from 1.10.6 to 1.12.0
  • Add Apple Silicon targets (KTOR-3082)
  • Fix HttpCookies feature overwriting request cookies (KTOR-3105)
  • Change EAP version scheme (KTOR-3319)
  • Update Netty to 4.1.69.Final (KTOR-472)
  • Allow wildcard origins for CORS requests (KTOR-316)
  • Add a host check for illegal symbols (KTOR-384)
  • Add check to prevent anyHost with allowCredentials (KTOR-2872)
  • Bump metrics-core from 4.2.3 to 4.2.4
  • Bump webjars-locator-core from 0.47 to 0.48
  • Bump metrics-jvm from 4.2.3 to 4.2.4
  • Fix ProxyType.SOCKS being mapped to Proxy.Type.DIRECT
  • fix grammar (KTOR-3237)
  • Bump micrometer-core from 1.7.4 to 1.7.5
  • Ignore flaky testTimeoutPriority (KTOR-3243)
  • Fix npe if static file not found (KTOR-2811)
  • Fix flaky timeoutPriorityTest (KTOR-3243)
  • Fill Content-Length for PartialContent (KTOR-308)
  • Change default log-level to INFO (KTOR-806)
  • Use require from the stdlib instead of internal require (KTOR-2626)
Commits

Updates ktor-client-cio from 1.6.4 to 1.6.7

Release notes

Sourced from ktor-client-cio's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)

1.6.5 Release

  • Bump kotlin from 1.5.30 to 1.5.31
  • Bump tomcat from 9.0.48 to 9.0.54
  • Bump logback from 1.2.3 to 1.2.6
  • Bump slf4j from 1.7.30 to 1.7.32
  • Bump gson from 2.8.6 to 2.8.9
  • Bump okhttp from 4.6.0 to 4.9.2
  • Bump jackson from 2.12.3 to 2.13.0
  • Bump mockk from 1.10.6 to 1.12.0
  • Add Apple Silicon targets (KTOR-3082)
  • Fix HttpCookies feature overwriting request cookies (KTOR-3105)
  • Change EAP version scheme (KTOR-3319)
  • Update Netty to 4.1.69.Final (KTOR-472)
  • Allow wildcard origins for CORS requests (KTOR-316)
  • Add a host check for illegal symbols (KTOR-384)
  • Add check to prevent anyHost with allowCredentials (KTOR-2872)
  • Bump metrics-core from 4.2.3 to 4.2.4
  • Bump webjars-locator-core from 0.47 to 0.48
  • Bump metrics-jvm from 4.2.3 to 4.2.4
  • Fix ProxyType.SOCKS being mapped to Proxy.Type.DIRECT
  • fix grammar (KTOR-3237)
  • Bump micrometer-core from 1.7.4 to 1.7.5
  • Ignore flaky testTimeoutPriority (KTOR-3243)
  • Fix npe if static file not found (KTOR-2811)
  • Fix flaky timeoutPriorityTest (KTOR-3243)
  • Fill Content-Length for PartialContent (KTOR-308)
  • Change default log-level to INFO (KTOR-806)
  • Use require from the stdlib instead of internal require (KTOR-2626)
Changelog

Sourced from ktor-client-cio's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)

1.6.5

Published 2 November 2021

  • Bump kotlin from 1.5.30 to 1.5.31
  • Bump tomcat from 9.0.58 to 9.0.54
  • Bump logback from 1.2.3 to 1.2.6
  • Bump slf4j from 1.7.30 to 1.7.32
  • Bump gson from 2.8.6 to 2.8.9
  • Bump okhttp from 4.6.0 to 4.9.2
  • Bump jackson from 2.12.3 to 2.13.0
  • Bump mockk from 1.10.6 to 1.12.0
  • Add Apple Silicon targets (KTOR-3082)
  • Fix HttpCookies feature overwriting request cookies (KTOR-3105)
  • Change EAP version scheme (KTOR-3319)
  • Update Netty to 4.1.69.Final (KTOR-472)
  • Allow wildcard origins for CORS requests (KTOR-316)
  • Add a host check for illegal symbols (KTOR-384)
  • Add check to prevent anyHost with allowCredentials (KTOR-2872)
  • Bump metrics-core from 4.2.3 to 4.2.4
  • Bump webjars-locator-core from 0.47 to 0.48
  • Bump metrics-jvm from 4.2.3 to 4.2.4
  • Fix ProxyType.SOCKS being mapped to Proxy.Type.DIRECT
  • fix grammar (KTOR-3237)
  • Bump micrometer-core from 1.7.4 to 1.7.5
  • Ignore flaky testTimeoutPriority (KTOR-3243)
  • Fix npe if static file not found (KTOR-2811)
  • Fix flaky timeoutPriorityTest (KTOR-3243)
  • Fill Content-Length for PartialContent (KTOR-308)
  • Change default log-level to INFO (KTOR-806)
  • Use require from the stdlib instead of internal require (KTOR-2626)
Commits

Updates ktor-client-apache from 1.6.4 to 1.6.7

Release notes

Sourced from ktor-client-apache's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)

1.6.5 Release

  • Bump kotlin from 1.5.30 to 1.5.31
  • Bump tomcat from 9.0.48 to 9.0.54
  • Bump logback from 1.2.3 to 1.2.6
  • Bump slf4j from 1.7.30 to 1.7.32
  • Bump gson from 2.8.6 to 2.8.9
  • Bump okhttp from 4.6.0 to 4.9.2
  • Bump jackson from 2.12.3 to 2.13.0
  • Bump mockk from 1.10.6 to 1.12.0
  • Add Apple Silicon targets (KTOR-3082)
  • Fix HttpCookies feature overwriting request cookies (KTOR-3105)
  • Change EAP version scheme (KTOR-3319)
  • Update Netty to 4.1.69.Final (KTOR-472)
  • Allow wildcard origins for CORS requests (KTOR-316)
  • Add a host check for illegal symbols (KTOR-384)
  • Add check to prevent anyHost with allowCredentials (KTOR-2872)
  • Bump metrics-core from 4.2.3 to 4.2.4
  • Bump webjars-locator-core from 0.47 to 0.48
  • Bump metrics-jvm from 4.2.3 to 4.2.4
  • Fix ProxyType.SOCKS being mapped to Proxy.Type.DIRECT
  • fix grammar (KTOR-3237)
  • Bump micrometer-core from 1.7.4 to 1.7.5
  • Ignore flaky testTimeoutPriority (KTOR-3243)
  • Fix npe if static file not found (KTOR-2811)
  • Fix flaky timeoutPriorityTest (KTOR-3243)
  • Fill Content-Length for PartialContent (KTOR-308)
  • Change default log-level to INFO (KTOR-806)
  • Use require from the stdlib instead of internal require (KTOR-2626)
Changelog

Sourced from ktor-client-apache's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)

1.6.5

Published 2 November 2021

  • Bump kotlin from 1.5.30 to 1.5.31
  • Bump tomcat from 9.0.58 to 9.0.54
  • Bump logback from 1.2.3 to 1.2.6
  • Bump slf4j from 1.7.30 to 1.7.32
  • Bump gson from 2.8.6 to 2.8.9
  • Bump okhttp from 4.6.0 to 4.9.2
  • Bump jackson from 2.12.3 to 2.13.0
  • Bump mockk from 1.10.6 to 1.12.0
  • Add Apple Silicon targets (KTOR-3082)
  • Fix HttpCookies feature overwriting request cookies (KTOR-3105)
  • Change EAP version scheme (KTOR-3319)
  • Update Netty to 4.1.69.Final (KTOR-472)
  • Allow wildcard origins for CORS requests (KTOR-316)
  • Add a host check for illegal symbols (KTOR-384)
  • Add check to prevent anyHost with allowCredentials (KTOR-2872)
  • Bump metrics-core from 4.2.3 to 4.2.4
  • Bump webjars-locator-core from 0.47 to 0.48
  • Bump metrics-jvm from 4.2.3 to 4.2.4
  • Fix ProxyType.SOCKS being mapped to Proxy.Type.DIRECT
  • fix grammar (KTOR-3237)
  • Bump micrometer-core from 1.7.4 to 1.7.5
  • Ignore flaky testTimeoutPriority (KTOR-3243)
  • Fix npe if static file not found (KTOR-2811)
  • Fix flaky timeoutPriorityTest (KTOR-3243)
  • Fill Content-Length for PartialContent (KTOR-308)
  • Change default log-level to INFO (KTOR-806)
  • Use require from the stdlib instead of internal require (KTOR-2626)
Commits

Updates ktor-client-logging from 1.6.4 to 1.6.7

Release notes

Sourced from ktor-client-logging's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)

1.6.5 Release

  • Bump kotlin from 1.5.30 to 1.5.31
  • Bump tomcat from 9.0.48 to 9.0.54
  • Bump logback from 1.2.3 to 1.2.6
  • Bump slf4j from 1.7.30 to 1.7.32
  • Bump gson from 2.8.6 to 2.8.9
  • Bump okhttp from 4.6.0 to 4.9.2
  • Bump jackson from 2.12.3 to 2.13.0
  • Bump mockk from 1.10.6 to 1.12.0
  • Add Apple Silicon targets (KTOR-3082)
  • Fix HttpCookies feature overwriting request cookies (KTOR-3105)
  • Change EAP version scheme (KTOR-3319)
  • Update Netty to 4.1.69.Final (KTOR-472)
  • Allow wildcard origins for CORS requests (KTOR-316)
  • Add a host check for illegal symbols (KTOR-384)
  • Add check to prevent anyHost with allowCredentials (KTOR-2872)
  • Bump metrics-core from 4.2.3 to 4.2.4
  • Bump webjars-locator-core from 0.47 to 0.48
  • Bump metrics-jvm from 4.2.3 to 4.2.4
  • Fix ProxyType.SOCKS being mapped to Proxy.Type.DIRECT
  • fix grammar (KTOR-3237)
  • Bump micrometer-core from 1.7.4 to 1.7.5
  • Ignore flaky testTimeoutPriority (KTOR-3243)
  • Fix npe if static file not found (KTOR-2811)
  • Fix flaky timeoutPriorityTest (KTOR-3243)
  • Fill Content-Length for PartialContent (KTOR-308)
  • Change default log-level to INFO (KTOR-806)
  • Use require from the stdlib instead of internal require (KTOR-2626)
Changelog

Sourced from ktor-client-logging's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)

1.6.5

Published 2 November 2021

  • Bump kotlin from 1.5.30 to 1.5.31
  • Bump tomcat from 9.0.58 to 9.0.54
  • Bump logback from 1.2.3 to 1.2.6
  • Bump slf4j from 1.7.30 to 1.7.32
  • Bump gson from 2.8.6 to 2.8.9
  • Bump okhttp from 4.6.0 to 4.9.2
  • Bump jackson from 2.12.3 to 2.13.0
  • Bump mockk from 1.10.6 to 1.12.0
  • Add Apple Silicon targets (KTOR-3082)
  • Fix HttpCookies feature overwriting request cookies (KTOR-3105)
  • Change EAP version scheme (KTOR-3319)
  • Update Netty to 4.1.69.Final (KTOR-472)
  • Allow wildcard origins for CORS requests (KTOR-316)
  • Add a host check for illegal symbols (KTOR-384)
  • Add check to prevent anyHost with allowCredentials (KTOR-2872)
  • Bump metrics-core from 4.2.3 to 4.2.4
  • Bump webjars-locator-core from 0.47 to 0.48
  • Bump metrics-jvm from 4.2.3 to 4.2.4
  • Fix ProxyType.SOCKS being mapped to Proxy.Type.DIRECT
  • fix grammar (KTOR-3237)
  • Bump micrometer-core from 1.7.4 to 1.7.5
  • Ignore flaky testTimeoutPriority (KTOR-3243)
  • Fix npe if static file not found (KTOR-2811)
  • Fix flaky timeoutPriorityTest (KTOR-3243)
  • Fill Content-Length for PartialContent (KTOR-308)
  • Change default log-level to INFO (KTOR-806)
  • Use require from the stdlib instead of internal require (KTOR-2626)
Commits

Updates ktor-client-mock from 1.6.4 to 1.6.7

Release notes

Sourced from ktor-client-mock's releases.

1.6.6 Release

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)

1.6.5 Release

  • Bump kotlin from 1.5.30 to 1.5.31
  • Bump tomcat from 9.0.48 to 9.0.54
  • Bump logback from 1.2.3 to 1.2.6
  • Bump slf4j from 1.7.30 to 1.7.32
  • Bump gson from 2.8.6 to 2.8.9
  • Bump okhttp from 4.6.0 to 4.9.2
  • Bump jackson from 2.12.3 to 2.13.0
  • Bump mockk from 1.10.6 to 1.12.0
  • Add Apple Silicon targets (KTOR-3082)
  • Fix HttpCookies feature overwriting request cookies (KTOR-3105)
  • Change EAP version scheme (KTOR-3319)
  • Update Netty to 4.1.69.Final (KTOR-472)
  • Allow wildcard origins for CORS requests (KTOR-316)
  • Add a host check for illegal symbols (KTOR-384)
  • Add check to prevent anyHost with allowCredentials (KTOR-2872)
  • Bump metrics-core from 4.2.3 to 4.2.4
  • Bump webjars-locator-core from 0.47 to 0.48
  • Bump metrics-jvm from 4.2.3 to 4.2.4
  • Fix ProxyType.SOCKS being mapped to Proxy.Type.DIRECT
  • fix grammar (KTOR-3237)
  • Bump micrometer-core from 1.7.4 to 1.7.5
  • Ignore flaky testTimeoutPriority (KTOR-3243)
  • Fix npe if static file not found (KTOR-2811)
  • Fix flaky timeoutPriorityTest (KTOR-3243)
  • Fill Content-Length for PartialContent (KTOR-308)
  • Change default log-level to INFO (KTOR-806)
  • Use require from the stdlib instead of internal require (KTOR-2626)
Changelog

Sourced from ktor-client-mock's changelog.

1.6.6

Published 25 November 2021

  • Some Netty EngineMain properties are not set (KTOR-3464)
  • Session cookie with BASE64 encoding fails to set correct cookie (KTOR-524)
  • corsCheckRequestHeaders false (KTOR-445)
  • DropwizardMetrics does not append baseName to the 'per endpoint'-metrics (KTOR-2527)
  • Cookies that added to request got removed if HttpCookies plugin is installed (KTOR-3105)
  • Development mode isn't taken into account for subroutes (KTOR-3316)
  • URL port should be in 0..65535 (KTOR-3314)
  • Basic auth not sending second request (KTOR-3472)
  • Update Kotlin to 1.6.0 (KTOR-3422)

1.6.5

Published 2 November 2021

  • Bump kotlin from 1.5.30 to 1.5.31
  • Bump tomcat from 9.0.58 to 9.0.54
  • Bump logback from 1.2.3 to 1.2.6
  • Bump slf4j from 1.7.30 to 1.7.32
  • Bump gson from 2.8.6 to 2.8.9
  • Bump okhttp from 4.6.0 to 4.9.2
  • Bump jackson from 2.12.3 to 2.13.0
  • Bump mockk from 1.10.6 to 1.12.0
  • Add Apple Silicon targets (KTOR-3082)
  • Fix HttpCookies feature overwriting request cookies (KTOR-3105)
  • Change EAP version scheme (KTOR-3319)
  • Update Netty to 4.1.69.Final (KTOR-472)
  • Allow wildcard origins for CORS requests (KTOR-316)
  • Add a host check for illegal symbols (KTOR-384)
  • Add check to prevent anyHost with allowCredentials (KTOR-2872)
  • Bump metrics-core from 4.2.3 to 4.2.4
  • Bump webjars-locator-core from 0.47 to 0.48
  • Bump metrics-jvm from 4.2.3 to 4.2.4
  • Fix ProxyType.SOCKS being mapped to Proxy.Type.DIRECT
  • fix grammar (KTOR-3237)
  • Bump micrometer-core from 1.7.4 to 1.7.5
  • Ignore flaky testTimeoutPriority (KTOR-3243)
  • Fix npe if static file not found (KTOR-2811)
  • Fix flaky timeoutPriorityTest (KTOR-3243)
  • Fill Content-Length for PartialContent (KTOR-308)
  • Change default log-level to INFO (KTOR-806)
  • Use require from the stdlib instead of internal require (KTOR-2626)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
## Pull reviewers stats Stats for the last 30 days: | | User | Total reviews | Median time to review | Total comments | | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------- | | | cwinters-usds | **32** | [1h 46m](https://app.flowwer.dev/charts/review-time/~(u~(i~'86251310~n~'cwinters-usds)~p~30~r~(~(d~'r2d69n~t~'18d)~(d~'r2d6md~t~'1gh)~(d~'r2q773~t~'cw8d)~(d~'r2tp4t~t~'3k60)~(d~'r2pzle~t~'5at)~(d~'r2pzr3~t~'5gi)~(d~'r2schs~t~'1pa)~(d~'r2qefq~t~'f6)~(d~'r2qeq5~t~'pl)~(d~'r2qerc~t~'qs)~(d~'r2ruul~t~'101)~(d~'r2rzdk~t~'13e4)~(d~'r2of07~t~'9o)~(d~'r2h24e~t~'19n)~(d~'r2h370~t~'5j)~(d~'r2mulc~t~'314)~(d~'r2mum0~t~'31s)~(d~'r2muoq~t~'34i)~(d~'r2mty3~t~'ebb)~(d~'r2mwxj~t~'9nyb)~(d~'r2mwzl~t~'9kua)~(d~'r3chws~t~'4wy)~(d~'r2zet7~t~'3jw)~(d~'r3sw7k~t~'112)~(d~'r3julm~t~'i7)~(d~'r3k07i~t~'643)~(d~'r3p6id~t~'8zj8)~(d~'r3p6q7~t~'8zr2)~(d~'r3p6zv~t~'900q)~(d~'r3p78d~t~'9098)~(d~'r3p79m~t~'90ah)~(d~'r3p7bp~t~'90ck)~(d~'r3p9gj~t~'92he)~(d~'r2mu1x~t~'1ip)~(d~'r3rih1~t~'7tc)~(d~'r3p4z7~t~'cfvc)~(d~'r3hwfo~t~'1a3q)~(d~'r3hwgo~t~'1a4q)~(d~'r3hwhi~t~'1a5k)~(d~'r3hww8~t~'1aka)~(d~'r3hwzh~t~'1anj)~(d~'r2qedb~t~'3ua)~(d~'r3ritk~t~'76)~(d~'r3uwer~t~'1i)~(d~'r3tcac~t~'16y)~(d~'r3tcwt~t~'df)~(d~'r3tcxq~t~'ec)~(d~'r3v4u1~t~'23wv)~(d~'r3vagp~t~'c6)~(d~'r3vahy~t~'df)~(d~'r33f07~t~'ffd)))) | 19 | | | MauriceReeves-usds | 30 | [15h](https://app.flowwer.dev/charts/review-time/~(u~(i~'74194189~n~'MauriceReeves-usds)~p~30~r~(~(d~'r2zb63~t~'aqke)~(d~'r2z8ca~t~'4zmi)~(d~'r2u76d~t~'1ab)~(d~'r2gqu9~t~'3cdy)~(d~'r2pzyo~t~'15o0)~(d~'r2o37b~t~'27q)~(d~'r2doob~t~'dpl)~(d~'r2rual~t~'1pbs)~(d~'r2gqsv~t~'17n5)~(d~'r2mlni~t~'58nc)~(d~'r2gqti~t~'1i17)~(d~'r2mlha~t~'5ui)~(d~'r3eavf~t~'15m8)~(d~'r3el16~t~'7w)~(d~'r3emzs~t~'24g)~(d~'r3elo4~t~'bd)~(d~'r3em56~t~'le)~(d~'r3ekss~t~'qv)~(d~'r3d4ef~t~'jc2)~(d~'r316mf~t~'1sao)~(d~'r2zf3l~t~'52cm)~(d~'r3swhh~t~'9o)~(d~'r3d52y~t~'a8c)~(d~'r3tm6y~t~'o7)~(d~'r3d55g~t~'5zzo)~(d~'r3p73y~t~'adcu)~(d~'r3d5z9~t~'6e7a)~(d~'r3p7ni~t~'94u3)~(d~'r3wjss~t~'3d1i)~(d~'r3wjvp~t~'1de5)~(d~'r3wk8s~t~'hwik)~(d~'r3wklf~t~'bo)~(d~'r3wkyx~t~'ao)))) | 11 | | | kevinhaube | 22 | [28m](https://app.flowwer.dev/charts/review-time/~(u~(i~'4022304~n~'kevinhaube)~p~30~r~(~(d~'r2zezt~t~'u)~(d~'r2ziqy~t~'u)~(d~'r2zjjk~t~'c5)~(d~'r2zjny~t~'3q)~(d~'r2gq9s~t~'354l)~(d~'r2sf3m~t~'a)~(d~'r2sen7~t~'6p)~(d~'r2seuw~t~'e)~(d~'r2mrpn~t~'2p)~(d~'r2h267~t~'1bg)~(d~'r2h5mm~t~'1o)~(d~'r2h5ea~t~'5q)~(d~'r2h33t~t~'2c)~(d~'r31f6z~t~'4c4)~(d~'r3hsru~t~'15g7)~(d~'r3i17u~t~'1dw7)~(d~'r3i18e~t~'1dwr)~(d~'r3r4gv~t~'56)~(d~'r3sw6s~t~'w2c)~(d~'r3phjv~t~'o6nc)~(d~'r3htfd~t~'173f)~(d~'r3i0jd~t~'34w)~(d~'r3jn0b~t~'12bb)~(d~'r3jn5z~t~'12gz)~(d~'r3t11n~t~'4y)~(d~'r3jmvl~t~'17b5)~(d~'r3p95o~t~'5cyl)))) | 10 | | | sean-usds | 20 | [1h 12m](https://app.flowwer.dev/charts/review-time/~(u~(i~'87096393~n~'sean-usds)~p~30~r~(~(d~'r2u7k7~t~'w6)~(d~'r2ugvm~t~'37v)~(d~'r2d6of~t~'1ij)~(d~'r2dc5j~t~'7m)~(d~'r2twyx~t~'3k0q)~(d~'r2gwsm~t~'48n)~(d~'r3ecas~t~'21o5)~(d~'r3ecg5~t~'21ua)~(d~'r3ecl0~t~'2200)~(d~'r3ebcm~t~'cil5)~(d~'r3gcz2~t~'42fy)~(d~'r3jx5m~t~'1ej)~(d~'r3rkcf~t~'8e)~(d~'r3rl89~t~'qo)~(d~'r3rlwp~t~'48)~(d~'r3pz9v~t~'850)~(d~'r3pza4~t~'859)~(d~'r3cppe~t~'lj)~(d~'r3cpsw~t~'p1)~(d~'r3gsti~t~'6hk)~(d~'r3jx46~t~'1bg)~(d~'r3rlqs~t~'s)~(d~'r3v27u~t~'3c8)~(d~'r3tfxi~t~'iru)~(d~'r3v904~t~'2bug)))) | 7 | | | carlosfelix2 | 19 | [15h 31m](https://app.flowwer.dev/charts/review-time/~(u~(i~'63804190~n~'carlosfelix2)~p~30~r~(~(d~'r2d4z4~t~'fl)~(d~'r2d66q~t~'10u)~(d~'r2d7md~t~'yo)~(d~'r2ml48~t~'9a5i)~(d~'r2q97e~t~'cy8o)~(d~'r2q06x~t~'g)~(d~'r2qcc0~t~'1ihh)~(d~'r2rv2m~t~'182)~(d~'r2rv2q~t~'186)~(d~'r2di02~t~'1tl)~(d~'r2dim1~t~'2fk)~(d~'r2mc1j~t~'1z0g)~(d~'r2o5zo~t~'2e)~(d~'r3e8nf~t~'19a)~(d~'r314i9~t~'e1s5)~(d~'r3hsnf~t~'3elw)~(d~'r3hsb9~t~'1lc4)~(d~'r3g78r~t~'e1c)~(d~'r3r7mz~t~'8p3v)~(d~'r3r7q8~t~'8p74)~(d~'r2tw63~t~'1eog)~(d~'r2tw6x~t~'1epa)~(d~'r2tw9t~t~'1es6)~(d~'r2tweg~t~'1ewt)~(d~'r2twfc~t~'1exp)~(d~'r2twj3~t~'1f1g)~(d~'r2scre~t~'228d)~(d~'r2sdwg~t~'23df)~(d~'r3joxu~t~'2wk)~(d~'r3jp02~t~'2ys)~(d~'r3cahz~t~'55c7)~(d~'r3v4vf~t~'44)~(d~'r337mz~t~'asd)~(d~'r337on~t~'au1)~(d~'r3387t~t~'bd7)~(d~'r33f6c~t~'22v)~(d~'r33f74~t~'23n)~(d~'r33fa8~t~'26r)~(d~'r33fbo~t~'287)~(d~'r3p70t~t~'947e)~(d~'r3p72n~t~'9498)~(d~'r3p73a~t~'949v)~(d~'r3jotc~t~'173o)))) | **54** | | | jimduff-usds | 18 | [1d 2h 18m](https://app.flowwer.dev/charts/review-time/~(u~(i~'62258514~n~'jimduff-usds)~p~30~r~(~(d~'r2touj~t~'16j)~(d~'r2puoy~t~'10ea)~(d~'r2tysp~t~'3ttw)~(d~'r2tkqx~t~'1kah)~(d~'r2n47j~t~'ho)~(d~'r2mp63~t~'9nme)~(d~'r322cl~t~'dp8)~(d~'r3ggw4~t~'4t4)~(d~'r3i7xv~t~'5lj3)~(d~'r3pmko~t~'f8y)~(d~'r3hpi7~t~'yiw)~(d~'r3i91h~t~'211c)~(d~'r3p5c6~t~'alo4)~(d~'r2tkxk~t~'302l)~(d~'r3p4dv~t~'arae)~(d~'r330n0~t~'3se)~(d~'r3p8rx~t~'95yi)~(d~'r3uui4~t~'3ehs)~(d~'r3vp6h~t~'4965)~(d~'r3vp6m~t~'496a)~(d~'r3uvqf~t~'1ykr)))) | 10 | | | RickHawesUSDS | 15 | [4h 12m](https://app.flowwer.dev/charts/review-time/~(u~(i~'48692522~n~'RickHawesUSDS)~p~30~r~(~(d~'r2ow0j~t~'beu)~(d~'r2owa9~t~'bok)~(d~'r2zepb~t~'12x)~(d~'r2rvbi~t~'1w6)~(d~'r2zfft~t~'5f79)~(d~'r2mt2k~t~'haa)~(d~'r2ou7r~t~'8m)~(d~'r2s8yz~t~'f8i)~(d~'r2uatn~t~'ei)~(d~'r31dof~t~'4ve)~(d~'r3ceor~t~'cxsc)~(d~'r31qgm~t~'9bz)~(d~'r3r8ss~t~'1xpm)~(d~'r2qq41~t~'idj)~(d~'r3cbt3~t~'5fn2)~(d~'r3rib5~t~'9r4)~(d~'r3cspw~t~'j2n)~(d~'r3i1c3~t~'3o8m)~(d~'r3ve9k~t~'13d)))) | 6 | | | whytheplatypus | 10 | [17h 22m](https://app.flowwer.dev/charts/review-time/~(u~(i~'410846~n~'whytheplatypus)~p~30~r~(~(d~'r2q0xk~t~'6mz)~(d~'r2tm3y~t~'1pu)~(d~'r2rwr2~t~'fx)~(d~'r2qel8~t~'ko)~(d~'r3c5du~t~'91uk)~(d~'r3r5ao~t~'1xyy)~(d~'r2tsy0~t~'1bgd)~(d~'r3g87k~t~'7f)~(d~'r3i8g4~t~'20fz)~(d~'r3re9p~t~'235u)~(d~'r3e0ib~t~'3hfp)~(d~'r3joxm~t~'2ies)~(d~'r3t172~t~'1m6)~(d~'r3ur8y~t~'1c7p)~(d~'r3ur97~t~'1c7y)~(d~'r3jpo5~t~'17yh)~(d~'r3v6oo~t~'74)~(d~'r3uuwm~t~'3ewa)~(d~'r3uwyw~t~'3gyk)~(d~'r3uxd5~t~'3hct)~(d~'r3wk0l~t~'5409)))) | 20 | | | clediggins-usds | 10 | [2h 51m](https://app.flowwer.dev/charts/review-time/~(u~(i~'89804087~n~'clediggins-usds)~p~30~r~(~(d~'r2u161~t~'1mo)~(d~'r2zqnb~t~'5kr9)~(d~'r2qmoh~t~'fk)~(d~'r2otta~t~'2dcn)~(d~'r2qm4i~t~'91u)~(d~'r2op0l~t~'fd)~(d~'r2oq3n~t~'ch)~(d~'r2opoi~t~'ks)~(d~'r2oojb~t~'fk)~(d~'r2oo1i~t~'6ry)~(d~'r2twb8~t~'1etl)~(d~'r3rdm6~t~'22ib)~(d~'r3rdnl~t~'22jq)~(d~'r3ckty~t~'8u3y)))) | 24 | | | TomNUSDS | 9 | [40m](https://app.flowwer.dev/charts/review-time/~(u~(i~'74203452~n~'TomNUSDS)~p~30~r~(~(d~'r2zq07~t~'o)~(d~'r2zrhe~t~'3m)~(d~'r2gya9~t~'11)~(d~'r2mldj~t~'6tq)~(d~'r2mlfq~t~'6vx)~(d~'r2mr1r~t~'1tw)~(d~'r31hlm~t~'gz)~(d~'r3hyei~t~'1b2v)~(d~'r3s0eo~t~'a8)~(d~'r3pi7c~t~'6ge)~(d~'r3v20b~t~'34p)))) | 2 | | | jbiskie | 5 | [1h 26m](https://app.flowwer.dev/charts/review-time/~(u~(i~'84460447~n~'jbiskie)~p~30~r~(~(d~'r3g187~t~'4sm)~(d~'r3r41m~t~'39f)~(d~'r3r474~t~'2i7)~(d~'r3jqri~t~'4q8)~(d~'r3pbdw~t~'s3z)~(d~'r3uv0r~t~'130)))) | 1 | | | jorg3lopez | 3 | [1d 8h 45m](https://app.flowwer.dev/charts/review-time/~(u~(i~'49923512~n~'jorg3lopez)~p~30~r~(~(d~'r3jpi1~t~'2iz7)~(d~'r3opz0~t~'y541)~(d~'r3v9k5~t~'353)))) | 0 | | | brick-green-agile6 | 3 | [**15m**](https://app.flowwer.dev/charts/review-time/~(u~(i~'86254221~n~'brick-green-agile6)~p~30~r~(~(d~'r33c6l~t~'pb)~(d~'r2moeo~t~'jr)~(d~'r3pv34~t~'1fy1)))) | 2 | | | ahay-agile6 | 2 | [1d 9h 28m](https://app.flowwer.dev/charts/review-time/~(u~(i~'19178435~n~'ahay-agile6)~p~30~r~(~(d~'r2zdip~t~'4zuy)~(d~'r2mtil~t~'62o)))) | 0 | | | JosiahSiegel | 1 | [5d 2h 55m](https://app.flowwer.dev/charts/review-time/~(u~(i~'5522990~n~'JosiahSiegel)~p~30~r~(~(d~'r2ms4x~t~'9h67)~(d~'r2mso5~t~'9hpf)))) | 2 | | | MikeC-A6 | 1 | [7h 7m](https://app.flowwer.dev/charts/review-time/~(u~(i~'77452595~n~'MikeC-A6)~p~30~r~(~(d~'r3g954~t~'19c4)~(d~'r3hpr9~t~'j8f)~(d~'r3hqu5~t~'kbb)~(d~'r3jpko~t~'7b)))) | 3 | | | rhood23699 | 1 | [14h 10m](https://app.flowwer.dev/charts/review-time/~(u~(i~'86322826~n~'rhood23699)~p~30~r~(~(d~'r3ft6z~t~'13ca)))) | 0 | | | sethdarragile6 | 1 | [2h 17m](https://app.flowwer.dev/charts/review-time/~(u~(i~'92405130~n~'sethdarragile6)~p~30~r~(~(d~'r2gywn~t~'6co)))) | 0 |

Bumps `ktorVersion` from 1.6.4 to 1.6.7.

Updates `ktor-client-core` from 1.6.4 to 1.6.7
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

Updates `ktor-client-cio` from 1.6.4 to 1.6.7
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

Updates `ktor-client-apache` from 1.6.4 to 1.6.7
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

Updates `ktor-client-logging` from 1.6.4 to 1.6.7
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

Updates `ktor-client-mock` from 1.6.4 to 1.6.7
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-cio
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-apache
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-mock
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 8, 2021
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@github-actions
Copy link
Contributor

Unit Test Results

  41 files  ±0    41 suites  ±0   27s ⏱️ -7s
309 tests ±0  305 ✔️ ±0  4 💤 ±0  0 ±0 

Results for commit 0163b8e. ± Comparison against base commit 4ca4c78.

@MauriceReeves-usds MauriceReeves-usds enabled auto-merge (squash) December 10, 2021 14:29
@github-actions
Copy link
Contributor

Integration Test Results

11 files  ±0  11 suites  ±0   1m 30s ⏱️ -32s
82 tests ±0  82 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit 0163b8e. ± Comparison against base commit 4ca4c78.

@MauriceReeves-usds MauriceReeves-usds merged commit 8d8b056 into master Dec 10, 2021
@MauriceReeves-usds MauriceReeves-usds deleted the dependabot/gradle/prime-router/ktorVersion-1.6.7 branch December 10, 2021 14:32
carlosfelix2 added a commit that referenced this pull request Dec 15, 2021
* 3125 Moved fips-county table to the database (#3126)

* Moved fips-county table to the database

* Fixed unit tests

* Run integration tests with container

* Clear files after upload (#3355)

* Clear files after upload

* Change FileInput key to force reset

* Cleanup

* Correct reversed upload errors and warnings (#3359)

* added null check on originState

* add unit test for cliaForOutOFStateTesting

* Bump cypress from 9.1.0 to 9.1.1 in /frontend-react (#3317)

Bumps [cypress](https://github.com/cypress-io/cypress) from 9.1.0 to 9.1.1.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](cypress-io/cypress@v9.1.0...v9.1.1)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* VT - replaceValue for MSH-3-1 (#3370)

* MSH-3-1 added to HD field list

* replace MSH-3-1 value

* adds test case

* edits to serializer file

* ignored test case until it can be ran

* comments for ignored test case

* 3271 Added wait for API to be available to settings command (#3337)

* Added wait for API to settings

* Update Zip Codes (#3376)

* Fix 404 page copy for staging and production (#3377)

Since we renamed "build" -> "build:staging" and "build:production", the `"postbuild"` should also be renamed to "postbuild:staging" and "postbuild:production"

* addd tests for missing state, only provider state, and only ordering state

* 343 - Fixed the ValueSets Code: ">" for Markdown Table (#3204)

* 343 - Fixed the ValueSets Code: ">" for Markdown Table

Code: ">" in common.valuesets table hl70078 is the blockquote
markdown control character. We need to user "&#62;" (html code
symbol for ">" instead.

* Added Unit Test case for checking the &#62; (special character for >)

* How It Works bad path fix (#3384)

* Fixes 404 for How It Works and handles non-extended HIW paths

* adjusted the strings to conform with ktlint length

* changed away from sting builder

* Create FORM-NAME.yml

* fix errror with multiline string

* Bump org.flywaydb.flyway from 8.0.4 to 8.2.0 in /prime-router (#3261)

Bumps org.flywaydb.flyway from 8.0.4 to 8.2.0.

---
updated-dependencies:
- dependency-name: org.flywaydb.flyway
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maurice Reeves <[email protected]>

* Bump ktorVersion from 1.6.4 to 1.6.7 in /prime-router (#3353)

Bumps `ktorVersion` from 1.6.4 to 1.6.7.

Updates `ktor-client-core` from 1.6.4 to 1.6.7
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

Updates `ktor-client-cio` from 1.6.4 to 1.6.7
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

Updates `ktor-client-apache` from 1.6.4 to 1.6.7
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

Updates `ktor-client-logging` from 1.6.4 to 1.6.7
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

Updates `ktor-client-mock` from 1.6.4 to 1.6.7
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-cio
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-apache
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-mock
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maurice Reeves <[email protected]>

* Bump azure-core from 1.22.0 to 1.23.1 in /prime-router (#3352)

Bumps [azure-core](https://github.com/Azure/azure-sdk-for-java) from 1.22.0 to 1.23.1.
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-core_1.22.0...azure-core_1.23.1)

---
updated-dependencies:
- dependency-name: com.azure:azure-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maurice Reeves <[email protected]>

* Bump junit-jupiter-api from 5.8.1 to 5.8.2 in /prime-router (#3263)

Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.1...r5.8.2)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rick Hawes <[email protected]>
Co-authored-by: Maurice Reeves <[email protected]>

* Bump thymeleaf from 3.0.12.RELEASE to 3.0.14.RELEASE in /prime-router (#3354)

Bumps [thymeleaf](https://github.com/thymeleaf/thymeleaf) from 3.0.12.RELEASE to 3.0.14.RELEASE.
- [Release notes](https://github.com/thymeleaf/thymeleaf/releases)
- [Changelog](https://github.com/thymeleaf/thymeleaf/blob/3.0-master/ChangeLog.txt)
- [Commits](thymeleaf/thymeleaf@thymeleaf-3.0.12.RELEASE...thymeleaf-3.0.14.RELEASE)

---
updated-dependencies:
- dependency-name: org.thymeleaf:thymeleaf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maurice Reeves <[email protected]>

* consolidated variables

* removed trimIndent

* Fix unit tests (#3389)

- Fix all broken unit tests

* Added check for last modified time to settings CLI (#3403)

* Added check for last modified time to settings CLI

* Run automated checks on regular PR (NOT master or production) (#3404)

* Run automated checks on regular PR (NOT master or production)
* Remove unused includes

* Updated gitleaks version, commands, and flags (#3397)

* ...commit actually created by Matt Armstrong

Co-authored-by: Chris Winters <[email protected]>

* Remove the comment I accidentally kept in with previous (#3409)

* Update log4j due to security vulnerability (#3408)

* More about vulnerability: https://www.lunasec.io/docs/blog/log4j-zero-day/

* #3347 Allow specifying org for submission history (#3356)

* Allow specifying org for submission history

if authorized to see that organization

* Improve queryParam parsing

* Update submission smoke test url path

Co-authored-by: sean pennino <[email protected]>

* Jim/2314 payload name (#3201)

* Implemented new payloadName URL parameter

* Jim/1244 org filters (#3274)

* Rearchitected ReportStream's Filters:  Created Organization-level filters, new routingFilter, new processingMode filter, and defaults for all four filter types.

* Update issue templates

Added task to update customerStatus in settings

* Removed entropy scan (#3435)

Co-authored-by: Chris Winters <[email protected]>

* Fixing 2 bugs with token request (#3439)

* Admins can view submission history (#3441)

* Initial Submissions page setup

* Basic submissions fetch

* Submissions table

* Lint fixes

* Add title

* useState for submissions

* Bump @okta/okta-auth-js from 5.9.0 to 5.9.1 in /frontend-react (#3418)

Bumps [@okta/okta-auth-js](https://github.com/okta/okta-auth-js) from 5.9.0 to 5.9.1.
- [Release notes](https://github.com/okta/okta-auth-js/releases)
- [Changelog](https://github.com/okta/okta-auth-js/blob/master/CHANGELOG.md)
- [Commits](okta/okta-auth-js@okta-auth-js-5.9.0...okta-auth-js-5.9.1)

---
updated-dependencies:
- dependency-name: "@okta/okta-auth-js"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sean pennino <[email protected]>

* Bump typescript from 4.5.2 to 4.5.3 in /frontend-react (#3422)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.5.2...v4.5.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sean pennino <[email protected]>

* Add useEffect to prevent unnecessary submission fetches (#3459)

* Remove unncessary JSON parse

* Add useEffect

* Bump azure-core-http-netty from 1.11.2 to 1.11.4 in /prime-router (#3396)

Bumps [azure-core-http-netty](https://github.com/Azure/azure-sdk-for-java) from 1.11.2 to 1.11.4.
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-core-http-netty_1.11.2...azure-core-http-netty_1.11.4)

---
updated-dependencies:
- dependency-name: com.azure:azure-core-http-netty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maurice Reeves <[email protected]>

* Bump bcpkix-jdk15on from 1.69 to 1.70 in /prime-router (#3398)

Bumps [bcpkix-jdk15on](https://github.com/bcgit/bc-java) from 1.69 to 1.70.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcpkix-jdk15on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maurice Reeves <[email protected]>

* Bump fuzzy-csv from 1.7.2 to 1.7.3 in /prime-router (#3400)

Bumps [fuzzy-csv](https://github.com/kayr/fuzzy-csv) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/kayr/fuzzy-csv/releases)
- [Commits](kayr/fuzzy-csv@1.7.2...1.7.3)

---
updated-dependencies:
- dependency-name: com.github.kayr:fuzzy-csv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maurice Reeves <[email protected]>

* Bump @types/testing-library__jest-dom in /frontend-react (#3420)

Bumps [@types/testing-library__jest-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/testing-library__jest-dom) from 5.14.1 to 5.14.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/testing-library__jest-dom)

---
updated-dependencies:
- dependency-name: "@types/testing-library__jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sean pennino <[email protected]>

* Bump libphonenumber from 8.12.38 to 8.12.39 in /prime-router (#3401)

Bumps [libphonenumber](https://github.com/google/libphonenumber) from 8.12.38 to 8.12.39.
- [Release notes](https://github.com/google/libphonenumber/releases)
- [Changelog](https://github.com/google/libphonenumber/blob/master/making-metadata-changes.md)
- [Commits](google/libphonenumber@v8.12.38...v8.12.39)

---
updated-dependencies:
- dependency-name: com.googlecode.libphonenumber:libphonenumber
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maurice Reeves <[email protected]>

* Bump commonmark from 0.18.0 to 0.18.1 in /prime-router (#3402)

Bumps [commonmark](https://github.com/commonmark/commonmark-java) from 0.18.0 to 0.18.1.
- [Release notes](https://github.com/commonmark/commonmark-java/releases)
- [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md)
- [Commits](commonmark/commonmark-java@commonmark-parent-0.18.0...commonmark-parent-0.18.1)

---
updated-dependencies:
- dependency-name: org.commonmark:commonmark
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maurice Reeves <[email protected]>

* Bump jvm from 1.6.0 to 1.6.10 in /prime-router (#3465)

Bumps jvm from 1.6.0 to 1.6.10.

---
updated-dependencies:
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maurice Reeves <[email protected]>

* Bump bcmail-jdk15on from 1.69 to 1.70 in /prime-router (#3466)

Bumps [bcmail-jdk15on](https://github.com/bcgit/bc-java) from 1.69 to 1.70.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcmail-jdk15on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maurice Reeves <[email protected]>

* Bump com.microsoft.azure.azurefunctions in /prime-router (#3467)

Bumps com.microsoft.azure.azurefunctions from 1.8.1 to 1.8.2.

---
updated-dependencies:
- dependency-name: com.microsoft.azure.azurefunctions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maurice Reeves <[email protected]>

* Bump org.flywaydb.flyway from 8.2.0 to 8.2.2 in /prime-router (#3470)

Bumps org.flywaydb.flyway from 8.2.0 to 8.2.2.

---
updated-dependencies:
- dependency-name: org.flywaydb.flyway
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maurice Reeves <[email protected]>

* Bump kotlinVersion from 1.6.0 to 1.6.10 in /prime-router (#3473)

Bumps `kotlinVersion` from 1.6.0 to 1.6.10.

Updates `kotlin-stdlib-jdk8` from 1.6.0 to 1.6.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.6.0...v1.6.10)

Updates `kotlin-stdlib-common` from 1.6.0 to 1.6.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.6.0...v1.6.10)

Updates `kotlin-reflect` from 1.6.0 to 1.6.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.6.0...v1.6.10)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maurice Reeves <[email protected]>

* Bump json from 20210307 to 20211205 in /prime-router (#3476)

Bumps [json](https://github.com/douglascrockford/JSON-java) from 20210307 to 20211205.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

---
updated-dependencies:
- dependency-name: org.json:json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maurice Reeves <[email protected]>

* Bump bcprov-jdk15on from 1.69 to 1.70 in /prime-router (#3475)

Bumps [bcprov-jdk15on](https://github.com/bcgit/bc-java) from 1.69 to 1.70.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcprov-jdk15on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sendgrid-java from 4.8.0 to 4.8.1 in /prime-router (#3474)

Bumps [sendgrid-java](https://github.com/sendgrid/sendgrid-java) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/sendgrid/sendgrid-java/releases)
- [Changelog](https://github.com/sendgrid/sendgrid-java/blob/main/CHANGELOG.md)
- [Commits](sendgrid/sendgrid-java@4.8.0...4.8.1)

---
updated-dependencies:
- dependency-name: com.sendgrid:sendgrid-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maurice Reeves <[email protected]>

* Bump as2-lib from 4.8.0 to 4.9.0 in /prime-router (#3478)

Bumps [as2-lib](https://github.com/phax/as2-lib) from 4.8.0 to 4.9.0.
- [Release notes](https://github.com/phax/as2-lib/releases)
- [Commits](phax/as2-lib@as2-lib-parent-pom-4.8.0...as2-lib-parent-pom-4.9.0)

---
updated-dependencies:
- dependency-name: com.helger.as2:as2-lib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maurice Reeves <[email protected]>

* Bump flyway-core from 8.2.0 to 8.2.2 in /prime-router (#3479)

Bumps [flyway-core](https://github.com/flyway/flyway) from 8.2.0 to 8.2.2.
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-8.2.0...flyway-8.2.2)

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maurice Reeves <[email protected]>

* Fixed bug that allowNone was missing from metadata list.  Added unit test (#3444)

* Fixes issue with the new truncation logic truncating fields it should not be (#3429)

* Fixes issue with the new truncation logic truncating fields it should not be

* Fixes typo

* Removed gitleaks for now (#3483)

* Update log4j dependency (again) due to refined handling of security vulnerability (#3484)

Co-authored-by: sean pennino <[email protected]>
Co-authored-by: Brick Green <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jorge Lopez <[email protected]>
Co-authored-by: Rick Hood <[email protected]>
Co-authored-by: TomNUSDS <[email protected]>
Co-authored-by: OTT SATHNGAM <[email protected]>
Co-authored-by: Kevin Haube <[email protected]>
Co-authored-by: brick-green-agile6 <[email protected]>
Co-authored-by: Anshul Kumar <[email protected]>
Co-authored-by: Maurice Reeves <[email protected]>
Co-authored-by: Rick Hawes <[email protected]>
Co-authored-by: Matt Armstrong <[email protected]>
Co-authored-by: Chris Winters <[email protected]>
Co-authored-by: Chris Winters <[email protected]>
Co-authored-by: David Gage <[email protected]>
Co-authored-by: jimduff-usds <[email protected]>
Co-authored-by: Joel Biskie <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant