-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump the dependencies group across 1 directory with 18 updates #187
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
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/gradle/dependencies-f0d2846ebe
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
…pdates Bumps the dependencies group with 18 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `2.2.0` | `2.2.10` | | [io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations](https://github.com/open-telemetry/opentelemetry-java-instrumentation) | `2.17.0` | `2.19.0` | | [io.ktor:ktor-server-core](https://github.com/ktorio/ktor) | `3.2.1` | `3.2.3` | | [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) | `3.2.1` | `3.2.3` | | [io.ktor:ktor-server-test-host](https://github.com/ktorio/ktor) | `3.2.1` | `3.2.3` | | [io.netty:netty-handler](https://github.com/netty/netty) | `4.2.2.Final` | `4.2.5.Final` | | [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) | `1.1.10.7` | `1.1.10.8` | | [com.fasterxml.jackson.module:jackson-module-jaxb-annotations](https://github.com/FasterXML/jackson-modules-base) | `2.19.1` | `2.20.0` | | [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.19.1` | `2.20.0` | | [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) | `2.19.1` | `2.20.0` | | com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.19.1` | `2.20.0` | | com.ibm.mq:com.ibm.mq.jakarta.client | `9.4.3.0` | `9.4.3.1` | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `5.13.3` | `5.13.4` | | [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) | `5.13.3` | `5.13.4` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `5.13.3` | `5.13.4` | | [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.18.0` | `1.19.0` | | [jvm](https://github.com/JetBrains/kotlin) | `2.2.0` | `2.2.10` | | com.diffplug.spotless | `7.1.0` | `7.2.1` | Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.2.0 to 2.2.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.0...v2.2.10) Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations` from 2.17.0 to 2.19.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-java-instrumentation@v2.17.0...v2.19.0) Updates `io.ktor:ktor-server-core` from 3.2.1 to 3.2.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.2.1...3.2.3) Updates `io.ktor:ktor-server-netty` from 3.2.1 to 3.2.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.2.1...3.2.3) Updates `io.ktor:ktor-server-test-host` from 3.2.1 to 3.2.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.2.1...3.2.3) Updates `io.ktor:ktor-server-netty` from 3.2.1 to 3.2.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.2.1...3.2.3) Updates `io.netty:netty-handler` from 4.2.2.Final to 4.2.5.Final - [Commits](netty/netty@netty-4.2.2.Final...netty-4.2.5.Final) Updates `org.xerial.snappy:snappy-java` from 1.1.10.7 to 1.1.10.8 - [Release notes](https://github.com/xerial/snappy-java/releases) - [Commits](xerial/snappy-java@v1.1.10.7...v1.1.10.8) Updates `com.fasterxml.jackson.module:jackson-module-jaxb-annotations` from 2.19.1 to 2.20.0 - [Commits](FasterXML/jackson-modules-base@jackson-modules-base-2.19.1...jackson-modules-base-2.20.0) Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.19.1 to 2.20.0 - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.19.1...jackson-module-kotlin-2.20.0) Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.19.1 to 2.20.0 - [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.19.1...jackson-dataformat-xml-2.20.0) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.19.1 to 2.20.0 Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.19.1 to 2.20.0 - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.19.1...jackson-module-kotlin-2.20.0) Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.19.1 to 2.20.0 - [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.19.1...jackson-dataformat-xml-2.20.0) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.19.1 to 2.20.0 Updates `com.ibm.mq:com.ibm.mq.jakarta.client` from 9.4.3.0 to 9.4.3.1 Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.3 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.3...r5.13.4) Updates `org.junit.jupiter:junit-jupiter-params` from 5.13.3 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.3...r5.13.4) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.3 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.3...r5.13.4) Updates `org.junit.jupiter:junit-jupiter-params` from 5.13.3 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.3...r5.13.4) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.3 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.3...r5.13.4) Updates `io.ktor:ktor-server-test-host` from 3.2.1 to 3.2.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.2.1...3.2.3) Updates `commons-codec:commons-codec` from 1.18.0 to 1.19.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-codec@rel/commons-codec-1.18.0...rel/commons-codec-1.19.0) Updates `jvm` from 2.2.0 to 2.2.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.0...v2.2.10) Updates `com.diffplug.spotless` from 7.1.0 to 7.2.1 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.ktor:ktor-server-core dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-server-netty dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-server-test-host dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-server-netty dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.netty:netty-handler dependency-version: 4.2.5.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.xerial.snappy:snappy-java dependency-version: 1.1.10.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.fasterxml.jackson.module:jackson-module-jaxb-annotations dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.ibm.mq:com.ibm.mq.jakarta.client dependency-version: 9.4.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-server-test-host dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: commons-codec:commons-codec dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: jvm dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.diffplug.spotless dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
e533535
to
9b315cc
Compare
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
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 18 updates in the / directory:
2.2.0
2.2.10
2.17.0
2.19.0
3.2.1
3.2.3
3.2.1
3.2.3
3.2.1
3.2.3
4.2.2.Final
4.2.5.Final
1.1.10.7
1.1.10.8
2.19.1
2.20.0
2.19.1
2.20.0
2.19.1
2.20.0
2.19.1
2.20.0
9.4.3.0
9.4.3.1
5.13.3
5.13.4
5.13.3
5.13.4
5.13.3
5.13.4
1.18.0
1.19.0
2.2.0
2.2.10
7.1.0
7.2.1
Updates
org.jetbrains.kotlin:kotlin-stdlib
from 2.2.0 to 2.2.10Release notes
Sourced from org.jetbrains.kotlin:kotlin-stdlib's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin:kotlin-stdlib's changelog.
... (truncated)
Commits
c448af1
Add ChangeLog for 2.2.10-RC24925857
[JS] Upgrade NPM dependencies0e3327f
[K/N] Use coreSymbolicationImageListType=all_loaded by default21231f5
[JVM] avoid unnecessary spills of some dead locals4297254
[gradle] Fix missing mocha reporter module95639d5
[JVM] Fix detection of $DefaultImpl bridges09a5926
FIR: allow to resolve some Java classes with@kotlin.Metadata
4bf855d
[K/JS] Fix incremental compilation for overridden external properties69050bd
[K/N][llvm] Update LLVM build to incorporate the recent changesaccbf36
Add ChangeLog for 2.2.10-RCUpdates
io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations
from 2.17.0 to 2.19.0Release notes
Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations's releases.
... (truncated)
Changelog
Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations's changelog.
... (truncated)
Commits
4a4ed7d
[release/v2.19.x] Try to work around openj9 crash (#14451)124f0f3
[release/v2.19.x] Prepare release 2.19.0 (#14447)fdef70a
Add change log for upcoming release (#14445)3826d0a
don't add the test exporters when not needed (#14431)35d41e3
Add missing patch releases to change log (#14444)e804f69
Fix merging CHANGELOG.md back to main on (mostly patch) releases (#14443)5b1ad52
Split out camel experimental assertions (#14433)092fde6
chore: update instrumentation list [automated] (#14436)2ca62ab
Remove openai latest dep restriction (#14423)c50eb3c
Add attribute to camel aws SNS assertions (#14434)Updates
io.ktor:ktor-server-core
from 3.2.1 to 3.2.3Release notes
Sourced from io.ktor:ktor-server-core's releases.
Changelog
Sourced from io.ktor:ktor-server-core's changelog.
Commits
dfbeb28
Add changelog for 3.2.3 (#5026)41614b5
Release 3.2.3 (#5023)7ea26ad
KTOR-8712 add .yml as allowed suffix for configuration0ceafad
KTOR-8687 Fix missing\r\n
in CIO Expect-Continue response (#5019)92266d5
KTOR-8700 fix Websocket binary frames fin on wasm and js92708fa
KTOR-8523 Fix for empty part parse exceptionb9b859d
KTOR-8682 sanitize infinite loop962343e
[js, wasmJs] fix crash of absence of theprocess
global by providing defaul...366623b
KTOR-7234 Fix WS session closure35d98ba
KTOR-8674 Add exit hook overrideUpdates
io.ktor:ktor-server-netty
from 3.2.1 to 3.2.3Release notes
Sourced from io.ktor:ktor-server-netty's releases.
Changelog
Sourced from io.ktor:ktor-server-netty's changelog.
Commits
dfbeb28
Add changelog for 3.2.3 (#5026)41614b5
Release 3.2.3 (#5023)7ea26ad
KTOR-8712 add .yml as allowed suffix for configuration0ceafad
KTOR-8687 Fix missing\r\n
in CIO Expect-Continue response (#5019)92266d5
KTOR-8700 fix Websocket binary frames fin on wasm and js92708fa
KTOR-8523 Fix for empty part parse exceptionb9b859d
KTOR-8682 sanitize infinite loop962343e
[js, wasmJs] fix crash of absence of theprocess
global by providing defaul...366623b
KTOR-7234 Fix WS session closure35d98ba
KTOR-8674 Add exit hook overrideUpdates
io.ktor:ktor-server-test-host
from 3.2.1 to 3.2.3Release notes
Sourced from io.ktor:ktor-server-test-host's releases.
Changelog
Sourced from io.ktor:ktor-server-test-host's changelog.
Commits
dfbeb28
Add changelog for 3.2.3 (#5026)41614b5
Release 3.2.3 (#5023)7ea26ad
KTOR-8712 add .yml as allowed suffix for configuration0ceafad
KTOR-8687 Fix missing\r\n
in CIO Expect-Continue response (#5019)92266d5
KTOR-8700 fix Websocket binary frames fin on wasm and js92708fa
KTOR-8523 Fix for empty part parse exceptionb9b859d
KTOR-8682 sanitize infinite loop962343e
[js, wasmJs] fix crash of absence of theprocess
global by providing defaul...366623b
KTOR-7234 Fix WS session closure35d98ba
KTOR-8674 Add exit hook overrideUpdates
io.ktor:ktor-server-netty
from 3.2.1 to 3.2.3Release notes
Sourced from io.ktor:ktor-server-netty's releases.
Changelog
Sourced from io.ktor:ktor-server-netty's changelog.
Commits
dfbeb28
Add changelog for 3.2.3 (#5026)41614b5
Release 3.2.3 (#5023)7ea26ad
KTOR-8712 add .yml as allowed suffix for configuration0ceafad
KTOR-8687 Fix missing\r\n
in CIO Expect-Continue response (#5019)92266d5
KTOR-8700 fix Websocket binary frames fin on wasm and js92708fa
KTOR-8523 Fix for empty part parse exceptionb9b859d
KTOR-8682 sanitize infinite loop962343e
[js, wasmJs] fix crash of absence of theprocess
global by providing defaul...366623b
KTOR-7234 Fix WS session closure35d98ba
KTOR-8674 Add exit hook overrideUpdates
io.netty:netty-handler
from 4.2.2.Final to 4.2.5.FinalCommits
406a58f
[maven-release-plugin] prepare release netty-4.2.5.Finaldbe313e
Revert "Skip generation of javadocs for stubs (#15563)"98c9226
Add workaround to not include karaf in bundle9154f09
Fix configuration of testsuite-karaf9d804c5
Merge commit from forkedb55fd
Merge commit from fork (#15611)15fdd92
Update to latest maven release (#15607)5b13ecd
Only allow auto-scaling of EventLoop's when IoHandler supports it. (#15603)81d813d
Fix IllegalReferenceCountException on invalid upgrade response (#15602)17c261a
IoUring: Always correctly handle result for zero copy (#15600)Updates
org.xerial.snappy:snappy-java
from 1.1.10.7 to 1.1.10.8Release notes
Sourced from org.xerial.snappy:snappy-java's releases.