dcampogiani / ktmp

Kotlin Multi Platform experiments
6 stars 1 forks source link

Bump ktorVer from 1.6.1 to 1.6.2 #85

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps ktorVer from 1.6.1 to 1.6.2. Updates ktor-client-core from 1.6.1 to 1.6.2

Release notes

Sourced from ktor-client-core's releases.

1.6.2

  • Fixed Ktor plugin raises StackOverflowError when opening some files (KTOR-2950)
  • Added parseUrlEncodedParameters Documentation (KTOR-2843)
  • Fixed CIO WebSockets client incorrectly sends Sec-WebSocket-Extensions header even if empty regression (KTOR-2388)
  • Updated serialization version to 1.2.2 (KTOR-2968)
  • Made code example complete in OAuth documentation(KTOR-1415)
  • Added quick action on a Application.module(...) to generate tests for a given module with all the endpoints in plugin (KTOR-2411)
  • Fixed kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen @​72c18 (KTOR-2883)
  • Fixed 404 errors in ktor docs (KTOR-2915)
  • Added prometeus version to Ktor docs (KTOR-2015)
  • Fixed incorrect Structured Markup (LD+JSON) on Ktor docs (KTOR-2943)
  • Fixed confusing/incorrect JWT auth documentation (KTOR-979)
  • Fixed embedded Netty Server with watch paths is crashing in API level 22 when calling stopping server (KTOR-1613)
  • Fixed NoSuchMethodError: No virtual method getParameterCount on Android API 25 and lower regression (KTOR-2924)
  • Fixed X-Forwarded-Port Parse Exception when it contains comma separated list of ports regression (KTOR-2918)
  • Made CookieConfiguration default to secure configuration and require user opt-out long-standing (KTOR-628)
  • Updated docs section about testing with cookies (KTOR-273)
  • Fixed "ApplicationEngineEnvironment was not started" when accessing application before server is started (KTOR-1854)
  • Updated HTTP/2 documentation (KTOR-267)
  • Fixed NPE in ApacheRequestProducer when "http://" is requested (KTOR-1405)
  • Updated vulnerable versions from sonatype report (KTOR-2875)
  • Fixed ByteReadChannel.readUTF8Line() indefinitely returns empty lines when \r is not followed by \n (KTOR-2868)
Changelog

Sourced from ktor-client-core's changelog.

1.6.2

Published 29 July 2021

  • Fixed Ktor plugin raises StackOverflowError when opening some files (KTOR-2950)
  • Added parseUrlEncodedParameters Documentation (KTOR-2843)
  • Fixed CIO WebSockets client incorrectly sends Sec-WebSocket-Extensions header even if empty regression (KTOR-2388)
  • Updated serialization version to 1.2.2 (KTOR-2968)
  • Made code example complete in OAuth documentation(KTOR-1415)
  • Added quick action on a Application.module(...) to generate tests for a given module with all the endpoints in plugin (KTOR-2411)
  • Fixed kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen @​72c18 (KTOR-2883)
  • Fixed 404 errors in ktor docs (KTOR-2915)
  • Added prometeus version to Ktor docs (KTOR-2015)
  • Fixed incorrect Structured Markup (LD+JSON) on Ktor docs (KTOR-2943)
  • Fixed confusing/incorrect JWT auth documentation (KTOR-979)
  • Fixed embedded Netty Server with watch paths is crashing in API level 22 when calling stopping server (KTOR-1613)
  • Fixed NoSuchMethodError: No virtual method getParameterCount on Android API 25 and lower regression (KTOR-2924)
  • Fixed X-Forwarded-Port Parse Exception when it contains comma separated list of ports regression (KTOR-2918)
  • Made CookieConfiguration default to secure configuration and require user opt-out long-standing (KTOR-628)
  • Updated docs section about testing with cookies (KTOR-273)
  • Fixed "ApplicationEngineEnvironment was not started" when accessing application before server is started (KTOR-1854)
  • Updated HTTP/2 documentation (KTOR-267)
  • Fixed NPE in ApacheRequestProducer when "http://" is requested (KTOR-1405)
  • Updated vulnerable versions from sonatype report (KTOR-2875)
  • Fixed ByteReadChannel.readUTF8Line() indefinitely returns empty lines when \r is not followed by \n (KTOR-2868)
Commits
  • c3ed62d Update changelog.md with 1.6.2 changes
  • 248afbd Update changelog with some missing breaking changes (#2560)
  • fd3ac2b KTOR-2968 Update serialization version to 1.2.2
  • bd11d57 KTOR-2388 Fix empty WebSocket extension header (#2556)
  • c9948dc KTOR-2883 Fix SingleInstancePool freeze (#2558)
  • b3ca535 KTOR-1613 Fix watcher usage on Android 22
  • d63477e KTOR-2924 Fix server API level for Android
  • c745f76 KTOR-2918 Support list of ports in X-Forwarded-Port (#2555)
  • 796449e Remove watchosx64 from the changelog (#2561)
  • 987f43d Allow override kotlin_version via -P for buildSrc (#2553)
  • Additional commits viewable in compare view


Updates ktor-client-json from 1.6.1 to 1.6.2

Release notes

Sourced from ktor-client-json's releases.

1.6.2

  • Fixed Ktor plugin raises StackOverflowError when opening some files (KTOR-2950)
  • Added parseUrlEncodedParameters Documentation (KTOR-2843)
  • Fixed CIO WebSockets client incorrectly sends Sec-WebSocket-Extensions header even if empty regression (KTOR-2388)
  • Updated serialization version to 1.2.2 (KTOR-2968)
  • Made code example complete in OAuth documentation(KTOR-1415)
  • Added quick action on a Application.module(...) to generate tests for a given module with all the endpoints in plugin (KTOR-2411)
  • Fixed kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen @​72c18 (KTOR-2883)
  • Fixed 404 errors in ktor docs (KTOR-2915)
  • Added prometeus version to Ktor docs (KTOR-2015)
  • Fixed incorrect Structured Markup (LD+JSON) on Ktor docs (KTOR-2943)
  • Fixed confusing/incorrect JWT auth documentation (KTOR-979)
  • Fixed embedded Netty Server with watch paths is crashing in API level 22 when calling stopping server (KTOR-1613)
  • Fixed NoSuchMethodError: No virtual method getParameterCount on Android API 25 and lower regression (KTOR-2924)
  • Fixed X-Forwarded-Port Parse Exception when it contains comma separated list of ports regression (KTOR-2918)
  • Made CookieConfiguration default to secure configuration and require user opt-out long-standing (KTOR-628)
  • Updated docs section about testing with cookies (KTOR-273)
  • Fixed "ApplicationEngineEnvironment was not started" when accessing application before server is started (KTOR-1854)
  • Updated HTTP/2 documentation (KTOR-267)
  • Fixed NPE in ApacheRequestProducer when "http://" is requested (KTOR-1405)
  • Updated vulnerable versions from sonatype report (KTOR-2875)
  • Fixed ByteReadChannel.readUTF8Line() indefinitely returns empty lines when \r is not followed by \n (KTOR-2868)
Changelog

Sourced from ktor-client-json's changelog.

1.6.2

Published 29 July 2021

  • Fixed Ktor plugin raises StackOverflowError when opening some files (KTOR-2950)
  • Added parseUrlEncodedParameters Documentation (KTOR-2843)
  • Fixed CIO WebSockets client incorrectly sends Sec-WebSocket-Extensions header even if empty regression (KTOR-2388)
  • Updated serialization version to 1.2.2 (KTOR-2968)
  • Made code example complete in OAuth documentation(KTOR-1415)
  • Added quick action on a Application.module(...) to generate tests for a given module with all the endpoints in plugin (KTOR-2411)
  • Fixed kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen @​72c18 (KTOR-2883)
  • Fixed 404 errors in ktor docs (KTOR-2915)
  • Added prometeus version to Ktor docs (KTOR-2015)
  • Fixed incorrect Structured Markup (LD+JSON) on Ktor docs (KTOR-2943)
  • Fixed confusing/incorrect JWT auth documentation (KTOR-979)
  • Fixed embedded Netty Server with watch paths is crashing in API level 22 when calling stopping server (KTOR-1613)
  • Fixed NoSuchMethodError: No virtual method getParameterCount on Android API 25 and lower regression (KTOR-2924)
  • Fixed X-Forwarded-Port Parse Exception when it contains comma separated list of ports regression (KTOR-2918)
  • Made CookieConfiguration default to secure configuration and require user opt-out long-standing (KTOR-628)
  • Updated docs section about testing with cookies (KTOR-273)
  • Fixed "ApplicationEngineEnvironment was not started" when accessing application before server is started (KTOR-1854)
  • Updated HTTP/2 documentation (KTOR-267)
  • Fixed NPE in ApacheRequestProducer when "http://" is requested (KTOR-1405)
  • Updated vulnerable versions from sonatype report (KTOR-2875)
  • Fixed ByteReadChannel.readUTF8Line() indefinitely returns empty lines when \r is not followed by \n (KTOR-2868)
Commits
  • c3ed62d Update changelog.md with 1.6.2 changes
  • 248afbd Update changelog with some missing breaking changes (#2560)
  • fd3ac2b KTOR-2968 Update serialization version to 1.2.2
  • bd11d57 KTOR-2388 Fix empty WebSocket extension header (#2556)
  • c9948dc KTOR-2883 Fix SingleInstancePool freeze (#2558)
  • b3ca535 KTOR-1613 Fix watcher usage on Android 22
  • d63477e KTOR-2924 Fix server API level for Android
  • c745f76 KTOR-2918 Support list of ports in X-Forwarded-Port (#2555)
  • 796449e Remove watchosx64 from the changelog (#2561)
  • 987f43d Allow override kotlin_version via -P for buildSrc (#2553)
  • Additional commits viewable in compare view


Updates ktor-client-logging from 1.6.1 to 1.6.2

Release notes

Sourced from ktor-client-logging's releases.

1.6.2

  • Fixed Ktor plugin raises StackOverflowError when opening some files (KTOR-2950)
  • Added parseUrlEncodedParameters Documentation (KTOR-2843)
  • Fixed CIO WebSockets client incorrectly sends Sec-WebSocket-Extensions header even if empty regression (KTOR-2388)
  • Updated serialization version to 1.2.2 (KTOR-2968)
  • Made code example complete in OAuth documentation(KTOR-1415)
  • Added quick action on a Application.module(...) to generate tests for a given module with all the endpoints in plugin (KTOR-2411)
  • Fixed kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen @​72c18 (KTOR-2883)
  • Fixed 404 errors in ktor docs (KTOR-2915)
  • Added prometeus version to Ktor docs (KTOR-2015)
  • Fixed incorrect Structured Markup (LD+JSON) on Ktor docs (KTOR-2943)
  • Fixed confusing/incorrect JWT auth documentation (KTOR-979)
  • Fixed embedded Netty Server with watch paths is crashing in API level 22 when calling stopping server (KTOR-1613)
  • Fixed NoSuchMethodError: No virtual method getParameterCount on Android API 25 and lower regression (KTOR-2924)
  • Fixed X-Forwarded-Port Parse Exception when it contains comma separated list of ports regression (KTOR-2918)
  • Made CookieConfiguration default to secure configuration and require user opt-out long-standing (KTOR-628)
  • Updated docs section about testing with cookies (KTOR-273)
  • Fixed "ApplicationEngineEnvironment was not started" when accessing application before server is started (KTOR-1854)
  • Updated HTTP/2 documentation (KTOR-267)
  • Fixed NPE in ApacheRequestProducer when "http://" is requested (KTOR-1405)
  • Updated vulnerable versions from sonatype report (KTOR-2875)
  • Fixed ByteReadChannel.readUTF8Line() indefinitely returns empty lines when \r is not followed by \n (KTOR-2868)
Changelog

Sourced from ktor-client-logging's changelog.

1.6.2

Published 29 July 2021

  • Fixed Ktor plugin raises StackOverflowError when opening some files (KTOR-2950)
  • Added parseUrlEncodedParameters Documentation (KTOR-2843)
  • Fixed CIO WebSockets client incorrectly sends Sec-WebSocket-Extensions header even if empty regression (KTOR-2388)
  • Updated serialization version to 1.2.2 (KTOR-2968)
  • Made code example complete in OAuth documentation(KTOR-1415)
  • Added quick action on a Application.module(...) to generate tests for a given module with all the endpoints in plugin (KTOR-2411)
  • Fixed kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen @​72c18 (KTOR-2883)
  • Fixed 404 errors in ktor docs (KTOR-2915)
  • Added prometeus version to Ktor docs (KTOR-2015)
  • Fixed incorrect Structured Markup (LD+JSON) on Ktor docs (KTOR-2943)
  • Fixed confusing/incorrect JWT auth documentation (KTOR-979)
  • Fixed embedded Netty Server with watch paths is crashing in API level 22 when calling stopping server (KTOR-1613)
  • Fixed NoSuchMethodError: No virtual method getParameterCount on Android API 25 and lower regression (KTOR-2924)
  • Fixed X-Forwarded-Port Parse Exception when it contains comma separated list of ports regression (KTOR-2918)
  • Made CookieConfiguration default to secure configuration and require user opt-out long-standing (KTOR-628)
  • Updated docs section about testing with cookies (KTOR-273)
  • Fixed "ApplicationEngineEnvironment was not started" when accessing application before server is started (KTOR-1854)
  • Updated HTTP/2 documentation (KTOR-267)
  • Fixed NPE in ApacheRequestProducer when "http://" is requested (KTOR-1405)
  • Updated vulnerable versions from sonatype report (KTOR-2875)
  • Fixed ByteReadChannel.readUTF8Line() indefinitely returns empty lines when \r is not followed by \n (KTOR-2868)
Commits
  • c3ed62d Update changelog.md with 1.6.2 changes
  • 248afbd Update changelog with some missing breaking changes (#2560)
  • fd3ac2b KTOR-2968 Update serialization version to 1.2.2
  • bd11d57 KTOR-2388 Fix empty WebSocket extension header (#2556)
  • c9948dc KTOR-2883 Fix SingleInstancePool freeze (#2558)
  • b3ca535 KTOR-1613 Fix watcher usage on Android 22
  • d63477e KTOR-2924 Fix server API level for Android
  • c745f76 KTOR-2918 Support list of ports in X-Forwarded-Port (#2555)
  • 796449e Remove watchosx64 from the changelog (#2561)
  • 987f43d Allow override kotlin_version via -P for buildSrc (#2553)
  • Additional commits viewable in compare view


Updates ktor-client-serialization from 1.6.1 to 1.6.2

Release notes

Sourced from ktor-client-serialization's releases.

1.6.2

  • Fixed Ktor plugin raises StackOverflowError when opening some files (KTOR-2950)
  • Added parseUrlEncodedParameters Documentation (KTOR-2843)
  • Fixed CIO WebSockets client incorrectly sends Sec-WebSocket-Extensions header even if empty regression (KTOR-2388)
  • Updated serialization version to 1.2.2 (KTOR-2968)
  • Made code example complete in OAuth documentation(KTOR-1415)
  • Added quick action on a Application.module(...) to generate tests for a given module with all the endpoints in plugin (KTOR-2411)
  • Fixed kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen @​72c18 (KTOR-2883)
  • Fixed 404 errors in ktor docs (KTOR-2915)
  • Added prometeus version to Ktor docs (KTOR-2015)
  • Fixed incorrect Structured Markup (LD+JSON) on Ktor docs (KTOR-2943)
  • Fixed confusing/incorrect JWT auth documentation (KTOR-979)
  • Fixed embedded Netty Server with watch paths is crashing in API level 22 when calling stopping server (KTOR-1613)
  • Fixed NoSuchMethodError: No virtual method getParameterCount on Android API 25 and lower regression (KTOR-2924)
  • Fixed X-Forwarded-Port Parse Exception when it contains comma separated list of ports regression (KTOR-2918)
  • Made CookieConfiguration default to secure configuration and require user opt-out long-standing (KTOR-628)
  • Updated docs section about testing with cookies (KTOR-273)
  • Fixed "ApplicationEngineEnvironment was not started" when accessing application before server is started (KTOR-1854)
  • Updated HTTP/2 documentation (KTOR-267)
  • Fixed NPE in ApacheRequestProducer when "http://" is requested (KTOR-1405)
  • Updated vulnerable versions from sonatype report (KTOR-2875)
  • Fixed ByteReadChannel.readUTF8Line() indefinitely returns empty lines when \r is not followed by \n (KTOR-2868)
Changelog

Sourced from ktor-client-serialization's changelog.

1.6.2

Published 29 July 2021

  • Fixed Ktor plugin raises StackOverflowError when opening some files (KTOR-2950)
  • Added parseUrlEncodedParameters Documentation (KTOR-2843)
  • Fixed CIO WebSockets client incorrectly sends Sec-WebSocket-Extensions header even if empty regression (KTOR-2388)
  • Updated serialization version to 1.2.2 (KTOR-2968)
  • Made code example complete in OAuth documentation(KTOR-1415)
  • Added quick action on a Application.module(...) to generate tests for a given module with all the endpoints in plugin (KTOR-2411)
  • Fixed kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen @​72c18 (KTOR-2883)
  • Fixed 404 errors in ktor docs (KTOR-2915)
  • Added prometeus version to Ktor docs (KTOR-2015)
  • Fixed incorrect Structured Markup (LD+JSON) on Ktor docs (KTOR-2943)
  • Fixed confusing/incorrect JWT auth documentation (KTOR-979)
  • Fixed embedded Netty Server with watch paths is crashing in API level 22 when calling stopping server (KTOR-1613)
  • Fixed NoSuchMethodError: No virtual method getParameterCount on Android API 25 and lower regression (KTOR-2924)
  • Fixed X-Forwarded-Port Parse Exception when it contains comma separated list of ports regression (KTOR-2918)
  • Made CookieConfiguration default to secure configuration and require user opt-out long-standing (KTOR-628)
  • Updated docs section about testing with cookies (KTOR-273)
  • Fixed "ApplicationEngineEnvironment was not started" when accessing application before server is started (KTOR-1854)
  • Updated HTTP/2 documentation (KTOR-267)
  • Fixed NPE in ApacheRequestProducer when "http://" is requested (KTOR-1405)
  • Updated vulnerable versions from sonatype report (KTOR-2875)
  • Fixed ByteReadChannel.readUTF8Line() indefinitely returns empty lines when \r is not followed by \n (KTOR-2868)
Commits
  • c3ed62d Update changelog.md with 1.6.2 changes
  • 248afbd Update changelog with some missing breaking changes (#2560)
  • fd3ac2b KTOR-2968 Update serialization version to 1.2.2
  • bd11d57 KTOR-2388 Fix empty WebSocket extension header (#2556)
  • c9948dc KTOR-2883 Fix SingleInstancePool freeze (#2558)
  • b3ca535 KTOR-1613 Fix watcher usage on Android 22
  • d63477e KTOR-2924 Fix server API level for Android
  • c745f76 KTOR-2918 Support list of ports in X-Forwarded-Port (#2555)
  • 796449e Remove watchosx64 from the changelog (#2561)
  • 987f43d Allow override kotlin_version via -P for buildSrc (#2553)
  • Additional commits viewable in compare view


Updates ktor-client-android from 1.6.1 to 1.6.2

Release notes

Sourced from ktor-client-android's releases.

1.6.2

  • Fixed Ktor plugin raises StackOverflowError when opening some files (KTOR-2950)
  • Added parseUrlEncodedParameters Documentation (KTOR-2843)
  • Fixed CIO WebSockets client incorrectly sends Sec-WebSocket-Extensions header even if empty regression (KTOR-2388)
  • Updated serialization version to 1.2.2 (KTOR-2968)
  • Made code example complete in OAuth documentation(KTOR-1415)
  • Added quick action on a Application.module(...) to generate tests for a given module with all the endpoints in plugin (KTOR-2411)
  • Fixed kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen @​72c18 (KTOR-2883)
  • Fixed 404 errors in ktor docs (KTOR-2915)
  • Added prometeus version to Ktor docs (KTOR-2015)
  • Fixed incorrect Structured Markup (LD+JSON) on Ktor docs (KTOR-2943)
  • Fixed confusing/incorrect JWT auth documentation (KTOR-979)
  • Fixed embedded Netty Server with watch paths is crashing in API level 22 when calling stopping server (KTOR-1613)
  • Fixed NoSuchMethodError: No virtual method getParameterCount on Android API 25 and lower regression (KTOR-2924)
  • Fixed X-Forwarded-Port Parse Exception when it contains comma separated list of ports regression (KTOR-2918)
  • Made CookieConfiguration default to secure configuration and require user opt-out long-standing (KTOR-628)
  • Updated docs section about testing with cookies (KTOR-273)
  • Fixed "ApplicationEngineEnvironment was not started" when accessing application before server is started (KTOR-1854)
  • Updated HTTP/2 documentation (KTOR-267)
  • Fixed NPE in ApacheRequestProducer when "http://" is requested (KTOR-1405)
  • Updated vulnerable versions from sonatype report (KTOR-2875)
  • Fixed ByteReadChannel.readUTF8Line() indefinitely returns empty lines when \r is not followed by \n (KTOR-2868)
Changelog

Sourced from ktor-client-android's changelog.

1.6.2

Published 29 July 2021

  • Fixed Ktor plugin raises StackOverflowError when opening some files (KTOR-2950)
  • Added parseUrlEncodedParameters Documentation (KTOR-2843)
  • Fixed CIO WebSockets client incorrectly sends Sec-WebSocket-Extensions header even if empty regression (KTOR-2388)
  • Updated serialization version to 1.2.2 (KTOR-2968)
  • Made code example complete in OAuth documentation(KTOR-1415)
  • Added quick action on a Application.module(...) to generate tests for a given module with all the endpoints in plugin (KTOR-2411)
  • Fixed kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen @​72c18 (KTOR-2883)
  • Fixed 404 errors in ktor docs (KTOR-2915)
  • Added prometeus version to Ktor docs (KTOR-2015)
  • Fixed incorrect Structured Markup (LD+JSON) on Ktor docs (KTOR-2943)
  • Fixed confusing/incorrect JWT auth documentation (KTOR-979)
  • Fixed embedded Netty Server with watch paths is crashing in API level 22 when calling stopping server (KTOR-1613)
  • Fixed NoSuchMethodError: No virtual method getParameterCount on Android API 25 and lower regression (KTOR-2924)
  • Fixed X-Forwarded-Port Parse Exception when it contains comma separated list of ports regression (KTOR-2918)
  • Made CookieConfiguration default to secure configuration and require user opt-out long-standing (KTOR-628)
  • Updated docs section about testing with cookies (KTOR-273)
  • Fixed "ApplicationEngineEnvironment was not started" when accessing application before server is started (KTOR-1854)
  • Updated HTTP/2 documentation (KTOR-267)
  • Fixed NPE in ApacheRequestProducer when "http://" is requested (KTOR-1405)
  • Updated vulnerable versions from sonatype report (KTOR-2875)
  • Fixed ByteReadChannel.readUTF8Line() indefinitely returns empty lines when \r is not followed by \n (KTOR-2868)
Commits
  • c3ed62d Update changelog.md with 1.6.2 changes
  • 248afbd Update changelog with some missing breaking changes (#2560)
  • fd3ac2b KTOR-2968 Update serialization version to 1.2.2
  • bd11d57 KTOR-2388 Fix empty WebSocket extension header (#2556)
  • c9948dc KTOR-2883 Fix SingleInstancePool freeze (#2558)
  • b3ca535 KTOR-1613 Fix watcher usage on Android 22
  • d63477e KTOR-2924 Fix server API level for Android
  • c745f76 KTOR-2918 Support list of ports in X-Forwarded-Port (#2555)
  • 796449e Remove watchosx64 from the changelog (#2561)
  • 987f43d Allow override kotlin_version via -P for buildSrc (#2553)
  • Additional commits viewable in compare view


Updates ktor-client-core-jvm from 1.6.1 to 1.6.2

Release notes

Sourced from ktor-client-core-jvm's releases.

1.6.2

  • Fixed Ktor plugin raises StackOverflowError when opening some files (KTOR-2950)
  • Added parseUrlEncodedParameters Documentation (KTOR-2843)
  • Fixed CIO WebSockets client incorrectly sends Sec-WebSocket-Extensions header even if empty regression (KTOR-2388)
  • Updated serialization version to 1.2.2 (KTOR-2968)
  • Made code example complete in OAuth documentation(KTOR-1415)
  • Added quick action on a Application.module(...) to generate tests for a given module with all the endpoints in plugin (KTOR-2411)
  • Fixed kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen @​72c18 (KTOR-2883)
  • Fixed 404 errors in ktor docs (KTOR-2915)
  • Added prometeus version to Ktor docs (KTOR-2015)
  • Fixed incorrect Structured Markup (LD+JSON) on Ktor docs (KTOR-2943)
  • Fixed confusing/incorrect JWT auth documentation (KTOR-979)
  • Fixed embedded Netty Server with watch paths is crashing in API level 22 when calling stopping server (KTOR-1613)
  • Fixed NoSuchMethodError: No virtual method getParameterCount on Android API 25 and lower regression (KTOR-2924)
  • Fixed X-Forwarded-Port Parse Exception when it contains comma separated list of ports regression (KTOR-2918)
  • Made CookieConfiguration default to secure configuration and require user opt-out long-standing (KTOR-628)
  • Updated docs section about testing with cookies (KTOR-273)
  • Fixed "ApplicationEngineEnvironment was not started" when accessing application before server is started (KTOR-1854)
  • Updated HTTP/2 documentation (KTOR-267)
  • Fixed NPE in ApacheRequestProducer when "http://" is requested (KTOR-1405)
  • Updated vulnerable versions from sonatype report (KTOR-2875)
  • Fixed ByteReadChannel.readUTF8Line() indefinitely returns empty lines when \r is not followed by \n (KTOR-2868)
Changelog

Sourced from ktor-client-core-jvm's changelog.

1.6.2

Published 29 July 2021

  • Fixed Ktor plugin raises StackOverflowError when opening some files (KTOR-2950)
  • Added parseUrlEncodedParameters Documentation (KTOR-2843)
  • Fixed CIO WebSockets client incorrectly sends Sec-WebSocket-Extensions header even if empty regression (KTOR-2388)
  • Updated serialization version to 1.2.2 (KTOR-2968)
  • Made code example complete in OAuth documentation(KTOR-1415)
  • Added quick action on a Application.module(...) to generate tests for a given module with all the endpoints in plugin (KTOR-2411)
  • Fixed kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen @​72c18 (KTOR-2883)
  • Fixed 404 errors in ktor docs (KTOR-2915)
  • Added prometeus version to Ktor docs (KTOR-2015)
  • Fixed incorrect Structured Markup (LD+JSON) on Ktor docs (KTOR-2943)
  • Fixed confusing/incorrect JWT auth documentation (KTOR-979)
  • Fixed embedded Netty Server with watch paths is crashing in API level 22 when calling stopping server (KTOR-1613)
  • Fixed NoSuchMethodError: No virtual method getParameterCount on Android API 25 and lower regression (KTOR-2924)
  • Fixed X-Forwarded-Port Parse Exception when it contains comma separated list of ports regression (KTOR-2918)
  • Made CookieConfiguration default to secure configuration and require user opt-out long-standing (KTOR-628)
  • Updated docs section about testing with cookies (KTOR-273)
  • Fixed "ApplicationEngineEnvironment was not started" when accessing application before server is started (KTOR-1854)
  • Updated HTTP/2 documentation (KTOR-267)
  • Fixed NPE in ApacheRequestProducer when "http://" is requested (KTOR-1405)
  • Updated vulnerable versions from sonatype report (KTOR-2875)
  • Fixed ByteReadChannel.readUTF8Line() indefinitely returns empty lines when \r is not followed by \n (KTOR-2868)
Commits
  • c3ed62d Update changelog.md with 1.6.2 changes
  • 248afbd Update changelog with some missing breaking changes (#2560)
  • fd3ac2b KTOR-2968 Update serialization version to 1.2.2
  • bd11d57 KTOR-2388 Fix empty WebSocket extension header (#2556)
  • c9948dc KTOR-2883 Fix SingleInstancePool freeze (#2558)
  • b3ca535 KTOR-1613 Fix watcher usage on Android 22
  • d63477e KTOR-2924 Fix server API level for Android
  • c745f76 KTOR-2918 Support list of ports in X-Forwarded-Port (#2555)
  • 796449e Remove watchosx64 from the changelog (#2561)
  • 987f43d Allow override kotlin_version via -P for buildSrc (#2553)
  • Additional commits viewable in compare view


Updates ktor-client-json-jvm from 1.6.1 to 1.6.2

Release notes

Sourced from ktor-client-json-jvm's releases.

1.6.2

  • Fixed Ktor plugin raises StackOverflowError when opening some files (KTOR-2950)
  • Added parseUrlEncodedParameters Documentation (KTOR-2843)
  • Fixed CIO WebSockets client incorrectly sends Sec-WebSocket-Extensions header even if empty regression (KTOR-2388)
  • Updated serialization version to 1.2.2 (KTOR-2968)
  • Made code example complete in OAuth documentation(KTOR-1415)
  • Added quick action on a Application.module(...) to generate tests for a given module with all the endpoints in plugin (KTOR-2411)
  • Fixed kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen @​72c18 (KTOR-2883)
  • Fixed 404 errors in ktor docs (KTOR-2915)
  • Added prometeus version to Ktor docs (KTOR-2015)
  • Fixed incorrect Structured Markup (LD+JSON) on Ktor docs (KTOR-2943)
  • Fixed confusing/incorrect JWT auth documentation (KTOR-979)
  • Fixed embedded Netty Server with watch paths is crashing in API level 22 when calling stopping server (KTOR-1613)
  • Fixed NoSuchMethodError: No virtual method getParameterCount on Android API 25 and lower regression (KTOR-2924)
  • Fixed X-Forwarded-Port Parse Exception when it contains comma separated list of ports regression (KTOR-2918)
  • Made CookieConfiguration default to secure configuration and require user opt-out long-standing (KTOR-628)
  • Updated docs section about testing with cookies (KTOR-273)
  • Fixed "ApplicationEngineEnvironment was not started" when accessing application before server is started (KTOR-1854)
  • Updated HTTP/2 documentation (KTOR-267)
  • Fixed NPE in ApacheRequestProducer when "http://" is requested (KTOR-1405)
  • Updated vulnerable versions from sonatype report (KTOR-2875)
  • Fixed ByteReadChannel.readUTF8Line() indefinitely returns empty lines when \r is not followed by \n (KTOR-2868)
Changelog

Sourced from ktor-client-json-jvm's changelog.

1.6.2

Published 29 July 2021

  • Fixed Ktor plugin raises StackOverflowError when opening some files (KTOR-2950)
  • Added parseUrlEncodedParameters Documentation (KTOR-2843)
  • Fixed CIO WebSockets client incorrectly sends Sec-WebSocket-Extensions header even if empty regression (KTOR-2388)
  • Updated serialization version to 1.2.2 (KTOR-2968)
  • Made code example complete in OAuth documentation(KTOR-1415)
  • Added quick action on a Application.module(...) to generate tests for a given module with all the endpoints in plugin (KTOR-2411)
  • Fixed kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen @​72c18 (KTOR-2883)
  • Fixed 404 errors in ktor docs (KTOR-2915)
  • Added prometeus version to Ktor docs (KTOR-2015)
  • Fixed incorrect Structured Markup (LD+JSON) on Ktor docs (KTOR-2943)
  • Fixed confusing/incorrect JWT auth documentation (KTOR-979)
  • Fixed embedded Netty Server with watch paths is crashing in API level 22 when calling stopping server (KTOR-1613)
  • Fixed NoSuchMethodError: No virtual method getParameterCount on Android API 25 and lower regression (KTOR-2924)
  • Fixed X-Forwarded-Port Parse Exception when it contains comma separated list of ports regression (KTOR-2918)
  • Made CookieConfiguration default to secure configuration and require user opt-out long-standing (KTOR-628)
  • Updated docs section about testing with cookies (KTOR-273)
  • Fixed "ApplicationEngineEnvironment was not started" when accessing application before server is started (KTOR-1854)
  • Updated HTTP/2 documentation (KTOR-267)
  • Fixed NPE in ApacheRequestProducer when "http://" is requested (KTOR-1405)
  • Updated vulnerable versions from sonatype report (KTOR-2875)
  • Fixed ByteReadChannel.readUTF8Line() indefinitely returns empty lines when \r is not followed by \n (KTOR-2868)
Commits
  • c3ed62d Update changelog.md with 1.6.2 changes
  • 248afbd Update changelog with some missing breaking changes (#2560)
  • fd3ac2b KTOR-2968 Update serialization version to 1.2.2
  • bd11d57 KTOR-2388 Fix empty WebSocket extension header (#2556)
  • c9948dc KTOR-2883 Fix SingleInstancePool freeze (#2558)
  • b3ca535 KTOR-1613 Fix watcher usage on Android 22
  • d63477e KTOR-2924 Fix server API level for Android
  • c745f76 KTOR-2918 Support list of ports in X-Forwarded-Port (#2555)
  • 796449e Remove watchosx64 from the changelog (#2561)
  • 987f43d Allow override kotlin_version via -P for buildSrc (#2553)
  • Additional commits viewable in compare view


Updates ktor-client-logging-jvm from 1.6.1 to 1.6.2

Release notes

Sourced from ktor-client-logging-jvm's releases.

1.6.2

  • Fixed Ktor plugin raises StackOverflowError when opening some files (KTOR-2950)
  • Added parseUrlEncodedParameters Documentation (KTOR-2843)
  • Fixed CIO WebSockets client incorrectly sends Sec-WebSocket-Extensions header even if empty regression (KTOR-2388)
  • Updated serialization version to 1.2.2 (KTOR-2968)
  • Made code example complete in OAuth documentation(KTOR-1415)
  • Added quick action on a Application.module(...) to generate tests for a given module with all the endpoints in plugin (KTOR-2411)
  • Fixed kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen @​72c18 (KTOR-2883)
  • Fixed 404 errors in ktor docs (KTOR-2915)
  • Added prometeus version to Ktor docs (KTOR-2015)
  • Fixed incorrect Structured Markup (LD+JSON) on Ktor docs (KTOR-2943)
  • Fixed confusing/incorrect JWT auth documentation (KTOR-979)
  • Fixed embedded Netty Server with watch paths is crashing in API level 22 when calling stopping server (KTOR-1613)
  • Fixed NoSuchMethodError: No virtual method getParameterCount on Android API 25 and lower regression (KTOR-2924)
  • Fixed X-Forwarded-Port Parse Exception when it contains comma separated list of ports regression (KTOR-2918)
  • Made CookieConfiguration default to secure configuration and require user opt-out long-standing (KTOR-628)
  • Updated docs section about testing with cookies (KTOR-273)
  • Fixed "ApplicationEngineEnvironment was not started" when accessing application before server is started (KTOR-1854)
  • Updated HTTP/2 documentation (KTOR-267)
  • Fixed NPE in ApacheRequestProducer when "http://" is requested (KTOR-1405)
  • Updated vulnerable versions from sonatype report (KTOR-2875)
  • Fixed ByteReadChannel.readUTF8Line() indefinitely returns empty lines when \r is not followed by \n (KTOR-2868)
Changelog

Sourced from ktor-client-logging-jvm's changelog.

1.6.2

Published 29 July 2021

  • Fixed Ktor plugin raises StackOverflowError when opening some files (KTOR-2950)
  • Added parseUrlEncodedParameters Documentation (KTOR-2843)
  • Fixed CIO WebSockets client incorrectly sends Sec-WebSocket-Extensions header even if empty regression (KTOR-2388)
  • Updated serialization version to 1.2.2 (KTOR-2968)
  • Made code example complete in OAuth documentation(KTOR-1415)
  • Added quick action on a Application.module(...) to generate tests for a given module with all the endpoints in plugin (KTOR-2411)
  • Fixed kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen @​72c18 (KTOR-2883)
  • Fixed 404 errors in ktor docs (KTOR-2915)
  • Added prometeus version to Ktor docs (KTOR-2015)
  • Fixed incorrect Structured Markup (LD+JSON) on Ktor docs (KTOR-2943)
  • Fixed confusing/incorrect JWT auth documentation (KTOR-979)
  • Fixed embedded Netty Server with watch paths is crashing in API level 22 when calling stopping server (KTOR-1613)
  • Fixed NoSuchMethodError: No virtual method getParameterCount on Android API 25 and lower regression (KTOR-2924)
  • Fixed X-Forwarded-Port Parse Exception when it contains comma separated list of ports regression (KTOR-2918)
  • Made CookieConfiguration default to secure configuration and require user opt-out long-standing (KTOR-628)
  • Updated docs section about testing with cookies (KTOR-273)
  • Fixed "ApplicationEngineEnvironment was not started" when accessing application before server is started (KTOR-1854)
  • Updated HTTP/2 documentation (KTOR-267)
  • Fixed NPE in ApacheRequestProducer when "http://" is requested (KTOR-1405)
  • Updated vulnerable versions from sonatype report (KTOR-2875)
  • Fixed ByteReadChannel.readUTF8Line() indefinitely returns empty lines when \r is not followed by \n (KTOR-2868)
Commits
  • c3ed62d Update changelog.md with 1.6.2 changes
  • 248afbd Update changelog with some missing breaking changes (#2560)
  • fd3ac2b KTOR-2968 Update serialization version to 1.2.2
  • bd11d57 KTOR-2388 Fix empty WebSocket extension header (#2556)
  • c9948dc KTOR-2883 Fix SingleInstancePool freeze (#2558)
  • b3ca535 KTOR-1613 Fix watcher usage on Android 22
  • d63477e KTOR-2924 Fix server API level for Android
  • c745f76 KTOR-2918 Support list of ports in X-Forwarded-Port (#2555)
  • 796449e Remove watchosx64 from the changelog (#2561)
  • 987f43d Allow override kotlin_version via -P for buildSrc (#2553)
  • Additional commits viewable in compare view


Updates ktor-client-serialization-jvm from 1.6.1 to 1.6.2

Release notes

Sourced from ktor-client-serialization-jvm's releases.

1.6.2

  • Fixed Ktor plugin raises StackOverflowError when opening some files (KTOR-2950)
  • Added parseUrlEncodedParameters Documentation (KTOR-2843)
  • Fixed CIO WebSockets client incorrectly sends Sec-WebSocket-Extensions header even if empty regression (KTOR-2388)
  • Updated serialization version to 1.2.2 (KTOR-2968)
  • Made code example complete in OAuth documentation(KTOR-1415)
  • Added quick action on a Application.module(...) to generate tests for a given module with all the endpoints in plugin (KTOR-2411)
  • Fixed kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen @​72c18 (KTOR-2883)
  • Fixed 404 errors in ktor docs (KTOR-2915)
  • Added prometeus version to Ktor docs (KTOR-2015)
  • Fixed incorrect Structured Markup (LD+JSON) on Ktor docs (KTOR-2943)
  • Fixed confusing/incorrect JWT auth documentation (KTOR-979)
  • Fixed embedded Netty Server with watch paths is crashing in API level 22 when calling stopping server (KTOR-1613)
  • Fixed NoSuchMethodError: No virtual method getParameterCount on Android API 25 and lower regression (KTOR-2924)
  • Fixed X-Forwarded-Port Parse Exception when it contains comma separated list of ports regression (KTOR-2918)
  • Made CookieConfiguration default to secure configuration and require user opt-out long-standing (KTOR-628)
  • Updated docs section about testing with cookies (KTOR-273)
  • Fixed "ApplicationEngineEnvironment was not started" when accessing application before server is started (KTOR-1854)
  • Updated HTTP/2 documentation (KTOR-267)
  • Fixed NPE in ApacheRequestProducer when "http://" is requested (KTOR-1405)
  • Updated vulnerable versions from sonatype report (KTOR-2875)
  • Fixed ByteReadChannel.readUTF8Line() indefinitely returns empty lines when \r is not followed by \n (KTOR-2868)
Changelog

Sourced from ktor-client-serialization-jvm's changelog.

1.6.2

Published 29 July 2021

  • Fixed Ktor plugin raises StackOverflowError when opening some files (KTOR-2950)
  • Added parseUrlEncodedParameters Documentation (KTOR-2843)
  • Fixed CIO WebSockets client incorrectly sends Sec-WebSocket-Extensions header even if empty regression (KTOR-2388)
  • Updated serialization version to 1.2.2 (KTOR-2968)
  • Made code example complete in OAuth documentation(KTOR-1415)
  • Added quick action on a Application.module(...) to generate tests for a given module with all the endpoints in plugin (KTOR-2411)
  • Fixed kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen @​72c18 (KTOR-2883)
  • Fixed 404 errors in ktor docs (KTOR-2915)
  • Added prometeus version to Ktor docs (KTOR-2015)
  • Fixed incorrect Structured Markup (LD+JSON) on Ktor docs (KTOR-2943)
  • Fixed confusing/incorrect JWT auth documentation (KTOR-979)
  • Fixed embedded Netty Server with watch paths is crashing in API level 22 when calling stopping server (KTOR-1613)
  • Fixed NoSuchMethodError: No virtual method getParameterCount on Android API 25 and lower regression (KTOR-2924)
  • Fixed X-Forwarded-Port Parse Exception when it contains comma separated list of ports regression (KTOR-2918)
  • Made CookieConfiguration default to secure configuration and require user opt-out long-standing (KTOR-628)
  • Updated docs section about testing with cookies (KTOR-273)
  • Fixed "ApplicationEngineEnvironment was not started" when accessing application before server is started (KTOR-1854)
  • Updated HTTP/2 documentation (KTOR-267)
  • Fixed NPE in ApacheRequestProducer when "http://" is requested (KTOR-1405)
  • Updated vulnerable versions from sonatype report (KTOR-2875)
  • Fixed ByteReadChannel.readUTF8Line() indefinitely returns empty lines when \r is not followed by \n (KTOR-2868)
Commits
  • c3ed62d Update changelog.md with 1.6.2 changes
  • 248afbd Update changelog with some missing breaking changes (#2560)
  • fd3ac2b KTOR-2968 Update serialization version to 1.2.2
  • bd11d57 KTOR-2388 Fix empty WebSocket extension header (#2556)
  • c9948dc KTOR-2883 Fix SingleInstancePool freeze (#2558)
  • b3ca535 KTOR-1613 Fix watcher usage on Android 22
  • d63477e KTOR-2924 Fix server API level for Android
  • c745f76 KTOR-2918 Support list of ports in X-Forwarded-Port (#2555)
  • 796449e Remove watchosx64 from the changelog (#2561)
  • 987f43d Allow override kotlin_version via -P for buildSrc (#2553)
  • Additional commits viewable in compare view


Updates ktor-client-ios from 1.6.1 to 1.6.2

Release notes

Sourced from ktor-client-ios's releases.

1.6.2

  • Fixed Ktor plugin raises StackOverflowError when opening some files (KTOR-2950)
  • Added parseUrlEncodedParameters Documentation (KTOR-2843)
  • Fixed CIO WebSockets client incorrectly sends Sec-WebSocket-Extensions header even if empty regression (KTOR-2388)
  • Updated serialization version to 1.2.2 (KTOR-2968)
  • Made code example complete in OAuth documentation(KTOR-1415)
  • Added quick action on a Application.module(...) to generate tests for a given module with all the endpoints in plugin (KTOR-2411)
  • Fixed kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen @​72c18 (KTOR-2883)
  • Fixed 404 errors in ktor docs (KTOR-2915)
  • Added prometeus version to Ktor docs (KTOR-2015)
  • Fixed incorrect Structured Markup (LD+JSON) on Ktor docs (KTOR-2943)
  • Fixed confusing/incorrect JWT auth documentation (KTOR-979)
  • Fixed embedded Netty Server with watch paths is crashing in API level 22 when calling stopping server (KTOR-1613)
  • Fixed NoSuchMethodError: No virtual method getParameterCount on Android API 25 and lower regression (KTOR-2924)
  • Fixed X-Forwarded-Port Parse Exception when it contains comma separated list of ports regression (KTOR-2918)
  • Made CookieConfiguration default to secure configuration and require user opt-out long-standing (KTOR-628)
  • Updated docs section about testing with cookies (KTOR-273)
  • Fixed "ApplicationEngineEnvironment was not started" when accessing application before server is started (KTOR-1854)
  • Updated HTTP/2 documentation (KTOR-267)
  • Fixed NPE in ApacheRequestProducer when "http://" is requested (KTOR-1405)
  • Updated vulnerable versions from sonatype report (KTOR-2875)
  • Fixed ByteReadChannel.readUTF8Line() indefinitely returns empty lines when \r is not followed by \n (KTOR-2868)
Changelog

Sourced from ktor-client-ios's changelog.

1.6.2

Published 29 July 2021

  • Fixed Ktor plugin raises StackOverflowError when opening some files (KTOR-2950)
  • Added parseUrlEncodedParameters Documentation (KTOR-2843)
  • Fixed CIO WebSockets client incorrectly sends Sec-WebSocket-Extensions header even if empty regression (KTOR-2388)
  • Updated serialization version to 1.2.2 (KTOR-2968)
  • Made code example complete in OAuth documentation(KTOR-1415)
  • Added quick action on a Application.module(...) to generate tests for a given module with all the endpoints in plugin (KTOR-2411)
  • Fixed kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen @​72c18 (KTOR-2883)
  • Fixed 404 errors in ktor docs (KTOR-2915)
  • Added prometeus version to Ktor docs (KTOR-2015)
  • Fixed incorrect Structured Markup (LD+JSON) on Ktor docs (KTOR-2943)
  • Fixed confusing/incorrect JWT auth documentation (KTOR-979)
  • Fixed embedded Netty Server with watch paths is crashing in API level 22 when calling stopping server (KTOR-1613)
  • Fixed NoSuchMethodError: No virtual method getParameterCount on Android API 25 and lower regression (KTOR-2924)
  • Fixed X-Forwarded-Port Parse Exception when it contains comma separated list of ports regression (KTOR-2918)
  • Made CookieConfiguration default to secure configuration and require user opt-out long-standing (KTOR-628)
  • Updated docs section about testing with cookies (KTOR-273)
  • Fixed "ApplicationEngineEnvironment was not started" when accessing application before server is started (KTOR-1854)
  • Updated HTTP/2 documentation (KTOR-267)
  • Fixed NPE in ApacheRequestProducer when "http://" is requested (KTOR-1405)
  • Updated vulnerable versions from sonatype report (KTOR-2875)
  • Fixed ByteReadChannel.readUTF8Line() indefinitely returns empty lines when \r is not followed by \n (KTOR-2868)
Commits
  • c3ed62d Update changelog.md with 1.6.2 changes
  • 248afbd Update changelog with some missing breaking changes (#2560)
  • fd3ac2b KTOR-2968 Update serialization version to 1.2.2
  • bd11d57 KTOR-2388 Fix empty WebSocket extension header (#2556)
  • c9948dc KTOR-2883 Fix SingleInstancePool freeze (#2558)
  • b3ca535 KTOR-1613 Fix watcher usage on Android 22
  • d63477e KTOR-2924 Fix server API level for Android
  • c745f76 KTOR-2918 Support list of ports in X-Forwarded-Port (#2555)
  • 796449e Remove watchosx64 from the changelog (#2561)
  • 987f43d Allow override kotlin_version via -P for buildSrc (#2553)
  • Additional commits viewable in compare view


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)