Skip to content

fix(deps): update all non-major dependencies#150

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/minor-patch-group
Open

fix(deps): update all non-major dependencies#150
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/minor-patch-group

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 19, 2026

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
azul/zulu-openjdk-alpine final digest 5ce0ca28390ee9
capralifecycle/actions-lib action patch v1.6.3v1.6.5 age confidence
docker/build-push-action action minor v6.18.0v6.19.2 age confidence
postgres minor 18.118.3 age confidence
org.apache.maven.plugins:maven-failsafe-plugin (source) build patch 3.5.43.5.5 age confidence
org.junit.jupiter:junit-jupiter-api (source) test patch 6.0.26.0.3 age confidence
org.junit:junit-bom (source) import patch 6.0.26.0.3 age confidence
io.kotest:kotest-assertions-core-jvm test patch 6.1.26.1.4 6.1.6 (+1) age confidence
org.jetbrains:annotations compile minor 26.0.2-126.1.0 age confidence
io.arrow-kt:arrow-core-jvm (source) compile patch 2.2.1.12.2.2 age confidence
io.opentelemetry:opentelemetry-bom import minor 1.58.01.60.0 1.60.1 age confidence
ch.qos.logback:logback-classic (source, changelog) compile patch 1.5.271.5.32 age confidence
com.fasterxml.jackson:jackson-bom import patch 2.21.02.21.1 age confidence
tools.jackson:jackson-bom import minor 3.0.43.1.0 age confidence
software.amazon.awssdk:bom import minor 2.41.202.42.8 2.42.9 age confidence
org.postgresql:postgresql (source) compile patch 42.7.942.7.10 age confidence
org.flywaydb:flyway-database-postgresql (source) compile patch 12.0.012.0.3 12.1.0 age confidence
org.flywaydb:flyway-core (source) compile patch 12.0.012.0.3 12.1.0 age confidence
org.eclipse.jetty:jetty-bom (source) import patch 12.1.612.1.7 age confidence
org.http4k:http4k-bom (source) import minor 6.27.0.06.31.1.0 6.33.0.0 (+1) age confidence
no.liflig:snapshot-test (source) compile minor 1.20260109.0906211.20260301.100531 age confidence
no.liflig:liflig-logging (source) compile minor 3.20260201.1559503.20260301.090108 age confidence
no.liflig:liflig-document-store (source) compile minor 3.20260101.0757173.20260301.100538 age confidence
no.liflig:liflig-http4k-setup (source) compile minor 5.20260101.0740545.20260302.103727 age confidence
no.liflig:properties compile minor 3.20260129.1640103.20260301.095514 age confidence
org.jetbrains.kotlin:kotlin-maven-serialization (source) build patch 2.3.02.3.10 age confidence
org.jetbrains.kotlin:kotlin-bom (source) import patch 2.3.02.3.10 age confidence
no.liflig:kotlin-parent parent minor 3.20260202.0232303.20260306.113756 age confidence

Release Notes

capralifecycle/actions-lib (capralifecycle/actions-lib)

v1.6.5

Compare Source

Bug Fixes
  • use correct org reference in renovate config (971e49a)

v1.6.4

Compare Source

Bug Fixes
  • deps: resolve tar arbitrary file read/write vulnerability (0d1b5c5)
docker/build-push-action (docker/build-push-action)

v6.19.2

Compare Source

Full Changelog: docker/build-push-action@v6.19.1...v6.19.2

v6.19.1

Compare Source

Full Changelog: docker/build-push-action@v6.19.0...v6.19.1

v6.19.0

Compare Source

  • Scope default git auth token to github.com by @​crazy-max in #​1451
  • Bump brace-expansion from 1.1.11 to 1.1.12 in #​1396
  • Bump form-data from 2.5.1 to 2.5.5 in #​1391
  • Bump js-yaml from 3.14.1 to 3.14.2 in #​1429
  • Bump lodash from 4.17.21 to 4.17.23 in #​1446
  • Bump tmp from 0.2.3 to 0.2.4 in #​1398
  • Bump undici from 5.28.4 to 5.29.0 in #​1397

Full Changelog: docker/build-push-action@v6.18.0...v6.19.0

kotest/kotest (io.kotest:kotest-assertions-core-jvm)

v6.1.4

Compare Source

v6.1.3

Compare Source

What's Changed
New Contributors

Full Changelog: kotest/kotest@v6.1.2...v6.1.3

JetBrains/java-annotations (org.jetbrains:annotations)

v26.1.0

Compare Source

  • @NotNullByDefault is not experimental anymore.
arrow-kt/arrow (io.arrow-kt:arrow-core-jvm)

v2.2.2

Compare Source

This release is mostly about bugfixing, although it also enables supports for more platforms, and exposes additional APIs using context parameters.

What's Changed

New Contributors

Full Changelog: arrow-kt/arrow@2.2.1.1...2.2.2

open-telemetry/opentelemetry-java (io.opentelemetry:opentelemetry-bom)

v1.60.0

Compare Source

API
  • Support W3C trace context random flag
    (#​8012)
  • Clarify that SpanBuilder.setAttribute allows null values
    (#​8072)
Incubating
  • Implement environment variable context propagation carriers
    (#​8074)
  • Deprecate ExtendedAttributes, ExtendedAttributeKey, ExtendedAttributeType,
    ExtendedAttributesBuilder
    (#​8060)
  • Deprecate peerServiceMapping accessor from InstrumentationConfigUtil
    (#​8088)
SDK
Traces
  • Disable warning when using TraceIdRatioBasedSampler as root sampler
    (#​8065)
  • User-supplied attributes take precedence over exception-derived attributes
    (#​7993)
  • Exclude META-INF/maven from traces SDK shaded dependencies
    (#​8096)
  • Fix inverted condition in LegacySpanProcessorInstrumentation#finishSpans
    (#​8145)
Metrics
  • Split out cumulative vs. delta storage
    (#​8015)
  • Add metrics for PeriodicMetricReader
    (#​8038)
  • Allow configuring min/max in histograms
    (#​8095)
  • Remove deprecated otel.experimental.metrics.cardinality.limit property
    (#​8124)
  • BREAKING bug fix: GlobUtil and IncludePatternMatching, used in views and declarative
    config matching, previously were inconsistent in case sensitivity. If a glob char (* or ?) was
    present, it was evaluated with case sensitivity. If no glob chars were present, it was evaluated
    with case insensitivity. Now, all are consistently evaluated with case sensitivity.
    (#​8152)
Logs
  • Stabilize LogRecordBuilder.setException
    (#​8089)
  • Clarify setTimestamp javadoc for event timestamp behavior
    (#​8104)
Exporters
  • OTLP: Fix marshaling for empty string attributes
    (#​8014)
  • Prometheus: Update Prometheus client to 1.5.0
    (#​8080)
  • OTLP: Serialize exponential histogram sum as optional double
    (#​8107)
  • OTLP: Use KeyManagerFactory.getDefaultAlgorithm() in TlsUtil.keyManager()
    (#​8122)
  • OTLP: Ensure proto serializer idCache is cleared when exception is thrown
    (#​8147)
Extensions
  • Autoconfigure: Decode plus sign in resource attributes
    (#​8059)
  • Declarative config: update to 1.0 schema
    (#​8123)
  • Declarative config: add support for setting schema URL
    (#​8028)
  • Declarative config: add version mismatch warning
    (#​8069)
  • Declarative config: cache component providers in DeclarativeConfigContext
    (#​8070)
  • Declarative config: add system property substitution
    (#​8073)
  • Declarative config: add exporter customizers
    (#​8081)
  • Declarative config: add support for setting internal telemetry version
    (#​8045)
  • Deprecate View File Configuration mechanism
    (#​8133)
  • Autoconfigure: add property to allow autoconfiguration of SDK telemetry version
    (#​8037)
  • Jaeger remote sampler: refactor to leverage senders
    (#​8046)
  • Declarative config: document ObjectMapper config
    (#​8075)
  • Declarative config: Remove unchecked warning
    (#​8090)
Project tooling
  • Add architecture test to detect usage of shared internal code
    (#​6978)
  • Replace Xlint deprecation check with custom error-prone check
    (#​8061)
  • Enable error-prone's UnnecessarilyFullyQualified check
    (#​8078)
  • Small refactoring to make safety clearer
    (#​8083)
  • Rework span record benchmark and publish results
    (#​8031)
  • Add LogRecordBenchmark
    (#​8106,
    #​8117)

v1.59.0

API
  • Stabilize complex attributes
    (#​7973)
  • Limit init valid hex array to range that can be true
    (#​7809)
Extensions
  • Trace propagators: Deprecate OtTracePropagator
    (#​8020)
  • Trace propagators: Deprecate JaegerPropagator
    (#​8019)
SDK
  • Move io.opentelemetry.sdk.internal to io.opentelemetry.sdk.common.internal
    (#​8003)
  • Always return ExtendedOpenTelemetry when incubator is available
    (#​7991)
Traces
  • Fix memory leak in SdkSpan#spanEndingThread
    (#​7984)
Metrics
  • Rework and publish metric benchmarks
    (#​8000)
  • Update LongLastValueAggregator algo to avoid allocations
    (#​8017)
Testing
  • Fix OTel JUnit5 Extension cleanup when using Nested test classes
    (#​7999)
  • Add assertion support for Span hasException(null)
    (#​8033)
Exporters
  • DEPRECATION: opentelemetry-exporter-zipkin is now deprecated with the
    last release planned for 1.65.0 (August 2026)
    (#​7974)
  • Refactor http, grpc senders and promote to public API
    (#​7782)
Extensions
  • Jaeger remote sampler: Remove unused code
    (#​7970)
  • Incubator: Add AlwaysRecordSampler
    (#​7877)
Project tooling
  • Align generate release contributors
    (#​8023)
pgjdbc/pgjdbc (org.postgresql:postgresql)

v42.7.10

Changed
  • chore: Migrate to Shadow 9 PR 3931
  • style: fix empty line before javadoc for checkstyle compliance PR #​3925
  • style: fix lambda argument indentation for checkstyle compliance PR #​3922
  • test: add autosave=always|never|conservative and cleanupSavepoints=true|false to the randomized CI jobs PR #​3917
Fixed
  • fix: non-standard strings failing test for version 19 PR #​3934
  • fix: small issues in ConnectionFactoryImpl PR #​3929
  • fix: process pending responses before fastpath to avoid protocol errors PR # 3913
  • doc: use.md, fix typos PR #​3911
  • doc: datasource.md, fix minor formatting issue PR #​3912
  • doc: add the new PGP signing key to the official documentation PR #​3912
Reverted
flyway/flyway (org.flywaydb:flyway-database-postgresql)

v12.0.3: Flyway 12.0.3

See release notes here

v12.0.2: Flyway 12.0.2

See release notes here

v12.0.1: Flyway 12.0.1

See release notes here

http4k/http4k (org.http4k:http4k-bom)

v6.31.1.0

Compare Source

  • http4k-*: Upgrade versions
  • http4k-ai-mcp-sdk: [Fix] Add missing ToolUseId type to MCP JSON

v6.31.0.0

Compare Source

  • http4k-*: Upgrade versions
  • http4k-core: [Unlikely break] Header lenses now strip quotes from header values (RFC 2045). H/T @​andy-barlow
  • http4k-multipart: [Unlikely break] Default to using application/octet-stream for unknown content types. H/T @​andy-barlow
  • http4k-ai-mcp-sdk: Add convenience function asServer() to convert any singular ServerCapability into a server

v6.30.1.0

Compare Source

  • http4k-*: Upgrade versions
  • http4k-testing-webdriver: [Fix] Respect the formaction and formmethod of the used submit input H/T @​tamj0rd2
  • http4k-ai-mcp-testing: Fixed test MCP Apps host to accept non-string arguments from hosted app.
  • http4k-ai-mcp-testing: Honour CSP headers when running MCP Apps host.

v6.30.0.0

Compare Source

  • http4k-*: Upgrade versions
  • http4k-ai-mcp-sdk: [Breaking] Adding support for serverside OpenTelemetry Conventions MCP spans. API changes to allow for this change.

v6.29.0.0

Compare Source

  • http4k-*: Upgrade versions
  • http4k-ai-mcp-client: [Breaking] Alteration to ToolResponse.Error to have content instead of just a string
  • http4k-ai-mcp-sdk: [Breaking] Alteration to ToolResponse.Error to have content instead of just a string
  • http4k-ops-opentelemetry: Added SSE filters to capture OTel traces
  • http4k-ops-opentelemetry: Add support for OpenTelemetry Semantic Conventions (1.38.0)

v6.28.1.0

Compare Source

  • http4k-*: Upgrade versions
  • http4k-ai-mcp-testing: Remove unnecessary dependencies, various fixes to the MCP App test host

v6.28.0.0

Compare Source

  • http4k-*: Upgrade versions, including Kotlin to 2.3.10
  • http4k-ai-mcp-sdk: [Pro: Breaking] - Update MCP SDK to support latest MCP specification (2025-11-25), including support for Tasks, expanded Tool support,
    URL Form Elicitations and Sampling upgrades. Plus conformance updates to the latest MCP conformance tests. Also support for MCP Apps spec, allowing UIs to be
    usable inside Claude Code and friends. Small tweaks to the API surface which should be simple to fix.
  • http4k-ai-mcp-client: [Pro: Breaking] - Updated client to support MCP 2025-11-25 features.
  • http4k-ai-mcp-testing: [Pro: New module!] - Clients for testing MCP servers and a basic MCP Apps host to test out MCP Apps (UIs which can live in Claude
    and co)
capralifecycle/snapshot-test (no.liflig:snapshot-test)

v1.20260301.100531

Compare Source

capralifecycle/liflig-logging (no.liflig:liflig-logging)

v3.20260301.090108

Compare Source

v3.20260204.135728

Compare Source

v3.20260204.125822

Compare Source

capralifecycle/liflig-document-store (no.liflig:liflig-document-store)

v3.20260301.100538

Compare Source

capralifecycle/liflig-http4k-setup (no.liflig:liflig-http4k-setup)

v5.20260302.103727

Compare Source

v5.20260301.090218

Compare Source

capralifecycle/liflig-properties (no.liflig:properties)

v3.20260301.095514

Compare Source

v3.20260220.131704

Compare Source

JetBrains/kotlin (org.jetbrains.kotlin:kotlin-maven-serialization)

v2.3.10

Compare Source

Compiler
  • KT-83984 Data races around kotlinx.serialization plugin protobuf extensions registration
  • KT-83317 ClassCastException: with cast kotlin.UInt to java.lang.Number when defining constant
  • KT-83031 K2: unstable resolution of EnhancedNullability from type-use NotNull in presence of unused code
  • KT-81700 flaky overload resolution behaviors (false-positive errors, different final candidates, compile-time failures)
  • KT-83983 Revert of KT-83081
  • KT-83314 JSpecify @NullMarked changes Java equals(Object) to equals(Any?) causing override conflict in Kotlin 2.3
  • KT-82863 @NoInfer regression since 2.2.20
  • KT-82841 "kotlin.NoWhenBranchMatchedException" in when with !is check & non-sealed class in the middle of hierarchy
JVM. Reflection
  • KT-83608 Kotlin-reflect: "Unknown origin of public abstract operator fun invoke(p1: P1, p2: P2): R"
  • KT-83361 "KotlinReflectionInternalError: Type parameter not found: 0" on super types with Kotlin 2.3.0
  • KT-42199 "KotlinReflectionInternalError: Unknown origin of public abstract operator fun invoke" on function reference to FunctionN.invoke
  • KT-81024 Reflection: New KType implementation fails on arguments comparison for a Nothing type parameter
Tools. Compiler Plugins
  • KT-83266 "Unsupported class file major version 69" for "produceReleaseComposeMapping" task with Kotlin 2.3
  • KT-83099 Compose compiler does not generate stack trace mappings for project files
Tools. Gradle
  • KT-83070 The KGP api reference is missing a description
  • KT-82459 Improve iOS simulator boot implementation
Tools. Gradle. JS
  • KT-82946 Js, Wasm: Upgrade NPM dependencies
Tools. Gradle. Multiplatform
  • KT-83687 Revert deprecation of 'androidTarget' for AGP lower than 9
capralifecycle/liflig-kotlin-parent (no.liflig:kotlin-parent)

v3.20260306.113756

Compare Source

v3.20260306.065405

Compare Source

v3.20260226.000318

Compare Source

v3.20260221.141123

Compare Source

v3.20260220.192943

Compare Source

v3.20260207.220851

Compare Source


Configuration

📅 Schedule: Branch creation - Between 05:00 AM and 01:59 PM, only on Friday ( * 5-13 * * 5 ) in timezone Europe/Oslo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Feb 19, 2026

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/minor-patch-group branch 17 times, most recently from 57bb486 to a1b09b5 Compare February 26, 2026 04:12
@renovate renovate bot force-pushed the renovate/minor-patch-group branch 12 times, most recently from 5f36e85 to f63ba26 Compare March 3, 2026 06:57
@renovate renovate bot force-pushed the renovate/minor-patch-group branch 12 times, most recently from c7bf377 to 4438a7b Compare March 10, 2026 03:37
@renovate renovate bot force-pushed the renovate/minor-patch-group branch from 4438a7b to 6ca250e Compare March 10, 2026 06:51
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.

0 participants