-
Notifications
You must be signed in to change notification settings - Fork 1
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 backend group with 34 updates #6510
Merged
Merged
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
dependabot
bot
added
dependencies
Pull requests that update a dependency file
java
Pull requests that update Java code
labels
Dec 1, 2024
@dependabot rebase |
dependabot
bot
force-pushed
the
dependabot/gradle/backend-72efbd8280
branch
from
December 3, 2024 08:01
d23daf3
to
ecff678
Compare
Bumps the backend group with 34 updates: | Package | From | To | | --- | --- | --- | | [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) | `6.1.0` | `6.2.1` | | [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `10.20.1` | `11.0.0` | | org.flywaydb:flyway-database-postgresql | `10.20.1` | `11.0.0` | | com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.18.1` | `2.18.2` | | com.fasterxml.jackson.datatype:jackson-datatype-jdk8 | `2.18.1` | `2.18.2` | | [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.18.1` | `2.18.2` | | [io.ktor:ktor-client-okhttp](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-client-logging-jvm](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-client-auth](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server-core-jvm](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server-double-receive](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server-cio](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server-auth](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server-content-negotiation](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-serialization-jackson](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server-call-logging](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server-call-id](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server-status-pages](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server-metrics-micrometer](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server-mustache](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-client-mock](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server-resources](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server-tests](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [io.ktor:ktor-server-webjars](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` | | [no.nav.security:token-client-core](https://github.com/navikt/token-support) | `5.0.8` | `5.0.13` | | [no.nav.security:token-validation-ktor-v2](https://github.com/navikt/token-support) | `5.0.8` | `5.0.13` | | [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.20.3` | `1.20.4` | | [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.20.3` | `1.20.4` | | [org.testcontainers:kafka](https://github.com/testcontainers/testcontainers-java) | `1.20.3` | `1.20.4` | | [io.getunleash:unleash-client-java](https://github.com/Unleash/unleash-client-java) | `9.2.4` | `9.2.6` | | [io.github.smiley4:ktor-swagger-ui](https://github.com/SMILEY4/ktor-swagger-ui) | `3.6.0` | `4.1.0` | Updates `com.zaxxer:HikariCP` from 6.1.0 to 6.2.1 - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](brettwooldridge/HikariCP@HikariCP-6.1.0...HikariCP-6.2.1) Updates `org.flywaydb:flyway-core` from 10.20.1 to 11.0.0 - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](flyway/flyway@flyway-10.20.1...flyway-11.0.0) Updates `org.flywaydb:flyway-database-postgresql` from 10.20.1 to 11.0.0 Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.18.1 to 2.18.2 Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.18.1 to 2.18.2 Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.18.1 to 2.18.2 - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.18.1...jackson-module-kotlin-2.18.2) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.18.1 to 2.18.2 Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.18.1 to 2.18.2 - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.18.1...jackson-module-kotlin-2.18.2) Updates `io.ktor:ktor-client-okhttp` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-client-core` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-client-logging-jvm` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-client-auth` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-core-jvm` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-double-receive` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-cio` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-auth` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-content-negotiation` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-client-content-negotiation` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-serialization-jackson` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-call-logging` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-call-id` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-status-pages` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-metrics-micrometer` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-mustache` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-client-mock` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-resources` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-tests` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-webjars` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `io.ktor:ktor-server-webjars` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...2.3.13) Updates `no.nav.security:token-client-core` from 5.0.8 to 5.0.13 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.8...5.0.13) Updates `no.nav.security:token-validation-ktor-v2` from 5.0.8 to 5.0.13 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.8...5.0.13) Updates `no.nav.security:token-validation-ktor-v2` from 5.0.8 to 5.0.13 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.8...5.0.13) Updates `org.testcontainers:junit-jupiter` from 1.20.3 to 1.20.4 - [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.20.3...1.20.4) Updates `org.testcontainers:postgresql` from 1.20.3 to 1.20.4 - [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.20.3...1.20.4) Updates `org.testcontainers:kafka` from 1.20.3 to 1.20.4 - [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.20.3...1.20.4) Updates `org.testcontainers:postgresql` from 1.20.3 to 1.20.4 - [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.20.3...1.20.4) Updates `org.testcontainers:kafka` from 1.20.3 to 1.20.4 - [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.20.3...1.20.4) Updates `io.getunleash:unleash-client-java` from 9.2.4 to 9.2.6 - [Release notes](https://github.com/Unleash/unleash-client-java/releases) - [Changelog](https://github.com/Unleash/unleash-client-java/blob/main/CHANGELOG.md) - [Commits](Unleash/unleash-client-java@unleash-client-java-9.2.4...unleash-client-java-9.2.6) Updates `io.github.smiley4:ktor-swagger-ui` from 3.6.0 to 4.1.0 - [Release notes](https://github.com/SMILEY4/ktor-swagger-ui/releases) - [Commits](SMILEY4/ktor-swagger-ui@3.6.0...4.1.0) --- updated-dependencies: - dependency-name: com.zaxxer:HikariCP dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-major dependency-group: backend - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-major dependency-group: backend - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-client-okhttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-client-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-client-logging-jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-client-auth dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-core-jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-double-receive dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-cio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-auth dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-serialization-jackson dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-call-logging dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-call-id dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-status-pages dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-metrics-micrometer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-mustache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-client-mock dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-resources dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-tests dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-webjars dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.ktor:ktor-server-webjars dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: no.nav.security:token-client-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: no.nav.security:token-validation-ktor-v2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: no.nav.security:token-validation-ktor-v2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: org.testcontainers:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: org.testcontainers:postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: org.testcontainers:kafka dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: org.testcontainers:postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: org.testcontainers:kafka dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.getunleash:unleash-client-java dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: io.github.smiley4:ktor-swagger-ui dependency-type: direct:production update-type: version-update:semver-major dependency-group: backend ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/gradle/backend-72efbd8280
branch
from
December 3, 2024 11:04
ecff678
to
2865495
Compare
Ingen breaking-changes på flyway som bør påvirke oss såvidt jeg kan se |
henrikg
approved these changes
Dec 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 backend group with 34 updates:
6.1.0
6.2.1
10.20.1
11.0.0
10.20.1
11.0.0
2.18.1
2.18.2
2.18.1
2.18.2
2.18.1
2.18.2
2.3.12
2.3.13
2.3.12
2.3.13
2.3.12
2.3.13
2.3.12
2.3.13
2.3.12
2.3.13
2.3.12
2.3.13
2.3.12
2.3.13
2.3.12
2.3.13
2.3.12
2.3.13
2.3.12
2.3.13
2.3.12
2.3.13
2.3.12
2.3.13
2.3.12
2.3.13
2.3.12
2.3.13
2.3.12
2.3.13
2.3.12
2.3.13
2.3.12
2.3.13
2.3.12
2.3.13
2.3.12
2.3.13
2.3.12
2.3.13
2.3.12
2.3.13
5.0.8
5.0.13
5.0.8
5.0.13
1.20.3
1.20.4
1.20.3
1.20.4
1.20.3
1.20.4
9.2.4
9.2.6
3.6.0
4.1.0
Updates
com.zaxxer:HikariCP
from 6.1.0 to 6.2.1Changelog
Sourced from com.zaxxer:HikariCP's changelog.
... (truncated)
Commits
1d517a9
[maven-release-plugin] prepare release HikariCP-6.2.1be6594a
assign default keepaliveTime of 2 minutes1836e3f
add test scope to commons-compress dependencyc166946
Update README.md7de262f
[maven-release-plugin] prepare for next development iterationc6b5eea
[maven-release-plugin] prepare release HikariCP-6.2.014f2c6e
update release versiond32e26e
Update CHANGES5df12d6
Update README.mdec6891a
Expand/improve SQLExceptionOverride handling flexibilityUpdates
org.flywaydb:flyway-core
from 10.20.1 to 11.0.0Release notes
Sourced from org.flywaydb:flyway-core's releases.
Commits
ff34608
Bump version to flyway-11.0.05b4b7c8
Bump version to flyway-10.22.02dbbab3
Bump version to flyway-10.21.0Updates
org.flywaydb:flyway-database-postgresql
from 10.20.1 to 11.0.0Updates
com.fasterxml.jackson.datatype:jackson-datatype-jsr310
from 2.18.1 to 2.18.2Updates
com.fasterxml.jackson.datatype:jackson-datatype-jdk8
from 2.18.1 to 2.18.2Updates
com.fasterxml.jackson.module:jackson-module-kotlin
from 2.18.1 to 2.18.2Commits
faea8f2
[maven-release-plugin] prepare release jackson-module-kotlin-2.18.256014ce
Prep for 2.18.2779cf85
Merge pull request #855 from k163377/844edf9592
Add check for #844aa1cb9b
Merge pull request #852 from k163377/update-ciebd6e3d
Add Kotlin 2.19f6ea17
Update Java and Kotlin versionsd4ae171
Merge pull request #850 from k163377/GitHub8411c805d6
Add check for #8419889989
Merge branch '2.17' into 2.18Updates
com.fasterxml.jackson.datatype:jackson-datatype-jdk8
from 2.18.1 to 2.18.2Updates
com.fasterxml.jackson.module:jackson-module-kotlin
from 2.18.1 to 2.18.2Commits
faea8f2
[maven-release-plugin] prepare release jackson-module-kotlin-2.18.256014ce
Prep for 2.18.2779cf85
Merge pull request #855 from k163377/844edf9592
Add check for #844aa1cb9b
Merge pull request #852 from k163377/update-ciebd6e3d
Add Kotlin 2.19f6ea17
Update Java and Kotlin versionsd4ae171
Merge pull request #850 from k163377/GitHub8411c805d6
Add check for #8419889989
Merge branch '2.17' into 2.18Updates
io.ktor:ktor-client-okhttp
from 2.3.12 to 2.3.13Release notes
Sourced from io.ktor:ktor-client-okhttp's releases.
Changelog
Sourced from io.ktor:ktor-client-okhttp's changelog.
Commits
321b3b5
Version 2.3.13019071a
KTOR-7727 Backport fix for CVE-2024-49580 to Ktor 2 (#4465)c413ed5
KTOR-7209: fix Text.chomp values separator (#4120)27e55de
KTOR-2914 Try to fix crash due to network errors (#4117)Updates
io.ktor:ktor-client-core
from 2.3.12 to 2.3.13Release notes
Sourced from io.ktor:ktor-client-core's releases.
Changelog
Sourced from io.ktor:ktor-client-core's changelog.
Commits
321b3b5
Version 2.3.13019071a
KTOR-7727 Backport fix for CVE-2024-49580 to Ktor 2 (#4465)c413ed5
KTOR-7209: fix Text.chomp values separator (#4120)27e55de
KTOR-2914 Try to fix crash due to network errors (#4117)Updates
io.ktor:ktor-client-logging-jvm
from 2.3.12 to 2.3.13Release notes
Sourced from io.ktor:ktor-client-logging-jvm's releases.
Changelog
Sourced from io.ktor:ktor-client-logging-jvm's changelog.
Commits
321b3b5
Version 2.3.13019071a
KTOR-7727 Backport fix for CVE-2024-49580 to Ktor 2 (#4465)c413ed5
KTOR-7209: fix Text.chomp values separator (#4120)27e55de
KTOR-2914 Try to fix crash due to network errors (#4117)Updates
io.ktor:ktor-client-auth
from 2.3.12 to 2.3.13Release notes
Sourced from io.ktor:ktor-client-auth's releases.
Changelog
Sourced from io.ktor:ktor-client-auth's changelog.
Commits
321b3b5
Version 2.3.13019071a
KTOR-7727 Backport fix for CVE-2024-49580 to Ktor 2 (#4465)c413ed5
KTOR-7209: fix Text.chomp values separator (#4120)27e55de
KTOR-2914 Try to fix crash due to network errors (#4117)Updates
io.ktor:ktor-server-core-jvm
from 2.3.12 to 2.3.13Release notes
Sourced from io.ktor:ktor-server-core-jvm's releases.
Changelog
Sourced from io.ktor:ktor-server-core-jvm's changelog.
Commits
321b3b5
Version 2.3.13019071a
KTOR-7727 Backport fix for CVE-2024-49580 to Ktor 2 (#4465)c413ed5
KTOR-7209: fix Text.chomp values separator (#4120)27e55de
KTOR-2914 Try to fix crash due to network errors (#4117)Updates
io.ktor:ktor-server-double-receive
from 2.3.12 to 2.3.13Release notes
Sourced from io.ktor:ktor-server-double-receive's releases.
Changelog
Sourced from io.ktor:ktor-server-double-receive's changelog.
Commits
321b3b5
Version 2.3.13019071a
KTOR-7727 Backport fix for CVE-2024-49580 to Ktor 2 (#4465)c413ed5
KTOR-7209: fix Text.chomp values separator (#4120)27e55de
KTOR-2914 Try to fix crash due to network errors (#4117)Updates
io.ktor:ktor-server-cio
from 2.3.12 to 2.3.13Release notes
Sourced from io.ktor:ktor-server-cio's releases.
Changelog
Sourced from io.ktor:ktor-server-cio's changelog.
Commits
321b3b5
Version 2.3.13019071a
KTOR-7727 Backport fix for CVE-2024-49580 to Ktor 2 (#4465)c413ed5
KTOR-7209: fix Text.chomp values separator (#4120)27e55de
KTOR-2914 Try to fix crash due to network errors (#4117)Updates
io.ktor:ktor-server-auth
from 2.3.12 to 2.3.13Release notes
Sourced from io.ktor:ktor-server-auth's releases.
Changelog
Sourced from io.ktor:ktor-server-auth's changelog.
Commits
321b3b5
Version 2.3.13019071a
KTOR-7727 Backport fix for CVE-2024-49580 to Ktor 2 (#4465)c413ed5
KTOR-7209: fix Text.chomp values separator (#4120)27e55de
KTOR-2914 Try to fix crash due to network errors (#4117)Updates
io.ktor:ktor-server-content-negotiation
from 2.3.12 to 2.3.13Release notes
Sourced from io.ktor:ktor-server-content-negotiation's releases.
Changelog
Sourced from io.ktor:ktor-server-content-negotiation's changelog.
Commits
321b3b5
Version 2.3.13019071a
KTOR-7727 Backport fix for CVE-2024-49580 to Ktor 2 (#4465)c413ed5
KTOR-7209: fix Text.chomp values separator (#4120)27e55de
KTOR-2914 Try to fix crash due to network errors (#4117)Updates
io.ktor:ktor-client-content-negotiation
from 2.3.12 to 2.3.13Release notes
Sourced from io.ktor:ktor-client-content-negotiation's releases.
Changelog
Sourced from io.ktor:ktor-client-content-negotiation's changelog.
Commits
321b3b5
Version 2.3.13019071a
KTOR-7727 Backport fix for CVE-2024-49580 to Ktor 2 (#4465)c413ed5
KTOR-7209: fix Text.chomp values separator (#4120)27e55de
KTOR-2914 Try to fix crash due to network errors (#4117)Updates
io.ktor:ktor-serialization-jackson
from 2.3.12 to 2.3.13Release notes
Sourced from io.ktor:ktor-serialization-jackson's releases.
Changelog
Sourced from io.ktor:ktor-serialization-jackson's changelog.
Commits
321b3b5
Version 2.3.13019071a
KTOR-7727 Backport fix for CVE-2024-49580 to Ktor 2 (#4465)c413ed5
KTOR-7209: fix Text.chomp values separator (#4120)27e55de
KTOR-2914 Try to fix crash due to network errors (#4117)Updates
io.ktor:ktor-server-call-logging
from 2.3.12 to 2.3.13Release notes
Sourced from io.ktor:ktor-server-call-logging's releases.
Changelog
Sourced from io.ktor:ktor-server-call-logging's changelog.
Commits
321b3b5
Version 2.3.13019071a
KTOR-7727 Backport fix for CVE-2024-49580 to Ktor 2 (#4465)c413ed5
KTOR-7209: fix Text.chomp values separator (#4120)27e55de
KTOR-2914 Try to fix crash due to network errors (#4117)Updates
io.ktor:ktor-server-call-id
from 2.3.12 to 2.3.13Release notes
Sourced from io.ktor:ktor-server-call-id's releases.
Changelog
Sourced from io.ktor:ktor-server-call-id's changelog.
Commits
321b3b5
Version 2.3.13019071a
KTOR-7727 Backport fix for CVE-2024-49580 to Ktor 2 (#4465)c413ed5
KTOR-7209: fix Text.chomp values separator (#4120)27e55de
KTOR-2914 Try to fix crash due to network errors (#4117)Updates
io.ktor:ktor-server-status-pages
from 2.3.12 to 2.3.13Release notes
Sourced from io.ktor:ktor-server-status-pages's releases.
Changelog
Sourced from io.ktor:ktor-server-status-pages's changelog.