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

Bump the backend group with 34 updates #6510

Merged
merged 2 commits into from
Dec 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps the backend group with 34 updates:

Package From To
com.zaxxer:HikariCP 6.1.0 6.2.1
org.flywaydb:flyway-core 10.20.1 11.0.0
org.flywaydb:flyway-database-postgresql 10.20.1 11.0.0
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.18.1 2.18.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8 2.18.1 2.18.2
com.fasterxml.jackson.module:jackson-module-kotlin 2.18.1 2.18.2
io.ktor:ktor-client-okhttp 2.3.12 2.3.13
io.ktor:ktor-client-core 2.3.12 2.3.13
io.ktor:ktor-client-logging-jvm 2.3.12 2.3.13
io.ktor:ktor-client-auth 2.3.12 2.3.13
io.ktor:ktor-server-core-jvm 2.3.12 2.3.13
io.ktor:ktor-server-double-receive 2.3.12 2.3.13
io.ktor:ktor-server-cio 2.3.12 2.3.13
io.ktor:ktor-server-auth 2.3.12 2.3.13
io.ktor:ktor-server-content-negotiation 2.3.12 2.3.13
io.ktor:ktor-client-content-negotiation 2.3.12 2.3.13
io.ktor:ktor-serialization-jackson 2.3.12 2.3.13
io.ktor:ktor-server-call-logging 2.3.12 2.3.13
io.ktor:ktor-server-call-id 2.3.12 2.3.13
io.ktor:ktor-server-status-pages 2.3.12 2.3.13
io.ktor:ktor-server-metrics-micrometer 2.3.12 2.3.13
io.ktor:ktor-server-mustache 2.3.12 2.3.13
io.ktor:ktor-client-mock 2.3.12 2.3.13
io.ktor:ktor-server 2.3.12 2.3.13
io.ktor:ktor-server-resources 2.3.12 2.3.13
io.ktor:ktor-server-tests 2.3.12 2.3.13
io.ktor:ktor-server-webjars 2.3.12 2.3.13
no.nav.security:token-client-core 5.0.8 5.0.13
no.nav.security:token-validation-ktor-v2 5.0.8 5.0.13
org.testcontainers:junit-jupiter 1.20.3 1.20.4
org.testcontainers:postgresql 1.20.3 1.20.4
org.testcontainers:kafka 1.20.3 1.20.4
io.getunleash:unleash-client-java 9.2.4 9.2.6
io.github.smiley4:ktor-swagger-ui 3.6.0 4.1.0

Updates com.zaxxer:HikariCP from 6.1.0 to 6.2.1

Changelog

Sourced from com.zaxxer:HikariCP's changelog.

HikariCP Changes

Changes in 6.2.2

  • increase keepaliveTime variance from 10% to 20%

  • merged #2266 support duration values for configuration from properties, such as 10ms, 20s, 30m, 40h or 50d

Changes in 6.2.1

  • change default keepaliveTime to 2 minutes

  • fix commons-compress dependency, make test scope

Changes in 6.2.0

  • merged #2238 handle SQLTimeoutException without eviction. Users looking to preserve previous behavior should provide an implementation of com.zaxxer.hikari.SQLExceptionOverride to the pool configuration.

  • added new enum value, Override.MUST_EVICT, available to implementations of com.zaxxer.hikari.SQLExceptionOverride

  • enhanced debug logging in circumstances where the pool falls to zero size and new connections to the database continue to fail.

  • update test dependencies that were flagged as having vulnerabilities

Changes in 6.1.0

  • fixed #1960 allow SQLExceptionOverride to adjudicate all exceptions for eviction

  • merged #1962 dropwizard 5 metrics are now supported via the setMetricRegistry() method in HikariConfig and in HikariDataSource

  • merged #2244 improve JavassistProxyFactory

  • merged #2243 fix inconsistency between isWrapperFor and unwrap

  • merged #1827 support loading properties file in unnamed resources module

  • merged #1842 don't clear isCommitStateDirty flag in setReadOnly

  • change default maxLifetime variance from 2.5% to 25% to further avoid mass connection die-off dips

Changes in 6.0.0

  • fixed #2152 duplicate connection in try with resources clause caused close() being called twice on each connection

  • merged #2226 consistent handling of errorCode and sqlState in timeout exception

  • merged #2199 eliminate network call if state get is called after set

... (truncated)

Commits
  • 1d517a9 [maven-release-plugin] prepare release HikariCP-6.2.1
  • be6594a assign default keepaliveTime of 2 minutes
  • 1836e3f add test scope to commons-compress dependency
  • c166946 Update README.md
  • 7de262f [maven-release-plugin] prepare for next development iteration
  • c6b5eea [maven-release-plugin] prepare release HikariCP-6.2.0
  • 14f2c6e update release version
  • d32e26e Update CHANGES
  • 5df12d6 Update README.md
  • ec6891a Expand/improve SQLExceptionOverride handling flexibility
  • Additional commits viewable in compare view

Updates org.flywaydb:flyway-core from 10.20.1 to 11.0.0

Release notes

Sourced from org.flywaydb:flyway-core's releases.

Flyway 11.0.0

See release notes here

CLI artifact available here

Flyway 10.22.0

See release notes here

CLI artifact available here

Flyway 10.21.0

See release notes here

CLI artifact available here

Commits

Updates org.flywaydb:flyway-database-postgresql from 10.20.1 to 11.0.0

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.18.1 to 2.18.2

Updates com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.18.1 to 2.18.2

Updates com.fasterxml.jackson.module:jackson-module-kotlin from 2.18.1 to 2.18.2

Commits

Updates com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.18.1 to 2.18.2

Updates com.fasterxml.jackson.module:jackson-module-kotlin from 2.18.1 to 2.18.2

Commits

Updates io.ktor:ktor-client-okhttp from 2.3.12 to 2.3.13

Release notes

Sourced from io.ktor:ktor-client-okhttp's releases.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)
Changelog

Sourced from io.ktor:ktor-client-okhttp's changelog.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)
Commits

Updates io.ktor:ktor-client-core from 2.3.12 to 2.3.13

Release notes

Sourced from io.ktor:ktor-client-core's releases.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)
Changelog

Sourced from io.ktor:ktor-client-core's changelog.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)
Commits

Updates io.ktor:ktor-client-logging-jvm from 2.3.12 to 2.3.13

Release notes

Sourced from io.ktor:ktor-client-logging-jvm's releases.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)
Changelog

Sourced from io.ktor:ktor-client-logging-jvm's changelog.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)
Commits

Updates io.ktor:ktor-client-auth from 2.3.12 to 2.3.13

Release notes

Sourced from io.ktor:ktor-client-auth's releases.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)
Changelog

Sourced from io.ktor:ktor-client-auth's changelog.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)
Commits

Updates io.ktor:ktor-server-core-jvm from 2.3.12 to 2.3.13

Release notes

Sourced from io.ktor:ktor-server-core-jvm's releases.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)
Changelog

Sourced from io.ktor:ktor-server-core-jvm's changelog.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)
Commits

Updates io.ktor:ktor-server-double-receive from 2.3.12 to 2.3.13

Release notes

Sourced from io.ktor:ktor-server-double-receive's releases.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)
Changelog

Sourced from io.ktor:ktor-server-double-receive's changelog.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)
Commits

Updates io.ktor:ktor-server-cio from 2.3.12 to 2.3.13

Release notes

Sourced from io.ktor:ktor-server-cio's releases.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)
Changelog

Sourced from io.ktor:ktor-server-cio's changelog.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)
Commits

Updates io.ktor:ktor-server-auth from 2.3.12 to 2.3.13

Release notes

Sourced from io.ktor:ktor-server-auth's releases.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)
Changelog

Sourced from io.ktor:ktor-server-auth's changelog.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)
Commits

Updates io.ktor:ktor-server-content-negotiation from 2.3.12 to 2.3.13

Release notes

Sourced from io.ktor:ktor-server-content-negotiation's releases.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)
Changelog

Sourced from io.ktor:ktor-server-content-negotiation's changelog.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)
Commits

Updates io.ktor:ktor-client-content-negotiation from 2.3.12 to 2.3.13

Release notes

Sourced from io.ktor:ktor-client-content-negotiation's releases.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)
Changelog

Sourced from io.ktor:ktor-client-content-negotiation's changelog.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)
Commits

Updates io.ktor:ktor-serialization-jackson from 2.3.12 to 2.3.13

Release notes

Sourced from io.ktor:ktor-serialization-jackson's releases.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)
Changelog

Sourced from io.ktor:ktor-serialization-jackson's changelog.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)
Commits

Updates io.ktor:ktor-server-call-logging from 2.3.12 to 2.3.13

Release notes

Sourced from io.ktor:ktor-server-call-logging's releases.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)
Changelog

Sourced from io.ktor:ktor-server-call-logging's changelog.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)
Commits

Updates io.ktor:ktor-server-call-id from 2.3.12 to 2.3.13

Release notes

Sourced from io.ktor:ktor-server-call-id's releases.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)
Changelog

Sourced from io.ktor:ktor-server-call-id's changelog.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)
Commits

Updates io.ktor:ktor-server-status-pages from 2.3.12 to 2.3.13

Release notes

Sourced from io.ktor:ktor-server-status-pages's releases.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)
Changelog

Sourced from io.ktor:ktor-server-status-pages's changelog.

2.3.13

Published 20 November 2024

Bugfixes

  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)

Improvements

  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Description has been truncated

@dependabot dependabot bot requested a review from a team as a code owner December 1, 2024 15:31
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 1, 2024
@andreasbalevik
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/backend-72efbd8280 branch from d23daf3 to ecff678 Compare December 3, 2024 08:01
Bumps the backend group with 34 updates:

| Package | From | To |
| --- | --- | --- |
| [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) | `6.1.0` | `6.2.1` |
| [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `10.20.1` | `11.0.0` |
| org.flywaydb:flyway-database-postgresql | `10.20.1` | `11.0.0` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.18.1` | `2.18.2` |
| com.fasterxml.jackson.datatype:jackson-datatype-jdk8 | `2.18.1` | `2.18.2` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.18.1` | `2.18.2` |
| [io.ktor:ktor-client-okhttp](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` |
| [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` |
| [io.ktor:ktor-client-logging-jvm](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` |
| [io.ktor:ktor-client-auth](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` |
| [io.ktor:ktor-server-core-jvm](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` |
| [io.ktor:ktor-server-double-receive](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` |
| [io.ktor:ktor-server-cio](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` |
| [io.ktor:ktor-server-auth](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` |
| [io.ktor:ktor-server-content-negotiation](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` |
| [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` |
| [io.ktor:ktor-serialization-jackson](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` |
| [io.ktor:ktor-server-call-logging](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` |
| [io.ktor:ktor-server-call-id](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` |
| [io.ktor:ktor-server-status-pages](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` |
| [io.ktor:ktor-server-metrics-micrometer](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` |
| [io.ktor:ktor-server-mustache](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` |
| [io.ktor:ktor-client-mock](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` |
| [io.ktor:ktor-server](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` |
| [io.ktor:ktor-server-resources](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` |
| [io.ktor:ktor-server-tests](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` |
| [io.ktor:ktor-server-webjars](https://github.com/ktorio/ktor) | `2.3.12` | `2.3.13` |
| [no.nav.security:token-client-core](https://github.com/navikt/token-support) | `5.0.8` | `5.0.13` |
| [no.nav.security:token-validation-ktor-v2](https://github.com/navikt/token-support) | `5.0.8` | `5.0.13` |
| [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.20.3` | `1.20.4` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.20.3` | `1.20.4` |
| [org.testcontainers:kafka](https://github.com/testcontainers/testcontainers-java) | `1.20.3` | `1.20.4` |
| [io.getunleash:unleash-client-java](https://github.com/Unleash/unleash-client-java) | `9.2.4` | `9.2.6` |
| [io.github.smiley4:ktor-swagger-ui](https://github.com/SMILEY4/ktor-swagger-ui) | `3.6.0` | `4.1.0` |


Updates `com.zaxxer:HikariCP` from 6.1.0 to 6.2.1
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- [Commits](brettwooldridge/HikariCP@HikariCP-6.1.0...HikariCP-6.2.1)

Updates `org.flywaydb:flyway-core` from 10.20.1 to 11.0.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-10.20.1...flyway-11.0.0)

Updates `org.flywaydb:flyway-database-postgresql` from 10.20.1 to 11.0.0

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.18.1 to 2.18.2

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.18.1 to 2.18.2

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.18.1 to 2.18.2
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.18.1...jackson-module-kotlin-2.18.2)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.18.1 to 2.18.2

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.18.1 to 2.18.2
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.18.1...jackson-module-kotlin-2.18.2)

Updates `io.ktor:ktor-client-okhttp` from 2.3.12 to 2.3.13
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...2.3.13)

Updates `io.ktor:ktor-client-core` from 2.3.12 to 2.3.13
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...2.3.13)

Updates `io.ktor:ktor-client-logging-jvm` from 2.3.12 to 2.3.13
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...2.3.13)

Updates `io.ktor:ktor-client-auth` from 2.3.12 to 2.3.13
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...2.3.13)

Updates `io.ktor:ktor-server-core-jvm` from 2.3.12 to 2.3.13
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...2.3.13)

Updates `io.ktor:ktor-server-double-receive` from 2.3.12 to 2.3.13
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...2.3.13)

Updates `io.ktor:ktor-server-cio` from 2.3.12 to 2.3.13
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...2.3.13)

Updates `io.ktor:ktor-server-auth` from 2.3.12 to 2.3.13
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...2.3.13)

Updates `io.ktor:ktor-server-content-negotiation` from 2.3.12 to 2.3.13
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...2.3.13)

Updates `io.ktor:ktor-client-content-negotiation` from 2.3.12 to 2.3.13
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...2.3.13)

Updates `io.ktor:ktor-serialization-jackson` from 2.3.12 to 2.3.13
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...2.3.13)

Updates `io.ktor:ktor-server-call-logging` from 2.3.12 to 2.3.13
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...2.3.13)

Updates `io.ktor:ktor-server-call-id` from 2.3.12 to 2.3.13
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...2.3.13)

Updates `io.ktor:ktor-server-status-pages` from 2.3.12 to 2.3.13
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...2.3.13)

Updates `io.ktor:ktor-server-metrics-micrometer` from 2.3.12 to 2.3.13
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...2.3.13)

Updates `io.ktor:ktor-server-mustache` from 2.3.12 to 2.3.13
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...2.3.13)

Updates `io.ktor:ktor-client-mock` from 2.3.12 to 2.3.13
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...2.3.13)

Updates `io.ktor:ktor-server` from 2.3.12 to 2.3.13
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...2.3.13)

Updates `io.ktor:ktor-server-resources` from 2.3.12 to 2.3.13
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...2.3.13)

Updates `io.ktor:ktor-server-tests` from 2.3.12 to 2.3.13
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...2.3.13)

Updates `io.ktor:ktor-server-webjars` from 2.3.12 to 2.3.13
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...2.3.13)

Updates `io.ktor:ktor-server-webjars` from 2.3.12 to 2.3.13
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...2.3.13)

Updates `no.nav.security:token-client-core` from 5.0.8 to 5.0.13
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@5.0.8...5.0.13)

Updates `no.nav.security:token-validation-ktor-v2` from 5.0.8 to 5.0.13
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@5.0.8...5.0.13)

Updates `no.nav.security:token-validation-ktor-v2` from 5.0.8 to 5.0.13
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@5.0.8...5.0.13)

Updates `org.testcontainers:junit-jupiter` from 1.20.3 to 1.20.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4)

Updates `org.testcontainers:postgresql` from 1.20.3 to 1.20.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4)

Updates `org.testcontainers:kafka` from 1.20.3 to 1.20.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4)

Updates `org.testcontainers:postgresql` from 1.20.3 to 1.20.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4)

Updates `org.testcontainers:kafka` from 1.20.3 to 1.20.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4)

Updates `io.getunleash:unleash-client-java` from 9.2.4 to 9.2.6
- [Release notes](https://github.com/Unleash/unleash-client-java/releases)
- [Changelog](https://github.com/Unleash/unleash-client-java/blob/main/CHANGELOG.md)
- [Commits](Unleash/unleash-client-java@unleash-client-java-9.2.4...unleash-client-java-9.2.6)

Updates `io.github.smiley4:ktor-swagger-ui` from 3.6.0 to 4.1.0
- [Release notes](https://github.com/SMILEY4/ktor-swagger-ui/releases)
- [Commits](SMILEY4/ktor-swagger-ui@3.6.0...4.1.0)

---
updated-dependencies:
- dependency-name: com.zaxxer:HikariCP
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.ktor:ktor-client-okhttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.ktor:ktor-client-logging-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.ktor:ktor-client-auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.ktor:ktor-server-core-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.ktor:ktor-server-double-receive
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.ktor:ktor-server-cio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.ktor:ktor-server-auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.ktor:ktor-server-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.ktor:ktor-serialization-jackson
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.ktor:ktor-server-call-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.ktor:ktor-server-call-id
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.ktor:ktor-server-status-pages
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.ktor:ktor-server-metrics-micrometer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.ktor:ktor-server-mustache
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.ktor:ktor-client-mock
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.ktor:ktor-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.ktor:ktor-server-resources
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.ktor:ktor-server-tests
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.ktor:ktor-server-webjars
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.ktor:ktor-server-webjars
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: no.nav.security:token-client-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: no.nav.security:token-validation-ktor-v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: no.nav.security:token-validation-ktor-v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: org.testcontainers:kafka
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: org.testcontainers:kafka
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.getunleash:unleash-client-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.github.smiley4:ktor-swagger-ui
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/backend-72efbd8280 branch from ecff678 to 2865495 Compare December 3, 2024 11:04
@henrikg
Copy link
Contributor

henrikg commented Dec 4, 2024

Ingen breaking-changes på flyway som bør påvirke oss såvidt jeg kan se

@henrikg henrikg merged commit 8aa308e into main Dec 4, 2024
83 checks passed
@henrikg henrikg deleted the dependabot/gradle/backend-72efbd8280 branch December 4, 2024 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants