Heapy / komok

Life and collaboration assistant.
https://heapy.io/projects/komok
GNU Affero General Public License v3.0
32 stars 0 forks source link

Bump the all group with 7 updates #163

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the all group with 7 updates:

Package From To
org.http4k:http4k-server-netty 5.28.0.0 5.29.0.0
org.flywaydb:flyway-database-postgresql 10.17.1 10.17.2
io.netty:netty-all 4.2.0.Alpha2 4.2.0.Alpha3
io.netty:netty-transport-native-kqueue 4.2.0.Alpha2 4.2.0.Alpha3
io.netty:netty-transport-native-epoll 4.2.0.Alpha2 4.2.0.Alpha3
io.netty:netty-transport-native-io_uring 4.2.0.Alpha2 4.2.0.Alpha3
org.postgresql:postgresql 42.7.3 42.7.4

Updates org.http4k:http4k-server-netty from 5.28.0.0 to 5.29.0.0

Release notes

Sourced from org.http4k:http4k-server-netty's releases.

5.29.0.0

Changelog:

  • http4k-* : Upgrade some dependency versions including Kotlin to 2.0.20
  • http4k-security-oauth : [Breaking] OAuthProvider support for PKCE. This may break code because of the addition of an extra parameter in the OAuth construction. H/T @​dkandalov
  • http4k-* : [New module] Azure SDK integration - use an http4k client with the official libraries
  • http4k-server-* : [Fix #1163] Request.version is always HTTP/1.1 for server requests, even when using HTTP/2.0

5.28.1.0

Changelog:

  • http4k-* : Upgrade some dependency versions.
  • http4k-multipart : [Fix] Further fixes to deletion of temporary files. H/T @​H/T @​oharaandrew314
Changelog

Sourced from org.http4k:http4k-server-netty's changelog.

v5.29.0.0

  • http4k-* : Upgrade some dependency versions including Kotlin to 2.0.20
  • http4k-security-oauth : [Breaking] OAuthProvider support for PKCE. This may break code because of the addition of an extra parameter in the OAuth construction. H/T @​dkandalov
  • http4k-* : [New module] Azure SDK integration - use an http4k client with the official libraries
  • http4k-server-* : [Fix #1163] Request.version is always HTTP/1.1 for server requests, even when using HTTP/2.0

v5.28.1.0

  • http4k-* : Upgrade some dependency versions.
  • http4k-multipart : [Fix] Further fixes to deletion of temporary files. @​H/T @​oharaandrew314
Commits


Updates org.flywaydb:flyway-database-postgresql from 10.17.1 to 10.17.2

Updates io.netty:netty-all from 4.2.0.Alpha2 to 4.2.0.Alpha3

Commits
  • 12b29eb [maven-release-plugin] prepare release netty-4.2.0.Alpha3
  • 8595797 Upgrade to netty-tcnative 2.0.66.Final (#14254)
  • b9fce0a Removal of split package between netty-handler and netty-handler-ssl-ocsp (#1...
  • bf5ba5f Rename correctly the native image resource directories (#14253)
  • 297b500 Ensure flushes are not discarded by ChunkedWriteHandler for passed th… (#14248)
  • b3c24e2 Add new SslHandler.isEncrypted(...) variant that will not produce fal… (#14243)
  • fe932ff Remove reference to parent in recycled buffers for leak detection (#14250)
  • bda12a8 Update the default value of SO_MAXCONN on Linux from 128 to 4096 (#14226)
  • 8582c92 Introduce netty-codec-protobuf, netty-codec-marshalling and netty-codec-compr...
  • 81dc0d8 SingleThreadEventExecutor should return null on wakeup (#14233)
  • Additional commits viewable in compare view


Updates io.netty:netty-transport-native-kqueue from 4.2.0.Alpha2 to 4.2.0.Alpha3

Commits
  • 12b29eb [maven-release-plugin] prepare release netty-4.2.0.Alpha3
  • 8595797 Upgrade to netty-tcnative 2.0.66.Final (#14254)
  • b9fce0a Removal of split package between netty-handler and netty-handler-ssl-ocsp (#1...
  • bf5ba5f Rename correctly the native image resource directories (#14253)
  • 297b500 Ensure flushes are not discarded by ChunkedWriteHandler for passed th… (#14248)
  • b3c24e2 Add new SslHandler.isEncrypted(...) variant that will not produce fal… (#14243)
  • fe932ff Remove reference to parent in recycled buffers for leak detection (#14250)
  • bda12a8 Update the default value of SO_MAXCONN on Linux from 128 to 4096 (#14226)
  • 8582c92 Introduce netty-codec-protobuf, netty-codec-marshalling and netty-codec-compr...
  • 81dc0d8 SingleThreadEventExecutor should return null on wakeup (#14233)
  • Additional commits viewable in compare view


Updates io.netty:netty-transport-native-epoll from 4.2.0.Alpha2 to 4.2.0.Alpha3

Commits
  • 12b29eb [maven-release-plugin] prepare release netty-4.2.0.Alpha3
  • 8595797 Upgrade to netty-tcnative 2.0.66.Final (#14254)
  • b9fce0a Removal of split package between netty-handler and netty-handler-ssl-ocsp (#1...
  • bf5ba5f Rename correctly the native image resource directories (#14253)
  • 297b500 Ensure flushes are not discarded by ChunkedWriteHandler for passed th… (#14248)
  • b3c24e2 Add new SslHandler.isEncrypted(...) variant that will not produce fal… (#14243)
  • fe932ff Remove reference to parent in recycled buffers for leak detection (#14250)
  • bda12a8 Update the default value of SO_MAXCONN on Linux from 128 to 4096 (#14226)
  • 8582c92 Introduce netty-codec-protobuf, netty-codec-marshalling and netty-codec-compr...
  • 81dc0d8 SingleThreadEventExecutor should return null on wakeup (#14233)
  • Additional commits viewable in compare view


Updates io.netty:netty-transport-native-io_uring from 4.2.0.Alpha2 to 4.2.0.Alpha3

Updates io.netty:netty-transport-native-epoll from 4.2.0.Alpha2 to 4.2.0.Alpha3

Commits
  • 12b29eb [maven-release-plugin] prepare release netty-4.2.0.Alpha3
  • 8595797 Upgrade to netty-tcnative 2.0.66.Final (#14254)
  • b9fce0a Removal of split package between netty-handler and netty-handler-ssl-ocsp (#1...
  • bf5ba5f Rename correctly the native image resource directories (#14253)
  • 297b500 Ensure flushes are not discarded by ChunkedWriteHandler for passed th… (#14248)
  • b3c24e2 Add new SslHandler.isEncrypted(...) variant that will not produce fal… (#14243)
  • fe932ff Remove reference to parent in recycled buffers for leak detection (#14250)
  • bda12a8 Update the default value of SO_MAXCONN on Linux from 128 to 4096 (#14226)
  • 8582c92 Introduce netty-codec-protobuf, netty-codec-marshalling and netty-codec-compr...
  • 81dc0d8 SingleThreadEventExecutor should return null on wakeup (#14233)
  • Additional commits viewable in compare view


Updates io.netty:netty-transport-native-io_uring from 4.2.0.Alpha2 to 4.2.0.Alpha3

Updates org.postgresql:postgresql from 42.7.3 to 42.7.4

Release notes

Sourced from org.postgresql:postgresql's releases.

v42.7.4

Changes

⬆️ Dependencies

... (truncated)

Changelog

Sourced from org.postgresql:postgresql's changelog.

[42.7.4] (2024-08-22 08:00:00 -0400)

Added

Fixed

Deprecated

Commits
  • a23fa70 Prepare for 42.7.4 release (#3359)
  • d232e60 fix: remove preDescribe from internalExecuteBatch
  • 257653b Rename release.yml to release-notes.yml
  • 64a18d6 Create release.yml
  • 84bdec6 fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.p...
  • 89182c1 chore(deps): update dependency gradle to v8.10
  • 1f68373 fix(deps): update dependency org.roaringbitmap:roaringbitmap to v1.2.1
  • f1c8707 chore(deps): update codecov/codecov-action digest to 2439dfc
  • ba1513e fix(deps): update dependency com.google.errorprone:error_prone_core to v2.30.0
  • 6abdb5f fix(deps): update dependency spotbugs to v4.8.6
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions