-
Notifications
You must be signed in to change notification settings - Fork 2
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 the dependencies group with 31 updates #247
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the dependencies group with 31 updates: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.21` | | [org.jetbrains.kotlin:kotlin-test](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.21` | | [io.ktor:ktor-server-core](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [io.ktor:ktor-server-auth](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [io.ktor:ktor-server-auth-jwt](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [io.ktor:ktor-server-content-negotiation](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [io.ktor:ktor-server-cors](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [io.ktor:ktor-server-call-id](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [io.ktor:ktor-server-status-pages](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [io.ktor:ktor-client-apache](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [io.ktor:ktor-serialization-jackson](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [io.ktor:ktor-client-mock](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [io.ktor:ktor-server-test-host](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` | | [no.nav.helse:syfosm-common-kafka](https://github.com/navikt/syfosm-common) | `2.0.4` | `2.0.6` | | [no.nav.helse:syfosm-common-models](https://github.com/navikt/syfosm-common) | `2.0.4` | `2.0.6` | | [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.15.3` | `2.16.0` | | [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) | `2.15.3` | `2.16.0` | | com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.15.3` | `2.16.0` | | [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) | `5.0.1` | `5.1.0` | | [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `9.22.3` | `10.1.0` | | [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.6.0` | `42.7.0` | | com.google.cloud.sql:postgres-socket-factory | `1.14.1` | `1.15.0` | | [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.19.1` | `1.19.3` | | [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) | `9.37` | `9.37.1` | | [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) | `5.7.2` | `5.8.0` | | [io.kotest:kotest-assertions-core](https://github.com/kotest/kotest) | `5.7.2` | `5.8.0` | | [io.kotest:kotest-property](https://github.com/kotest/kotest) | `5.7.2` | `5.8.0` | | [jvm](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.21` | Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.10 to 1.9.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.10...v1.9.21) Updates `org.jetbrains.kotlin:kotlin-test` from 1.9.10 to 1.9.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.10...v1.9.21) Updates `io.ktor:ktor-server-core` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) Updates `io.ktor:ktor-server-netty` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) Updates `io.ktor:ktor-server-auth` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) Updates `io.ktor:ktor-server-auth-jwt` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) Updates `io.ktor:ktor-server-content-negotiation` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) Updates `io.ktor:ktor-server-cors` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) Updates `io.ktor:ktor-server-call-id` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) Updates `io.ktor:ktor-server-status-pages` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) Updates `io.ktor:ktor-client-core` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) Updates `io.ktor:ktor-client-apache` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) Updates `io.ktor:ktor-client-content-negotiation` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) Updates `io.ktor:ktor-serialization-jackson` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) Updates `io.ktor:ktor-client-mock` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) Updates `io.ktor:ktor-server-test-host` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.6/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.5...2.3.6) Updates `no.nav.helse:syfosm-common-kafka` from 2.0.4 to 2.0.6 - [Release notes](https://github.com/navikt/syfosm-common/releases) - [Commits](navikt/syfosm-common@2.0.4...2.0.6) Updates `no.nav.helse:syfosm-common-models` from 2.0.4 to 2.0.6 - [Release notes](https://github.com/navikt/syfosm-common/releases) - [Commits](navikt/syfosm-common@2.0.4...2.0.6) Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.15.3 to 2.16.0 - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.15.3...jackson-module-kotlin-2.16.0) Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.15.3 to 2.16.0 - [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.15.3...jackson-dataformat-xml-2.16.0) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.15.3 to 2.16.0 Updates `com.zaxxer:HikariCP` from 5.0.1 to 5.1.0 - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](brettwooldridge/HikariCP@HikariCP-5.0.1...HikariCP-5.1.0) Updates `org.flywaydb:flyway-core` from 9.22.3 to 10.1.0 - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](flyway/flyway@flyway-9.22.3...flyway-10.1.0) Updates `org.postgresql:postgresql` from 42.6.0 to 42.7.0 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.6.0...REL42.7.0) Updates `com.google.cloud.sql:postgres-socket-factory` from 1.14.1 to 1.15.0 Updates `org.testcontainers:postgresql` from 1.19.1 to 1.19.3 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.19.1...1.19.3) Updates `com.nimbusds:nimbus-jose-jwt` from 9.37 to 9.37.1 - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.37.1..9.37) Updates `io.kotest:kotest-runner-junit5` from 5.7.2 to 5.8.0 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@v5.7.2...v5.8.0) Updates `io.kotest:kotest-assertions-core` from 5.7.2 to 5.8.0 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@v5.7.2...v5.8.0) Updates `io.kotest:kotest-property` from 5.7.2 to 5.8.0 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@v5.7.2...v5.8.0) Updates `jvm` from 1.9.10 to 1.9.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.10...v1.9.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-server-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-server-netty dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-server-auth dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-server-auth-jwt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-server-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-server-cors dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-server-call-id dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-server-status-pages dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-client-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-client-apache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-serialization-jackson dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-client-mock dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-server-test-host dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: no.nav.helse:syfosm-common-kafka dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: no.nav.helse:syfosm-common-models dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.zaxxer:HikariCP dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.google.cloud.sql:postgres-socket-factory dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.testcontainers:postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.kotest:kotest-runner-junit5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.kotest:kotest-assertions-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.kotest:kotest-property dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
java
Pull requests that update Java code
labels
Nov 23, 2023
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies group with 31 updates:
1.9.10
1.9.21
1.9.10
1.9.21
2.3.5
2.3.6
2.3.5
2.3.6
2.3.5
2.3.6
2.3.5
2.3.6
2.3.5
2.3.6
2.3.5
2.3.6
2.3.5
2.3.6
2.3.5
2.3.6
2.3.5
2.3.6
2.3.5
2.3.6
2.3.5
2.3.6
2.3.5
2.3.6
2.3.5
2.3.6
2.3.5
2.3.6
2.0.4
2.0.6
2.0.4
2.0.6
2.15.3
2.16.0
2.15.3
2.16.0
2.15.3
2.16.0
5.0.1
5.1.0
9.22.3
10.1.0
42.6.0
42.7.0
1.14.1
1.15.0
1.19.1
1.19.3
9.37
9.37.1
5.7.2
5.8.0
5.7.2
5.8.0
5.7.2
5.8.0
1.9.10
1.9.21
Updates
org.jetbrains.kotlin:kotlin-stdlib
from 1.9.10 to 1.9.21Release notes
Sourced from org.jetbrains.kotlin:kotlin-stdlib's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin:kotlin-stdlib's changelog.
... (truncated)
Commits
b2740d8
Add changelog for 1.9.215d6520c
[K/JS] Fix coroutines but turn back the fix for coroutines intrinsics `interc...8293c8f
KAPT: Use reflection to access code, changed in JDK 21e459a6d
KAPT: Always print parens on empty annotation parameters705c804
KAPT: Run tests on JDK 21120c99d
Fix ClassCastException in JPS statistics ad update log messages68f2618
Fix ClassCastException in JPS statistics ad update log messagesc66b789
KAPT3: Use another class in com.sun.tools.javac.maind4ce8c7
Temporarily disable Kapt4IT and KaptIncrementalIT and the descendants.f559dd5
Stop using IJ's maps in graph implementation of JPSUpdates
org.jetbrains.kotlin:kotlin-test
from 1.9.10 to 1.9.21Release notes
Sourced from org.jetbrains.kotlin:kotlin-test's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin:kotlin-test's changelog.
... (truncated)
Commits
b2740d8
Add changelog for 1.9.215d6520c
[K/JS] Fix coroutines but turn back the fix for coroutines intrinsics `interc...8293c8f
KAPT: Use reflection to access code, changed in JDK 21e459a6d
KAPT: Always print parens on empty annotation parameters705c804
KAPT: Run tests on JDK 21120c99d
Fix ClassCastException in JPS statistics ad update log messages68f2618
Fix ClassCastException in JPS statistics ad update log messagesc66b789
KAPT3: Use another class in com.sun.tools.javac.maind4ce8c7
Temporarily disable Kapt4IT and KaptIncrementalIT and the descendants.f559dd5
Stop using IJ's maps in graph implementation of JPSUpdates
io.ktor:ktor-server-core
from 2.3.5 to 2.3.6Release notes
Sourced from io.ktor:ktor-server-core's releases.
Changelog
Sourced from io.ktor:ktor-server-core's changelog.
Commits
97362b8
Update versions4d00349
Fix publication config8daecf7
Fix mingwx64 compilation (#3808)4af16bb
Add a changelogd599b54
KTOR-6411 resolve connectors in the test engine (#3798)d55a1ff
Update dependency com.auth0:jwks-rsa to v0.22.1 (#3750)89805f7
KTOR-6354 Revert 1.9.10 Kotlin update (#3785)2d0ddda
Drop flaky test (#3756)a65b2ed
Fixed formatting9046e26
Bump versionUpdates
io.ktor:ktor-server-netty
from 2.3.5 to 2.3.6Release notes
Sourced from io.ktor:ktor-server-netty's releases.
Changelog
Sourced from io.ktor:ktor-server-netty's changelog.
Commits
97362b8
Update versions4d00349
Fix publication config8daecf7
Fix mingwx64 compilation (#3808)4af16bb
Add a changelogd599b54
KTOR-6411 resolve connectors in the test engine (#3798)d55a1ff
Update dependency com.auth0:jwks-rsa to v0.22.1 (#3750)89805f7
KTOR-6354 Revert 1.9.10 Kotlin update (#3785)2d0ddda
Drop flaky test (#3756)a65b2ed
Fixed formatting9046e26
Bump versionUpdates
io.ktor:ktor-server-auth
from 2.3.5 to 2.3.6Release notes
Sourced from io.ktor:ktor-server-auth's releases.
Changelog
Sourced from io.ktor:ktor-server-auth's changelog.
Commits
97362b8
Update versions4d00349
Fix publication config8daecf7
Fix mingwx64 compilation (#3808)4af16bb
Add a changelogd599b54
KTOR-6411 resolve connectors in the test engine (#3798)d55a1ff
Update dependency com.auth0:jwks-rsa to v0.22.1 (#3750)89805f7
KTOR-6354 Revert 1.9.10 Kotlin update (#3785)2d0ddda
Drop flaky test (#3756)a65b2ed
Fixed formatting9046e26
Bump versionUpdates
io.ktor:ktor-server-auth-jwt
from 2.3.5 to 2.3.6Release notes
Sourced from io.ktor:ktor-server-auth-jwt's releases.
Changelog
Sourced from io.ktor:ktor-server-auth-jwt's changelog.
Commits
97362b8
Update versions4d00349
Fix publication config8daecf7
Fix mingwx64 compilation (#3808)4af16bb
Add a changelogd599b54
KTOR-6411 resolve connectors in the test engine (#3798)d55a1ff
Update dependency com.auth0:jwks-rsa to v0.22.1 (#3750)89805f7
KTOR-6354 Revert 1.9.10 Kotlin update (#3785)2d0ddda
Drop flaky test (#3756)a65b2ed
Fixed formatting9046e26
Bump versionUpdates
io.ktor:ktor-server-content-negotiation
from 2.3.5 to 2.3.6Release notes
Sourced from io.ktor:ktor-server-content-negotiation's releases.
Changelog
Sourced from io.ktor:ktor-server-content-negotiation's changelog.
Commits
97362b8
Update versions4d00349
Fix publication config8daecf7
Fix mingwx64 compilation (#3808)4af16bb
Add a changelogd599b54
KTOR-6411 resolve connectors in the test engine (#3798)d55a1ff
Update dependency com.auth0:jwks-rsa to v0.22.1 (#3750)89805f7
KTOR-6354 Revert 1.9.10 Kotlin update (#3785)2d0ddda
Drop flaky test (#3756)a65b2ed
Fixed formatting9046e26
Bump versionUpdates
io.ktor:ktor-server-cors
from 2.3.5 to 2.3.6Release notes
Sourced from io.ktor:ktor-server-cors's releases.
Changelog
Sourced from io.ktor:ktor-server-cors's changelog.
Commits
97362b8
Update versions4d00349
Fix publication config8daecf7
Fix mingwx64 compilation (#3808)4af16bb
Add a changelogd599b54
KTOR-6411 resolve connectors in the test engine (#3798)d55a1ff
Update dependency com.auth0:jwks-rsa to v0.22.1 (#3750)89805f7
KTOR-6354 Revert 1.9.10 Kotlin update (#3785)2d0ddda
Drop flaky test (#3756)a65b2ed
Fixed formatting9046e26
Bump versionUpdates
io.ktor:ktor-server-call-id
from 2.3.5 to 2.3.6Release notes
Sourced from io.ktor:ktor-server-call-id's releases.