Skip to content
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

Update http4k to v4.48.0.0 #77

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update http4k to v4.48.0.0 #77

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 22, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.http4k:http4k-client-apache (source) 4.25.8.0 -> 4.48.0.0 age adoption passing confidence
org.http4k:http4k-core (source) 4.25.8.0 -> 4.48.0.0 age adoption passing confidence

Release Notes

http4k/http4k (org.http4k:http4k-client-apache)

v4.48.0.0

Compare Source

  • http4k-* : Upgrade some dependency versions, including Kotlin to 1.8.22.

v4.47.2.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-incubator Further simplifications of tracing algorithm

v4.47.1.0

Compare Source

  • http4k-core Make it easy to propagate or update trace spans in ZipkinStorage
  • http4k-incubator Further simplifications of tracing algorithm

v4.46.0.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-core : Added status lookup by code. H/T @​jhult
  • http4k-core : [Unlikely break] Client request tracing now sets and resets the ThreadLocal containing the current Zipkin traces. Possible break
    if you were relying on Zipkin state in a downstream handler. This change will allow better in-memory testing as traces will be reported correctly inside the context of the filter.
  • http4k-incubator : [Break] Changes to improve how we create Tracing trees, and this the signature of the Tracer to take EventNode which is a tree node.

v4.45.0.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-core: [Breaking] Fix #​912 - CatchLensFailure filter now can pass the Request object into the receiver. H/T
    @​mikaelstaldal
  • http4k-server-format-moshi: Add support for Sets
  • http4k-security-oauth: [Breaking] AccessTokens create method took an unnecessary duplicate parameter. To fix, just
    remove the authorizationCode parameter from your implementations and use the code from the tokenRequest

v4.44.1.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-core: SameSite cookie is now lax when it comes to casing.

v4.44.0.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-core : [Breaking] Allow setting of compression level on GZip filter in both Streaming and Memory mode. To
    fix, simply change from GzipCompressionMode.Memory/Streaming to GzipCompressionMode.Memory()/Streaming()

v4.43.1.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-core : [Fix] #​901. Improve performance of GZip in streaming mode.

v4.43.0.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-server-undertow : Upgrade websocket requests based on other common headers. H/T @​endofhome
  • http4k-security-oauth : [Breaking] Make full callback URI available as part AuthorizationCodeMissing error.
    Fixes #​895
  • http4k-core : Static resources now return directives as well as content type on served assets.

v4.42.1.0

Compare Source

  • http4k-* : Upgrade some dependency versions.

v4.42.0.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-testing-kotest : [Possible break] Fix of this Kotest issue
    in new dependency release might lead to some surprising changes in behaviour of matchers for comparing JSON nodes

v4.41.4.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-contract-ui-redoc: [New Module] Serve Redoc with the redocUiWebjar function.
  • http4k-contract: [New Feature] Serve Redoc with the redocUiLite function.
  • http4k-contract-ui-swagger: [Fix] #​880. swaggerUiWebjar now works properly with a non-root path. Plus
    performance improvements.

v4.41.3.0

Compare Source

  • http4k-incubator TracerBullet diagrams have more options for reporting errors.

v4.41.2.0

Compare Source

  • http4k-* : Upgrade some dependency versions, including Kotlin to 1.8.20.
  • http4k-incubator TracerBullet diagrams have added colours.

v4.41.1.1

Compare Source

  • http4k-contract-ui-swagger Fix dependency from provided -> api

v4.41.1.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-opentelemetry* :Fix #​867. OpenTelemetry tracing uses bad default span naming. H/T @​krissrex for the report.
  • http4k-contract-ui-swagger : [New Module] Serve a customized Swagger UI via a bundled WebJar with the
    new swaggerUiWebjar function. H/T @​oharaandrew314
  • http4k-contract : Deprecate swaggerUI in favor of new swaggerUiLite function, which uses a new config format.
    H/T @​oharaandrew314

v4.41.0.0

Compare Source

  • http4k-core* : [Unlikely break] Fix creation of UriTemplate when it starts/ends with multiple slashes. This
    shouldn't cause any problems that we know about, but we are bumping the breaking version number just in case.

v4.40.2.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-client-apache* : Fix #​866 - ApacheClient does not handle SocketException.

v4.40.1.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-incubator : TracerBullet now renders results of tests by default. Use RenderingMode to switch off this
    default behaviour.

v4.40.0.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-format-moshi-yaml : [Possible clash/break] Upgrade to v2.0 of SnakeYaml (CVE fixes etc) may break
    dependencies which previously used v1.3X.X. It is safe to pin your SnakeYaml version to 1.3X.X if there is a clash
    with other libraries in your stack.

v4.39.0.0

Compare Source

  • http4k-contract : [Breaking] Support for HTTP webhooks and callbacks in OpenApi3 models. Note that the Swagger UIs
    do not support OA 3.1.0 yet so we have limited the OA version number to 3.0.0.

v4.38.0.1

Compare Source

  • http4k-core : [Fix] Header parsing to split correctly.

v4.38.0.0

Compare Source

  • http4k-* : Upgrade some dependency versions, including Kotlin to 1.8.10.
  • http4k-core : [Unlikely break] Header values now trim leading space (as per RFC)
  • http4k-incubator: Added D2 support for tracing diagrams.
  • http4k-testing-approval: Make tests line-ending-agnostic. H/T @​oharaandrew314
  • http4k-format-* : Various tweaks to modules to standardise behaviour. H/T @​oharaandrew314

v4.37.0.0

Compare Source

  • http4k-* : Upgrade some dependency versions, including Kotlin to 1.8.0.
  • http4k-core : [Fix] #​846 - Status.hashCode is inconsistent with Status.equals.
  • http4k-contract : Add new endpoint security type: OpenIdConnectSecurity. H/T @​oharaandrew314
  • http4k-contract : swaggerUi now supports Oauth2 redirects. H/T @​oharaandrew314

v4.36.0.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-multipart : Add lensing of Multipart form fields using JSON and Automarshalling
  • http4k-server-jetty : Add support for serving SSE. H/T @​FredNordin
  • http4k-contract : [Breaking Fix] Fix #​842 - Map OpenAPI implementation adds all properties as required H/T @​BBB

v4.35.4.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-core : Allow access-control-max-age header to be set from cors policy. H/T @​moddular
  • http4k-contract : [Fix] Or security renderer was not rendering properly when the component parts are themselves
    composite securities.

v4.35.3.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-incubator: Trace diagram improvements for PUML, Mermaid and Markdown.

v4.35.2.0

Compare Source

  • http4k-incubator : More diagram tweaking.

v4.35.1.0

Compare Source

  • http4k-incubator : Tweak of some diagramming.

v4.35.0.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-failsafe : [New Module!] Failsafe is a lightweight, zero-dependency library for handling failures.
    H/T @​FredNordin
  • http4k-incubator : [Breaking] Rewrite of infrastructure for generating tracing diagrams, including new interfaces
    and support for rendering to various formats. Initial support for PUML and Mermaid.

v4.34.4.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-server-undertow : Remove extra dependencies which aren't needed.
  • http4k-contract: fix Path value resolution it starts with same string as the prefix URL segment. H/T @​tkint

v4.34.3.1

Compare Source

  • http4k-* : Fix #​827 - Requests with unknown HTTP method result in uncaught exceptions

v4.34.3.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-contract : Support for arrays of enums in OA3.

v4.34.2.0

Compare Source

  • http4k-* : Upgrade some dependency versions.

v4.34.1.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-template-rocker : [New module] Compile-time templating with Rocker!

v4.34.0.4

Compare Source

  • http4k-contract- : Fix errant import which broke multipart Openapi V3 spec.

v4.34.0.3

Compare Source

  • http4k-format-* : Remove Json extension method on MultipartFormField.Companion due to problem in JUnit.
    Re-re-fix.

v4.34.0.2

Compare Source

  • http4k-format-* : Remove Json extension method on MultipartFormField.Companion due to problem in JUnit. Refix.

v4.34.0.1

Compare Source

  • http4k-format-* : Remove Json extension method on MultipartFormField.Companion due to problem in JUnit.

v4.34.0.0

Compare Source

  • http4k-* : Upgrade some dependency versions, including Kotlin to 1.7.21.
  • http4k-format-* : Added auto() methods to arbitrary lenses (so Query, Header, FormField etc..)
  • http4k-core : [Unlikely break] reverseProxy() now takes the authority into account instead of just the hostname
    from the request. This should only impact you if you are doing reverse proxy operational on client side and using
    localhost without a port as a proxy. To fix - simply add the port to your proxying setup and all should be good.
  • http4k-contract* : Fix: Remove duplicate content type header.

v4.33.3.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-server-ktor* : Fix: Remove duplicate content type header.

v4.33.2.1

Compare Source

  • http4k-contract : Fix OpenApi rendering for enums when there isn't reflection.

v4.33.2.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-resilience4j-jetty : Fix #​804 - CircuitBreaker counts error twice, once as an error and once as a success
  • http4k-client-okhttp : Added websocket client. H/T @​FredNordin.
  • http4k-format-argo : Fix problem with duplicate keys when creating objects.
  • http4k-security-oauth : Ability to add scopes to the OAuth refresh token. H/T @​p10r

v4.33.1.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-client-jetty : Added websocket client. H/T @​FredNordin.
  • http4k-format-moshi : Add facility to use lightweight metadata adapter instead of Kotlin reflect. H/T
    @​oharaandrew314

v4.33.0.0

Compare Source

  • http4k-* : Upgrade some dependency versions, including CVE fix for Handlebars.
  • http4k-multipart: [Breaking] Add DiskLocation and the ability to keep uploaded files permanently stored on disk.
    H/T @​jippeholwerda

v4.32.4.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-core : Move Jakarta Servlet code from Jetty as is now shared.
  • http4k-contract : Add UserCredentialsOAuthSecurity. This allows the OpenApi spec to define a Resource Owner
    Password Credentials grant. It also includes a shortcut to load the principal into a RequestContextLens. H/T
    @​oharaandrew314
  • http4k-core: Add StringBiDiMappings.csv to map between string and list, with a configurable delimiter and
    element mapping. H/T @​oharaandrew314
  • http4k-multipart: [Breaking] Add DiskLocation and the ability to keep uploaded files permanently stored on disk.
    H/T @​jippeholwerda

v4.32.3.0

Compare Source

  • http4k-* : Upgrade some dependency versions including CVE fix for Undertow backend.

v4.32.2.0

Compare Source

  • http4k-core : Add StringBidDiMapping.basicCredentials to easily convert between Credentials and basic auth.
    H/T oharaandrew314
  • http4k-core: Add Header.AUTHORIZATION_BASIC lens to easily get and set basic Credentials for a message. H/T
    oharaandrew314
  • http4k-contract: BasicAuthSecurity now supports a RequestContextLens to store the principal. H/T
    oharaandrew314

v4.32.1.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-format-moshi* : Added ability to make Automarshallers strict.

v4.32.0.0

Compare Source

  • http4k-* : Upgrade some dependency versions, including Kotlin to 1.7.20.
  • http4k-testing-webdriver : [Unlikely Break] Upgrade has removed deprecated method.

v4.31.0.0

Compare Source

  • http4k-core : [Unlikely Break] Added ZipkinTraceStorage, defaulting to ThreadLocal implementation. This allows
    centralised storage of trace information in non-standard threading environments (eg. coroutines).

v4.30.10.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-core : YAML is now a recognised content type.

v4.30.9.0

Compare Source

  • http4k-cloudevents : Add custom lenses to retrieve data from a cloud event and an extension function to set it.

v4.30.8.0

Compare Source

  • http4k-cloudevents : Add Jackson.cloudEventsFormat() so we can use custom formats in cloud events lenses

v4.30.7.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-core : Fix #​779: SunHttp does not blow up if you add a ll value.

v4.30.6.0

Compare Source

  • http4k-* : Upgrade some dependency versions.

v4.30.5.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-client-websocket: Fix #​775 - WebsocketClient.nonBlocking cannot receive messages in binary mode. H/T
    oharaandrew314

v4.30.4.0

Compare Source

  • http4k-* : Upgrade some dependency versions.

v4.30.3.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-security-oauth : RefreshingOAuthToken does not blow up when no expiry returned by server.

v4.30.2.1

Compare Source

  • http4k-format-moshi-yaml : [Fix] Re-fix YAML defaults for over greedy boolean values (regression caused by upgrade
    to SnakeYaml).

v4.30.2.0

Compare Source

  • http4k-security-oauth : Make FakeOAuthServer more configurable, and removed the need for passing in an auth-code
    generator.

v4.30.0.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-security-oauth : [Unlikely Break] Converted AccessToken to be an interface, and internalised a lens which
    shouldn't have been used by anyone. To fix uses of accessTokenResponseBody, replace
    with Body.auto<AccessTokenResponse>().toLens(), importing from OAuthServerMoshi.

v4.29.1.0

Compare Source

  • http4k-* : Upgrade some dependency versions.

v4.29.0.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-security-oauth : [Unlikely Break] Slight changes to CSRF generator interface. Should be easy to fix.

v4.28.2.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-security-oauth : Internal refactoring

v4.28.1.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-client-okhttp : Handle previously escapable HTTP client timeout case.
  • http4k-contract : Added Swagger UI helper route. H/T @​oharaandrew314

v4.28.0.0

Compare Source

  • http4k-* : Upgrade some dependency versions, including CVE fix for Undertow backend.
  • http4k-contract : [Unlikely break] Remove direct dependency on kotlin-reflect JAR, as it is brought in
    my http4k-format-jackson anyway. This builds ok but we have bumped the version number just to be sure. H/T
    @​oharaandrew314 for the inspiration.
  • http4k-format-core : Add ContentNegotiator and auto versions to be plugged into http4k-format-* modules. H/T
    @​oharaandrew314
  • http4k-core: Add cors exposed headers property. H/T @​oharaandrew314

v4.27.4.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-format-moshi* : Upgrade Moshi to introduce a JSON node model, thus converting Moshi to be an
    AutoMarshallingJson. This should open the door to us eventually allowing Moshi to be used in http4k-contracts (and
    OpenAPI). Massive H/T to @​oharaandrew314 for the work that went into this.

v4.27.3.0

Compare Source

  • http4k-contract : OpenApi3 Operation Ids now replace '-' with '_', as '-' interfere with generation of OpenAPI
    clients.

v4.27.2.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-graphql : Add GraphQL explorer for http4k-graphql. H/T @​arnabkd
  • http4k-realtime-core : Add helper for test Websocket. H/T @​oharaandrew314
  • http4k-resilience4j* : Fix #​745: ResilienceFilters.CircuitBreak counts an error twice: once as successful, once as
    error.

v4.27.1.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-core : Added support for Web Linking header standard
  • http4k-multipart: Fix multipart upload failure if charset is included in content type. H/T @​wickwirew
  • http4k-server-jetty: Remove usage of deprecated status description API. H/T @​@​makowalski + @​mandyvuong

v4.27.0.0

Compare Source

  • http4k-* : Upgrade some dependency versions, including Kotlin to 1.7.0

v4.26.0.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-core : [Unlikely break] Remove dependency on kotlin stdlib JDK 8 as we don't need it to compile. If this
    causes a problem, simply re-add api(Kotlin.stdlib.jdk8) to your project dependency list.
  • http4k-* : Fix #​744 - Provided dependencies included as runtime in http4k versions > 4.19.1.0.

v4.25.16.2

Compare Source

  • http4k-core : Fix query parameter parsing when value contained =. H/T @​overfullstack
  • http4k-security-digest : Fix digest challenge parsing when nonce contained =. H/T @​oharaandrew314

v4.25.16.1

Compare Source

  • http4k-contract : [Revert fix] - File field is described as "string" instead of "file" in OA3 specification.

v4.25.16.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-core : Deprecate eTag filter in favour of ETagSupport.
  • http4k-contract : [Fix] - File field is described as "string" instead of "file" in OA3 specification.

v4.25.15.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-core : Fix #​738 - Calculating eTag ate body.
  • http4k-core : Caching filters now replace headers instead of adding them.
  • http4k-server-jetty : Change constructor to use supported shutdown mode. H/T @​jshiell

v4.25.14.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-core : Refreshing Credentials Provider now does not block if there is more than half of the expiring time
    left.
  • http4k-core : Fix #​735 - use whole message body for etag hash. H/T @​aSemy
  • http4k-metrics-micrometer - Enable publishPercentileHistogram for Micrometer request timer H/T @​jakubjanecek

v4.25.13.0

Compare Source

  • http4k-server-*: Add support for graceful shutdown (available to most server implementations) H/T @​nlochschmidt
  • http4k-core: Simplify hex decoding H/T @​dzappold

v4.25.12.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-format-moshi-yaml-*: Replace default YAML boolean resolver to be less greedy.

v4.25.11.0

Compare Source

  • http4k-* : Upgrade some dependency versions, including Kotlin to 1.6.21.
  • http4k-core: Fix #​728 - No way to set the request timeout when using the JavaHttpClient. H/T @​gmulders
  • http4k-oauth-security: Add missing Moshi adapter

v4.25.10.1

Compare Source

  • http4k-core: Fix ServerFilters.BasicAuth handling of passwords containing colons H/T @​robd

v4.25.10.0

Compare Source

  • http4k-* : Upgrade some dependency versions.
  • http4k-core : Expand out values4k lens option
  • http4k-core : Allow cookie values to be returned unquoted H/T @​2x2xplz
  • http4k-format-* : Throw a lens failure if a valid locale was not parsed H/T @​oharaandrew314
  • http4k-opentelemetry : Fix #​726 - OpenTelemetry: t.localizedMessage can't be null

v4.25.9.0

Compare Source

  • http4k-* : Upgrade some dependency versions, including Ktor to v2.0.0
  • http4k-format-jackson-csv* : [New module] H/T @​oharaandrew314 for the contribution.
  • http4k-core: New standard mappings for Time primitives. H/T @​oharaandrew314

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update http4k to v4.25.16.1 Update http4k May 22, 2022
@renovate renovate bot changed the title Update http4k Update http4k to v4.25.16.2 May 22, 2022
@renovate renovate bot force-pushed the renovate/http4k branch 2 times, most recently from 614f92a to c26be35 Compare May 27, 2022 10:24
@renovate renovate bot changed the title Update http4k to v4.25.16.2 Update http4k to v4.26.0.0 Jun 7, 2022
@renovate renovate bot force-pushed the renovate/http4k branch 2 times, most recently from 5a8c90c to 9655f94 Compare June 7, 2022 07:24
@renovate renovate bot changed the title Update http4k to v4.26.0.0 Update http4k to v4.27.0.0 Jun 10, 2022
@renovate renovate bot changed the title Update http4k to v4.27.0.0 Update http4k to v4.27.1.0 Jul 1, 2022
@renovate renovate bot changed the title Update http4k to v4.27.1.0 Update http4k to v4.27.2.0 Jul 25, 2022
@renovate renovate bot changed the title Update http4k to v4.27.2.0 Update http4k to v4.27.3.0 Jul 27, 2022
@renovate renovate bot changed the title Update http4k to v4.27.3.0 Update http4k to v4.27.4.0 Aug 4, 2022
@renovate renovate bot changed the title Update http4k to v4.27.4.0 Update http4k to v4.30.9.0 Sep 25, 2022
@renovate renovate bot changed the title Update http4k to v4.30.9.0 Update http4k to v4.34.0.4 Nov 20, 2022
@renovate renovate bot changed the title Update http4k to v4.34.0.4 Update http4k to v4.40.2.0 Mar 18, 2023
@renovate renovate bot changed the title Update http4k to v4.40.2.0 Update http4k to v4.41.0.0 Mar 21, 2023
@renovate renovate bot changed the title Update http4k to v4.41.0.0 Update http4k to v4.41.1.0 Mar 24, 2023
@renovate renovate bot force-pushed the renovate/http4k branch 2 times, most recently from fd3d474 to cd6c648 Compare March 26, 2023 16:22
@renovate renovate bot changed the title Update http4k to v4.41.1.0 Update http4k to v4.41.1.1 Mar 26, 2023
@renovate renovate bot changed the title Update http4k to v4.41.1.1 Update http4k to v4.41.2.0 Mar 30, 2023
@renovate renovate bot changed the title Update http4k to v4.41.2.0 Update http4k to v4.41.3.0 Mar 31, 2023
@renovate renovate bot changed the title Update http4k to v4.41.3.0 Update http4k to v4.41.4.0 Apr 17, 2023
@renovate renovate bot changed the title Update http4k to v4.41.4.0 Update http4k to v4.45.0.0 May 28, 2023
@renovate renovate bot changed the title Update http4k to v4.45.0.0 Update http4k to v4.46.0.0 Jun 4, 2023
@renovate renovate bot changed the title Update http4k to v4.46.0.0 Update http4k to v4.47.1.0 Jun 5, 2023
@renovate renovate bot force-pushed the renovate/http4k branch 2 times, most recently from 73a4668 to b6f5b6c Compare June 7, 2023 07:45
@renovate renovate bot changed the title Update http4k to v4.47.1.0 Update http4k to v4.47.2.0 Jun 7, 2023
| datasource | package                         | from     | to       |
| ---------- | ------------------------------- | -------- | -------- |
| maven      | org.http4k:http4k-client-apache | 4.25.8.0 | 4.48.0.0 |
| maven      | org.http4k:http4k-core          | 4.25.8.0 | 4.48.0.0 |
@renovate renovate bot changed the title Update http4k to v4.47.2.0 Update http4k to v4.48.0.0 Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants