-
-
Notifications
You must be signed in to change notification settings - Fork 202
build(deps): bump the dependencies group with 24 updates #3603
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
Merged
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
Bumps the dependencies group with 24 updates: | Package | From | To | | --- | --- | --- | | [io.netty:netty-bom](https://github.com/netty/netty) | `4.1.115.Final` | `4.1.116.Final` | | [io.netty:netty-common](https://github.com/netty/netty) | `4.1.115.Final` | `4.1.116.Final` | | [io.netty:netty-buffer](https://github.com/netty/netty) | `4.1.115.Final` | `4.1.116.Final` | | [io.netty:netty-handler](https://github.com/netty/netty) | `4.1.115.Final` | `4.1.116.Final` | | [io.netty:netty-transport](https://github.com/netty/netty) | `4.1.115.Final` | `4.1.116.Final` | | [io.netty:netty-transport-native-epoll](https://github.com/netty/netty) | `4.1.115.Final` | `4.1.116.Final` | | [io.netty:netty-codec-http](https://github.com/netty/netty) | `4.1.115.Final` | `4.1.116.Final` | | [io.netty:netty-codec-http2](https://github.com/netty/netty) | `4.1.115.Final` | `4.1.116.Final` | | [io.netty:netty-transport-native-kqueue](https://github.com/netty/netty) | `4.1.115.Final` | `4.1.116.Final` | | org.freemarker:freemarker | `2.3.33` | `2.3.34` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.12` | `1.5.15` | | [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `6.6.3.Final` | `6.6.4.Final` | | [io.ebean:ebean](https://github.com/ebean-orm/ebean) | `15.8.0` | `15.8.1` | | io.ebean:ebean-querybean | `15.8.0` | `15.8.1` | | io.ebean:querybean-generator | `15.8.0` | `15.8.1` | | io.ebean:ebean-test | `15.8.0` | `15.8.1` | | [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) | `1.9.0` | `1.10.1` | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.11.3` | `5.11.4` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.11.3` | `5.11.4` | | [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) | `5.11.3` | `5.11.4` | | [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.26.3` | `3.27.0` | | [com.google.guava:guava](https://github.com/google/guava) | `33.3.1-jre` | `33.4.0-jre` | | [org.jetbrains.dokka:dokka-maven-plugin](https://github.com/Kotlin/dokka) | `1.9.20` | `2.0.0` | | software.amazon.awssdk:bom | `2.29.34` | `2.29.39` | Updates `io.netty:netty-bom` from 4.1.115.Final to 4.1.116.Final - [Commits](netty/netty@netty-4.1.115.Final...netty-4.1.116.Final) Updates `io.netty:netty-common` from 4.1.115.Final to 4.1.116.Final - [Commits](netty/netty@netty-4.1.115.Final...netty-4.1.116.Final) Updates `io.netty:netty-buffer` from 4.1.115.Final to 4.1.116.Final - [Commits](netty/netty@netty-4.1.115.Final...netty-4.1.116.Final) Updates `io.netty:netty-handler` from 4.1.115.Final to 4.1.116.Final - [Commits](netty/netty@netty-4.1.115.Final...netty-4.1.116.Final) Updates `io.netty:netty-transport` from 4.1.115.Final to 4.1.116.Final - [Commits](netty/netty@netty-4.1.115.Final...netty-4.1.116.Final) Updates `io.netty:netty-transport-native-epoll` from 4.1.115.Final to 4.1.116.Final - [Commits](netty/netty@netty-4.1.115.Final...netty-4.1.116.Final) Updates `io.netty:netty-codec-http` from 4.1.115.Final to 4.1.116.Final - [Commits](netty/netty@netty-4.1.115.Final...netty-4.1.116.Final) Updates `io.netty:netty-codec-http2` from 4.1.115.Final to 4.1.116.Final - [Commits](netty/netty@netty-4.1.115.Final...netty-4.1.116.Final) Updates `io.netty:netty-transport-native-kqueue` from 4.1.115.Final to 4.1.116.Final - [Commits](netty/netty@netty-4.1.115.Final...netty-4.1.116.Final) Updates `org.freemarker:freemarker` from 2.3.33 to 2.3.34 Updates `ch.qos.logback:logback-classic` from 1.5.12 to 1.5.15 - [Commits](qos-ch/logback@v_1.5.12...v_1.5.15) Updates `org.hibernate.orm:hibernate-core` from 6.6.3.Final to 6.6.4.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.4/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.3...6.6.4) Updates `io.ebean:ebean` from 15.8.0 to 15.8.1 - [Release notes](https://github.com/ebean-orm/ebean/releases) - [Commits](https://github.com/ebean-orm/ebean/commits) Updates `io.ebean:ebean-querybean` from 15.8.0 to 15.8.1 Updates `io.ebean:querybean-generator` from 15.8.0 to 15.8.1 Updates `io.ebean:ebean-test` from 15.8.0 to 15.8.1 Updates `io.ebean:ebean-querybean` from 15.8.0 to 15.8.1 Updates `io.ebean:querybean-generator` from 15.8.0 to 15.8.1 Updates `io.ebean:ebean-test` from 15.8.0 to 15.8.1 Updates `io.netty:netty-common` from 4.1.115.Final to 4.1.116.Final - [Commits](netty/netty@netty-4.1.115.Final...netty-4.1.116.Final) Updates `io.netty:netty-buffer` from 4.1.115.Final to 4.1.116.Final - [Commits](netty/netty@netty-4.1.115.Final...netty-4.1.116.Final) Updates `io.netty:netty-handler` from 4.1.115.Final to 4.1.116.Final - [Commits](netty/netty@netty-4.1.115.Final...netty-4.1.116.Final) Updates `io.netty:netty-transport` from 4.1.115.Final to 4.1.116.Final - [Commits](netty/netty@netty-4.1.115.Final...netty-4.1.116.Final) Updates `io.netty:netty-transport-native-epoll` from 4.1.115.Final to 4.1.116.Final - [Commits](netty/netty@netty-4.1.115.Final...netty-4.1.116.Final) Updates `io.netty:netty-codec-http` from 4.1.115.Final to 4.1.116.Final - [Commits](netty/netty@netty-4.1.115.Final...netty-4.1.116.Final) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.9.0 to 1.10.1 - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](Kotlin/kotlinx.coroutines@1.9.0...1.10.1) Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.3 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.3...r5.11.4) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.3 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.3...r5.11.4) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.3 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.3...r5.11.4) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.3 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.3...r5.11.4) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.3 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.3...r5.11.4) Updates `org.assertj:assertj-core` from 3.26.3 to 3.27.0 - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.26.3...assertj-build-3.27.0) Updates `com.google.guava:guava` from 33.3.1-jre to 33.4.0-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `org.jetbrains.dokka:dokka-maven-plugin` from 1.9.20 to 2.0.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](Kotlin/dokka@v1.9.20...v2.0.0) Updates `io.netty:netty-codec-http2` from 4.1.115.Final to 4.1.116.Final - [Commits](netty/netty@netty-4.1.115.Final...netty-4.1.116.Final) Updates `io.netty:netty-transport-native-kqueue` from 4.1.115.Final to 4.1.116.Final - [Commits](netty/netty@netty-4.1.115.Final...netty-4.1.116.Final) Updates `software.amazon.awssdk:bom` from 2.29.34 to 2.29.39 --- updated-dependencies: - dependency-name: io.netty:netty-bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.netty:netty-common dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.netty:netty-buffer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.netty:netty-handler dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.netty:netty-transport dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.netty:netty-transport-native-epoll dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.netty:netty-codec-http dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.netty:netty-codec-http2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.netty:netty-transport-native-kqueue dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.freemarker:freemarker dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.hibernate.orm:hibernate-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ebean:ebean dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ebean:ebean-querybean dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ebean:querybean-generator dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ebean:ebean-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ebean:ebean-querybean dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ebean:querybean-generator dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ebean:ebean-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.netty:netty-common dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.netty:netty-buffer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.netty:netty-handler dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.netty:netty-transport dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.netty:netty-transport-native-epoll dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.netty:netty-codec-http dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.google.guava:guava dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.jetbrains.dokka:dokka-maven-plugin dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.netty:netty-codec-http2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.netty:netty-transport-native-kqueue dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: software.amazon.awssdk:bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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 dependencies group with 24 updates:
4.1.115.Final4.1.116.Final4.1.115.Final4.1.116.Final4.1.115.Final4.1.116.Final4.1.115.Final4.1.116.Final4.1.115.Final4.1.116.Final4.1.115.Final4.1.116.Final4.1.115.Final4.1.116.Final4.1.115.Final4.1.116.Final4.1.115.Final4.1.116.Final2.3.332.3.341.5.121.5.156.6.3.Final6.6.4.Final15.8.015.8.115.8.015.8.115.8.015.8.115.8.015.8.11.9.01.10.15.11.35.11.45.11.35.11.45.11.35.11.43.26.33.27.033.3.1-jre33.4.0-jre1.9.202.0.02.29.342.29.39Updates
io.netty:netty-bomfrom 4.1.115.Final to 4.1.116.FinalCommits
2a58b07[maven-release-plugin] prepare release netty-4.1.116.Finala739efaAdaptive: Add assert to guard against bugs related to chunk pooling (#14590)22cb4ecFix race and leaks introduced in tests by a16f8aaf2ff101567a526916b46… (#14588)ad104c6Correctly gard aginst failure when running on systems with 1 corea16f8aaAllow PcapWriteHandler to output PCAP files larger than 2GB (#14478)dccfcc8Adapt: Ensure Chunks from the central Queue are re-used even if there… (#14586)fdc10c4chore: use readRetainedSlice to avoid copy in SpdyFrameDecoder (#14573)46b11ccAdapt: Don't fail when we run on a host with 1 core (#14582) (#14584)6138a5aAdapt: Only add Chunk to central Queue if unused (#14580) (#14583)6c3041fAdaptive: Correctly restore allocatedBytes value on failure (#14577) (#14578)Updates
io.netty:netty-commonfrom 4.1.115.Final to 4.1.116.FinalCommits
2a58b07[maven-release-plugin] prepare release netty-4.1.116.Finala739efaAdaptive: Add assert to guard against bugs related to chunk pooling (#14590)22cb4ecFix race and leaks introduced in tests by a16f8aaf2ff101567a526916b46… (#14588)ad104c6Correctly gard aginst failure when running on systems with 1 corea16f8aaAllow PcapWriteHandler to output PCAP files larger than 2GB (#14478)dccfcc8Adapt: Ensure Chunks from the central Queue are re-used even if there… (#14586)fdc10c4chore: use readRetainedSlice to avoid copy in SpdyFrameDecoder (#14573)46b11ccAdapt: Don't fail when we run on a host with 1 core (#14582) (#14584)6138a5aAdapt: Only add Chunk to central Queue if unused (#14580) (#14583)6c3041fAdaptive: Correctly restore allocatedBytes value on failure (#14577) (#14578)Updates
io.netty:netty-bufferfrom 4.1.115.Final to 4.1.116.FinalCommits
2a58b07[maven-release-plugin] prepare release netty-4.1.116.Finala739efaAdaptive: Add assert to guard against bugs related to chunk pooling (#14590)22cb4ecFix race and leaks introduced in tests by a16f8aaf2ff101567a526916b46… (#14588)ad104c6Correctly gard aginst failure when running on systems with 1 corea16f8aaAllow PcapWriteHandler to output PCAP files larger than 2GB (#14478)dccfcc8Adapt: Ensure Chunks from the central Queue are re-used even if there… (#14586)fdc10c4chore: use readRetainedSlice to avoid copy in SpdyFrameDecoder (#14573)46b11ccAdapt: Don't fail when we run on a host with 1 core (#14582) (#14584)6138a5aAdapt: Only add Chunk to central Queue if unused (#14580) (#14583)6c3041fAdaptive: Correctly restore allocatedBytes value on failure (#14577) (#14578)Updates
io.netty:netty-handlerfrom 4.1.115.Final to 4.1.116.FinalCommits
2a58b07[maven-release-plugin] prepare release netty-4.1.116.Finala739efaAdaptive: Add assert to guard against bugs related to chunk pooling (#14590)22cb4ecFix race and leaks introduced in tests by a16f8aaf2ff101567a526916b46… (#14588)ad104c6Correctly gard aginst failure when running on systems with 1 corea16f8aaAllow PcapWriteHandler to output PCAP files larger than 2GB (#14478)dccfcc8Adapt: Ensure Chunks from the central Queue are re-used even if there… (#14586)fdc10c4chore: use readRetainedSlice to avoid copy in SpdyFrameDecoder (#14573)46b11ccAdapt: Don't fail when we run on a host with 1 core (#14582) (#14584)6138a5aAdapt: Only add Chunk to central Queue if unused (#14580) (#14583)6c3041fAdaptive: Correctly restore allocatedBytes value on failure (#14577) (#14578)Updates
io.netty:netty-transportfrom 4.1.115.Final to 4.1.116.FinalCommits
2a58b07[maven-release-plugin] prepare release netty-4.1.116.Finala739efaAdaptive: Add assert to guard against bugs related to chunk pooling (#14590)22cb4ecFix race and leaks introduced in tests by a16f8aaf2ff101567a526916b46… (#14588)ad104c6Correctly gard aginst failure when running on systems with 1 corea16f8aaAllow PcapWriteHandler to output PCAP files larger than 2GB (#14478)dccfcc8Adapt: Ensure Chunks from the central Queue are re-used even if there… (#14586)fdc10c4chore: use readRetainedSlice to avoid copy in SpdyFrameDecoder (#14573)46b11ccAdapt: Don't fail when we run on a host with 1 core (#14582) (#14584)6138a5aAdapt: Only add Chunk to central Queue if unused (#14580) (#14583)6c3041fAdaptive: Correctly restore allocatedBytes value on failure (#14577) (#14578)Updates
io.netty:netty-transport-native-epollfrom 4.1.115.Final to 4.1.116.FinalCommits
2a58b07[maven-release-plugin] prepare release netty-4.1.116.Finala739efaAdaptive: Add assert to guard against bugs related to chunk pooling (#14590)22cb4ecFix race and leaks introduced in tests by a16f8aaf2ff101567a526916b46… (#14588)ad104c6Correctly gard aginst failure when running on systems with 1 corea16f8aaAllow PcapWriteHandler to output PCAP files larger than 2GB (#14478)dccfcc8Adapt: Ensure Chunks from the central Queue are re-used even if there… (#14586)fdc10c4chore: use readRetainedSlice to avoid copy in SpdyFrameDecoder (#14573)46b11ccAdapt: Don't fail when we run on a host with 1 core (#14582) (#14584)6138a5aAdapt: Only add Chunk to central Queue if unused (#14580) (#14583)6c3041fAdaptive: Correctly restore allocatedBytes value on failure (#14577) (#14578)Updates
io.netty:netty-codec-httpfrom 4.1.115.Final to 4.1.116.FinalCommits
2a58b07[maven-release-plugin] prepare release netty-4.1.116.Finala739efaAdaptive: Add assert to guard against bugs related to chunk pooling (#14590)22cb4ecFix race and leaks introduced in tests by a16f8aaf2ff101567a526916b46… (#14588)ad104c6Correctly gard aginst failure when running on systems with 1 corea16f8aaAllow PcapWriteHandler to output PCAP files larger than 2GB (#14478)dccfcc8Adapt: Ensure Chunks from the central Queue are re-used even if there… (#14586)fdc10c4chore: use readRetainedSlice to avoid copy in SpdyFrameDecoder (#14573)46b11ccAdapt: Don't fail when we run on a host with 1 core (#14582) (#14584)6138a5aAdapt: Only add Chunk to central Queue if unused (#14580) (#14583)6c3041fAdaptive: Correctly restore allocatedBytes value on failure (#14577) (#14578)Updates
io.netty:netty-codec-http2from 4.1.115.Final to 4.1.116.FinalCommits
2a58b07[maven-release-plugin] prepare release netty-4.1.116.Finala739efaAdaptive: Add assert to guard against bugs related to chunk pooling (#14590)22cb4ecFix race and leaks introduced in tests by a16f8aaf2ff101567a526916b46… (#14588)ad104c6Correctly gard aginst failure when running on systems with 1 corea16f8aaAllow PcapWriteHandler to output PCAP files larger than 2GB (#14478)dccfcc8Adapt: Ensure Chunks from the central Queue are re-used even if there… (#14586)fdc10c4chore: use readRetainedSlice to avoid copy in SpdyFrameDecoder (#14573)46b11ccAdapt: Don't fail when we run on a host with 1 core (#14582) (#14584)6138a5aAdapt: Only add Chunk to central Queue if unused (#14580) (#14583)6c3041fAdaptive: Correctly restore allocatedBytes value on failure (#14577) (#14578)Updates
io.netty:netty-transport-native-kqueuefrom 4.1.115.Final to 4.1.116.FinalCommits
2a58b07[maven-release-plugin] prepare release netty-4.1.116.Finala739efaAdaptive: Add assert to guard against bugs related to chunk pooling (#14590)22cb4ecFix race and leaks introduced in tests by a16f8aaf2ff101567a526916b46… (#14588)ad104c6Correctly gard aginst failure when running on systems with 1 corea16f8aaAllow PcapWriteHandler to output PCAP files larger than 2GB (#14478)dccfcc8Adapt: Ensure Chunks from the central Queue are re-used even if there… (#14586)fdc10c4chore: use readRetainedSlice to avoid copy in SpdyFrameDecoder (#14573)46b11ccAdapt: Don't fail when we run on a host with 1 core (#14582) (#14584)6138a5aAdapt: Only add Chunk to central Queue if unused (#14580) (#14583)6c3041fAdaptive: Correctly restore allocatedBytes value on failure (#14577) (#14578)Updates
org.freemarker:freemarkerfrom 2.3.33 to 2.3.34Updates
ch.qos.logback:logback-classicfrom 1.5.12 to 1.5.15Commits
c32c92aprepare release 1.5.15402fc67check that logback-classic and logback-core are identical020610aname is optional in EventEvaluator, add ExceptionMatchEvaluator with a test11a3951start work on 1.5.15-SNAPSHOT3ddf27bprepare release 1.5.14d4804f9fix incompatibile change, Spring-Boot issue 8853492bc8start work on 1.5.14-SNAPSHOT32638aaprepare release 1.5.130056a9cCORE_POOL_SIZE set to 42cb6d52remove JaninoEventEvaluatorUpdates
org.hibernate.orm:hibernate-corefrom 6.6.3.Final to 6.6.4.FinalRelease notes
Sourced from org.hibernate.orm:hibernate-core's releases.
Changelog
Sourced from org.hibernate.orm:hibernate-core's changelog.
Commits
c22c25bPre-steps for release :6.6.4.Final0afa745HHH-18912 - ORM release process8956c0aHHH-18912 - ORM release process376dbb1Try fixing publishing9c4d33bVarious release script fixese685425don't generate "auxiliary" members for Jakarta Data static metamodel103b2f8HHH-14725 Fixed test0b61cc3HHH-14725 Fix reset handling on BlobProxy0b28e2cHHH-14725 Fixed test6300c34HHH-14725 Adjust test to use byte array, update JavadocUpdates
io.ebean:ebeanfrom 15.8.0 to 15.8.1Commits
Updates
io.ebean:ebean-querybeanfrom 15.8.0 to 15.8.1Updates
io.ebean:querybean-generatorfrom 15.8.0 to 15.8.1Updates
io.ebean:ebean-testfrom 15.8.0 to 15.8.1Updates
io.ebean:ebean-querybeanfrom 15.8.0 to 15.8.1Updates
io.ebean:querybean-generatorfrom 15.8.0 to 15.8.1Updates
io.ebean:ebean-testfrom 15.8.0 to 15.8.1Updates
io.netty:netty-commonfrom 4.1.115.Final to 4.1.116.FinalCommits
2a58b07[maven-release-plugin] prepare release netty-4.1.116.Finala739efaAdaptive: Add assert to guard against bugs related to chunk pooling (#14590)22cb4ecFix race and leaks introduced in tests by a16f8aaf2ff101567a526916b46… (#14588)ad104c6Correctly gard aginst failure when running on systems with 1 corea16f8aaAllow PcapWriteHandler to output PCAP files larger than 2GB (#14478)dccfcc8Adapt: Ensure Chunks from the central Queue are re-used even if there… (#14586)fdc10c4chore: use readRetainedSlice to avoid copy in SpdyFrameDecoder (#14573)46b11ccAdapt: Don't fail when we run on a host with 1 core (#14582) (#14584)6138a5aAdapt: Only add Chunk to central Queue if unused (#14580) (#14583)6c3041fAdaptive: Correctly restore allocatedBytes value on failure (#14577) (#14578)Updates
io.netty:netty-bufferfrom 4.1.115.Final to 4.1.116.FinalCommits
2a58b07[maven-release-plugin] prepare release netty-4.1.116.Finala739efaAdaptive: Add assert to guard against bugs related to chunk pooling (#14590)22cb4ecFix race and leaks introduced in tests by a16f8aaf2ff101567a526916b46… (#14588)ad104c6Correctly gard aginst failure when running on systems with 1 corea16f8aaAllow PcapWriteHandler to output PCAP files larger than 2GB (#14478)dccfcc8Adapt: Ensure Chunks from the central Queue are re-used even if there… (#14586)fdc10c4chore: use readRetainedSlice to avoid copy in SpdyFrameDecoder (#14573)46b11ccAdapt: Don't fail when we run on a host with 1 core (#14582) (#14584)6138a5aAdapt: Only add Chunk to central Queue if unused (#14580) (#14583)6c3041fAdaptive: Correctly restore allocatedBytes value on failure (#14577) (#14578)Updates
io.netty:netty-handlerfrom 4.1.115.Final to 4.1.116.FinalCommits
2a58b07[maven-release-plugin] prepare release netty-4.1.116.Finala739efaAdaptive: Add assert to guard against bugs related to chunk pooling (#14590)22cb4ecFix race and leaks introduced in tests by a16f8aaf2ff101567a526916b46… (#14588)ad104c6Correctly gard aginst failure when running on systems with 1 corea16f8aaAllow PcapWriteHandler to output PCAP files larger than 2GB (#14478)dccfcc8Adapt: Ensure Chunks from the central Queue are re-used even if there… (#14586)fdc10c4chore: use readRetainedSlice to avoid copy in SpdyFrameDecoder (#14573)46b11ccAdapt: Don't fail when we run on a host with 1 core (#14582) (#14584)6138a5aAdapt: Only add Chunk to central Queue if unused (#14580) (#14583)6c3041fAdaptive: Correctly restore allocatedBytes value on failure (#14577) (#14578)Updates
io.netty:netty-transportfrom 4.1.115.Final to 4.1.116.FinalCommits
2a58b07[maven-release-plugin] prepare release netty-4.1.116.Finala739efaAdaptive: Add assert to guard against bugs related to chunk pooling (#14590)22cb4ecFix race and leaks introduced in tests by a16f8aaf2ff101567a526916b46… (#14588)ad104c6Correctly gard aginst failure when running on systems with 1 corea16f8aaAllow PcapWriteHandler to output PCAP files larger than 2GB (#14478)dccfcc8Adapt: Ensure Chunks from the central Queue are re-used even if there… (#14586)fdc10c4chore: use readRetainedSlice to avoid copy in SpdyFrameDecoder (#14573)46b11ccAdapt: Don't fail when we run on a host with 1 core (#14582) (#14584)6138a5aAdapt: Only add Chunk to central Queue if unused (#14580) (#14583)6c3041fAdaptive: Correctly restore allocatedBytes value on failure (#14577) (#14578)Updates
io.netty:netty-transport-native-epollfrom 4.1.115.Final to 4.1.116.FinalCommits
2a58b07[maven-release-plugin] prepare release netty-4.1.116.Finala739efaAdaptive: Add assert to guard against bugs related to chunk pooling (#14590)22cb4ecFix race and leaks introduced in tests by a16f8aaf2ff101567a526916b46… (#14588)ad104c6Correctly gard aginst failure when running on systems with 1 corea16f8aaAllow PcapWriteHandler to output PCAP files larger than 2GB (#14478)dccfcc8Adapt: Ensure Chunks from the central Queue are re-used even if there… (#14586)fdc10c4chore: use readRetainedSlice to avoid copy in SpdyFrameDecoder (#14573)46b11ccAdapt: Don't fail when we run on a host with 1 core (#14582) (#14584)6138a5aAdapt: Only add Chunk to central Queue if unused (#14580) (#14583)6c3041fAdaptive: Correctly restore allocatedBytes value on failure (#14577) (#14578)Updates
io.netty:netty-codec-httpfrom 4.1.115.Final to 4.1.116.FinalCommits
2a58b07[maven-release-plugin] prepare release netty-4.1.116.Finala739efaAdaptive: Add assert to guard against bugs related to chunk pooling (#14590)22cb4ecFix race and leaks introduced in tests by a16f8aaf2ff101567a526916b46… (#14588)ad104c6Correctly gard aginst failure when running on systems with 1 corea16f8aaAllow PcapWriteHandler to output PCAP files larger than 2GB (#14478)dccfcc8Adapt: Ensure Chunks from the central Queue are re-used even if there… (#14586)fdc10c4chore: use readRetainedSlice to avoid copy in SpdyFrameDecoder (#14573)46b11ccAdapt: Don't fail when we run on a host with 1 core (#14582) (#14584)6138a5aAdapt: Only add Chunk to central Queue if unused (#14580) (#14583)6c3041fAdaptive: Correctly restore allocatedBytes value on failure (#14577) (#14578)Updates
org.jetbrains.kotlinx:kotlinx-coroutines-corefrom 1.9.0 to 1.10.1Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core's releases.
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core's changelog.
Commits
ee92d16Version 1.10.19a773f1Ignore a flaky test2a9b88cFix binary incompatibility introduced in #4261 (#4310)33b18cdVersion 1.10.0d2f2717Merge remote-tracking branch 'origin/master' into developbed3d29Introduce Flow.any, Flow.all, Flow.noneec83195Disable timing-sensitive test on Windows8f83057Do not initialize non-mocked Dispatchers.Main unnecessarily (#4301)f8c0304Properly cleanup thread locals for non-CoroutineDispatcher-intercepte… (