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 12 updates #6931

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps the backend group with 12 updates:

Package From To
io.ktor:ktor-server-swagger 2.3.13 3.0.3
com.github.ben-manes.caffeine:caffeine 3.1.8 3.2.0
org.flywaydb:flyway-core 11.1.0 11.3.0
org.flywaydb:flyway-database-postgresql 11.1.0 11.3.0
org.postgresql:postgresql 42.7.4 42.7.5
com.github.seratch:kotliquery 1.9.0 1.9.1
ch.qos.logback:logback-classic 1.5.15 1.5.16
no.nav.security:token-client-core 5.0.13 5.0.16
no.nav.security:token-validation-ktor-v2 5.0.13 5.0.16
io.mockk:mockk 1.13.14 1.13.16
io.getunleash:unleash-client-java 9.2.6 10.0.0
io.github.smiley4:ktor-swagger-ui 3.6.0 4.1.6

Updates io.ktor:ktor-server-swagger from 2.3.13 to 3.0.3

Release notes

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

3.0.3

Published 18 December 2024

Bugfixes

  • "Module not found" errors when executing browserProductionWebpack task since 3.0.2 (KTOR-7912)
  • Darwin: "IllegalStateException: Content-Length mismatch" on requesting gzipped content (KTOR-7943)
  • JS/WASM fails with "IllegalStateException: Content-Length mismatch" on requesting gzipped content (KTOR-7934)
  • FormFieldLimit is overwritten by default arg (KTOR-7946)
  • A Performance issue reading with ByteReadChannel.readUTF8LineTo request body (KTOR-7941)
  • Installing HttpCache before ContentEncoding prevents response body to be decoded (KTOR-7830)
  • TestApplication.stop() doesn't stop the application anymore (KTOR-7682)
  • File is not commited after closing writeChannel() of the file (KTOR-7845)

3.0.2

Published 3 December 2024

Bugfixes

  • ServletResponseBody is corrupted due to the wrong offset (KTOR-7904)
  • File is not commited after closing writeChannel() of the file (KTOR-7845)
  • CIO: Response body truncated because read amount of bytes isn't compared against Content-Length (KTOR-7828)
  • HttpCache: IndexOutOfBoundsException on malformed Cache-Control header (KTOR-7172)
  • call.respondSource returns empty response but passes in tests (KTOR-7683)
  • ByteReadChannel.{readShort/readInt/readLong} leads to infinite loop when required bytes distributed in flush and read buffers (KTOR-7746)
  • Routing: ContentType.match doesn't match wildcard content types (KTOR-7278)
  • Connections aren't released properly if there are multiple parallel connections to the same address (KTOR-7777)
  • FileItem.streamProvider is deprecated and doesn't have implementation (KTOR-7731)
  • MergedApplicationConfig.toMap replaces nested configs completely without merging (KTOR-7008)
  • Digest Auth: Ktor 3.0.1 uses the wrong "nc" value to calculate digest (KTOR-7681)
  • JS: "ReferenceError: require is not defined" when compiling to ES Module (KTOR-6158)
  • Chunked transfer encoding failure not caught with retry (KTOR-7618)
  • HttpCookies: IllegalArgumentException when server returns a raw cookie with not allowed characters (KTOR-7469)
  • DefaultRequest: Content-Type header of default request is not overridable (KTOR-6946)

Improvements

  • Support binary (Smile) encoding in JacksonConverter (KTOR-7726)
  • ServiceLoader.load call is slow on Android (KTOR-7698)

3.0.1

Published 29 October 2024

Bugfixes

  • Remove space from the default client user agent (KTOR-7655)
  • Url.segments throws on URLs with root path (KTOR-7625)
  • Digest Auth does not implement nc parameter correctly according to RFC 7616 (KTOR-4318)
  • about:blank URL should be parsed correctly as about:blank (KTOR-7410)
  • ByteReadChannel.{readShort/readInt/readLong} could lead to CPU-bound indefinite loop since 3.0.0 (KTOR-7571)
  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • receiveMultipart fails with "IOException: Failed to parse multipart" when content-type is capitalized (KTOR-7596)

Improvements

... (truncated)

Changelog

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

3.0.3

Published 18 December 2024

Bugfixes

  • "Module not found" errors when executing browserProductionWebpack task since 3.0.2 (KTOR-7912)
  • Darwin: "IllegalStateException: Content-Length mismatch" on requesting gzipped content (KTOR-7943)
  • JS/WASM fails with "IllegalStateException: Content-Length mismatch" on requesting gzipped content (KTOR-7934)
  • FormFieldLimit is overwritten by default arg (KTOR-7946)
  • A Performance issue reading with ByteReadChannel.readUTF8LineTo request body (KTOR-7941)
  • Installing HttpCache before ContentEncoding prevents response body to be decoded (KTOR-7830)
  • TestApplication.stop() doesn't stop the application anymore (KTOR-7682)
  • File is not commited after closing writeChannel() of the file (KTOR-7845)

3.0.2

Published 3 December 2024

Bugfixes

  • ServletResponseBody is corrupted due to the wrong offset (KTOR-7904)
  • File is not commited after closing writeChannel() of the file (KTOR-7845)
  • CIO: Response body truncated because read amount of bytes isn't compared against Content-Length (KTOR-7828)
  • HttpCache: IndexOutOfBoundsException on malformed Cache-Control header (KTOR-7172)
  • call.respondSource returns empty response but passes in tests (KTOR-7683)
  • ByteReadChannel.{readShort/readInt/readLong} leads to infinite loop when required bytes distributed in flush and read buffers (KTOR-7746)
  • Routing: ContentType.match doesn't match wildcard content types (KTOR-7278)
  • Connections aren't released properly if there are multiple parallel connections to the same address (KTOR-7777)
  • FileItem.streamProvider is deprecated and doesn't have implementation (KTOR-7731)
  • MergedApplicationConfig.toMap replaces nested configs completely without merging (KTOR-7008)
  • Digest Auth: Ktor 3.0.1 uses the wrong "nc" value to calculate digest (KTOR-7681)
  • JS: "ReferenceError: require is not defined" when compiling to ES Module (KTOR-6158)
  • Chunked transfer encoding failure not caught with retry (KTOR-7618)
  • HttpCookies: IllegalArgumentException when server returns a raw cookie with not allowed characters (KTOR-7469)
  • DefaultRequest: Content-Type header of default request is not overridable (KTOR-6946)

Improvements

  • Support binary (Smile) encoding in JacksonConverter (KTOR-7726)
  • ServiceLoader.load call is slow on Android (KTOR-7698)

3.0.1

Published 29 October 2024

Bugfixes

  • Remove space from the default client user agent (KTOR-7655)
  • Url.segments throws on URLs with root path (KTOR-7625)
  • Digest Auth does not implement nc parameter correctly according to RFC 7616 (KTOR-4318)
  • about:blank URL should be parsed correctly as about:blank (KTOR-7410)
  • ByteReadChannel.{readShort/readInt/readLong} could lead to CPU-bound indefinite loop since 3.0.0 (KTOR-7571)
  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • receiveMultipart fails with "IOException: Failed to parse multipart" when content-type is capitalized (KTOR-7596)

... (truncated)

Commits
  • e18c901 Release 3.0.3 (#4558)
  • dbcbff9 Cherry-pick common ClientLoader implementation from 3.1.0-eap (#4550)
  • d35aeb9 Update netty monorepo to v4.1.116.Final (#4557)
  • 958d84f Update ktor monorepo to v3.1.0-eap-1190 (#4552)
  • 37a9a0f Update contributing guide (#4542)
  • 8329b7e Update dependency org.junit.jupiter:junit-jupiter to v5.11.4 (#4554)
  • f5363d5 KTOR-7941 Fix performance on readUtfLineTo (#4537)
  • d1ee88c Disable compression tests for js engine
  • a1ceac3 Fix formatting
  • 30ca176 KTOR-7934 Fix content length check for Options and Head for wasm, js, and nat...
  • Additional commits viewable in compare view

Updates com.github.ben-manes.caffeine:caffeine from 3.1.8 to 3.2.0

Release notes

Sourced from com.github.ben-manes.caffeine:caffeine's releases.

3.2.0

Cache

  • Added Sigstore signing of maven artifacts
  • Added Expiry static factory methods (#1499)
  • Migrated to JSpecify annotations (was checker framework)
  • Fixed variable expiration calculation when nearing overflow
  • Added logging when an async cache's removal listener fails
  • Added an expiration write optimization to more operations (#1320)
  • Fixed when a Weigher or Expiry fail on an async completion (#1687)
  • Fixed cases when the expiration ticker was also used for statistics (#1678)
  • Fixed refresh handling to skip if the async cache's entry is still loading (#1478)
  • Fixed containsKey for an async cache's synchronous view while in-flight (#1626)
  • Fixed premature expiration for an async cache when using nearly immediate expiration (#1623)
  • For a bulk async load returning extra mappings, wait to be added to the cache before returning (#1409)

Guava

  • Relaxed the OSGi version requirement (#1160)

JCache

  • Allow hibernate.javax.cache.uri to load the configuration from a jar (#1347)
Commits
  • 93d845e prepare for next release
  • 8022a16 expand expire write optimization to more operations (fixes #1320)
  • 9b65365 Avoid early expiration of an pending future due to delayed pinning (fixes #1623)
  • 25405d6 skip refreshing if the async cache entry is still loading (fixes #1478)
  • 2d93f2b fix variable expiration calculation when nearing overflow
  • 3ff2445 migrate to the maintained javapoet project
  • bbf54be minor polish and fixes #1820
  • b09770f upgrade to apache commons collections' junit5 test suite
  • 70f5cf8 use jakarta.inject for jcache guice integration test
  • ae21802 add missing asserts to openjdk tests that check only in their custom harness
  • Additional commits viewable in compare view

Updates org.flywaydb:flyway-core from 11.1.0 to 11.3.0

Release notes

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

Flyway 11.3.0

See release notes here

CLI artifact available here

Flyway 11.2.0

See release notes here

CLI artifact available here

Flyway 11.1.1

See release notes here

CLI artifact available here

Commits

Updates org.flywaydb:flyway-database-postgresql from 11.1.0 to 11.3.0

Updates org.postgresql:postgresql from 42.7.4 to 42.7.5

Release notes

Sourced from org.postgresql:postgresql's releases.

v42.7.5

Changes

⬆️ Dependencies

... (truncated)

Changelog

Sourced from org.postgresql:postgresql's changelog.

[42.7.5] (2025-01-14 08:00:00 -0400)

Added

Fixed

Commits
  • 94a1693 update changelogs and increment version in gradle.properties for release (#3478)
  • ce54dfd chore: replace deprecated kotlinOptions with a replacement API
  • 398029e chore: avoid failure in osgi-test/onlyIf if -PjdkBuildVersion is missing at t...
  • 7245443 test: skip :pgjdbc-osgi-test:test when runnning tests with Java 8
  • 7747527 chore(deps): update dependency gradle to v8.12
  • bb07a4b chore(deps): update codecov/codecov-action digest to adfacf2
  • f545514 chore(deps): update dependency sbt/sbt to v1.10.7
  • 45df56c fix(deps): update dependency org.ops4j.pax.url:pax-url-aether to v2.6.15
  • b87e106 fix(deps): update junit5 monorepo to v5.11.4
  • 5603477 fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.p...
  • Additional commits viewable in compare view

Updates com.github.seratch:kotliquery from 1.9.0 to 1.9.1

Commits

Updates ch.qos.logback:logback-classic from 1.5.15 to 1.5.16

Commits
  • 74c9ebd prepare release 1.5.16
  • 9308a58 javadocs structure changed
  • 8935470 adapt test to SLF4J version 2.0.16
  • cb60369 addded StubEventEvaluator as default class for evaluator element so as to dir...
  • 1da2f17 bump jxr version
  • 5bde644 bump slf4j version to 2.0.16
  • aa2ebae remove stax related code
  • 80db86b fix issues/860
  • a8a2303 start work on 1.5.16-SNAPSHOT
  • bf14c2c minor javadoc update
  • See full diff in compare view

Updates no.nav.security:token-client-core from 5.0.13 to 5.0.16

Release notes

Sourced from no.nav.security:token-client-core's releases.

5.0.16

What's Changed

  • No changes

5.0.15

What's Changed

⬆️ Dependency upgrades

5.0.14

What's Changed

⬆️ Dependency upgrades

Commits

Updates no.nav.security:token-validation-ktor-v2 from 5.0.13 to 5.0.16

Release notes

Sourced from no.nav.security:token-validation-ktor-v2's releases.

5.0.16

What's Changed

  • No changes

5.0.15

What's Changed

⬆️ Dependency upgrades

5.0.14

What's Changed

⬆️ Dependency upgrades

Commits

Updates no.nav.security:token-validation-ktor-v2 from 5.0.13 to 5.0.16

Release notes

Sourced from no.nav.security:token-validation-ktor-v2's releases.

5.0.16

What's Changed

  • No changes

5.0.15

What's Changed

⬆️ Dependency upgrades

5.0.14

What's Changed

⬆️ Dependency upgrades

Commits

Updates io.mockk:mockk from 1.13.14 to 1.13.16

Release notes

Sourced from io.mockk:mockk's releases.

1.13.16

What's Changed

Full Changelog: mockk/mockk@1.13.14...1.13.16

Commits
  • 9d151cb Version bump
  • 59d8d16 Merge pull request #1332 from kpadhiamex/1073-fix-issue-with-mocking-value-cl...
  • f602f77 Used Result.success("") for Kotlin class comparison instead of string name co...
  • 580c1d7 Used Kotlin class comparison instead of name comparison
  • 2ddd49d Fix( Issue #1073): Bug fix for the issue with mocking value classes with coEv...
  • See full diff in compare view

Updates io.getunleash:unleash-client-java from 9.2.6 to 10.0.0

Release notes

Sourced from io.getunleash:unleash-client-java's releases.

unleash-client-java-10.0.0

What's Changed

Full Changelog: Unleash/unleash-client-java@unleash-client-java-9.3.2...unleash-client-java-10.0.0

unleash-client-java-10.0.0-beta.0

What's Changed

Full Changelog: Unleash/unleash-client-java@unleash-client-java-9.3.2...unleash-client-java-10.0.0-beta.0

unleash-client-java-9.3.2

What's Changed

New Contributors

Full Changelog: Unleash/unleash-client-java@unleash-client-java-9.3.1...unleash-client-java-9.3.2

unleash-client-java-9.3.1

What's Changed

Full Changelog: Unleash/unleash-client-java@unleash-client-java-9.3.0...unleash-client-java-9.3.1

unleash-client-java-9.3.0

What's Changed

Full Changelog: Unleash/unleash-client-java@unleash-client-java-9.2.6...unleash-client-java-9.3.0

Commits

@dependabot dependabot bot requested a review from a team as a code owner February 1, 2025 15:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 1, 2025
Bumps the backend group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [io.ktor:ktor-server-swagger](https://github.com/ktorio/ktor) | `2.3.13` | `3.0.3` |
| [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) | `3.1.8` | `3.2.0` |
| [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `11.1.0` | `11.3.0` |
| org.flywaydb:flyway-database-postgresql | `11.1.0` | `11.3.0` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.4` | `42.7.5` |
| [com.github.seratch:kotliquery](https://github.com/seratch/kotliquery) | `1.9.0` | `1.9.1` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.15` | `1.5.16` |
| [no.nav.security:token-client-core](https://github.com/navikt/token-support) | `5.0.13` | `5.0.16` |
| [no.nav.security:token-validation-ktor-v2](https://github.com/navikt/token-support) | `5.0.13` | `5.0.16` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.14` | `1.13.16` |
| [io.getunleash:unleash-client-java](https://github.com/Unleash/unleash-client-java) | `9.2.6` | `10.0.0` |
| [io.github.smiley4:ktor-swagger-ui](https://github.com/SMILEY4/ktor-swagger-ui) | `3.6.0` | `4.1.6` |


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

Updates `com.github.ben-manes.caffeine:caffeine` from 3.1.8 to 3.2.0
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](ben-manes/caffeine@v3.1.8...v3.2.0)

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

Updates `org.flywaydb:flyway-database-postgresql` from 11.1.0 to 11.3.0

Updates `org.postgresql:postgresql` from 42.7.4 to 42.7.5
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.4...REL42.7.5)

Updates `com.github.seratch:kotliquery` from 1.9.0 to 1.9.1
- [Commits](seratch/kotliquery@1.9.0...1.9.1)

Updates `ch.qos.logback:logback-classic` from 1.5.15 to 1.5.16
- [Commits](qos-ch/logback@v_1.5.15...v_1.5.16)

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

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

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

Updates `io.mockk:mockk` from 1.13.14 to 1.13.16
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.14...1.13.16)

Updates `io.getunleash:unleash-client-java` from 9.2.6 to 10.0.0
- [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.6...unleash-client-java-10.0.0)

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

---
updated-dependencies:
- dependency-name: io.ktor:ktor-server-swagger
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend
- dependency-name: com.github.ben-manes.caffeine:caffeine
  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-minor
  dependency-group: backend
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: com.github.seratch:kotliquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: ch.qos.logback:logback-classic
  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: io.mockk:mockk
  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-major
  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-8140af3f3d branch from 6e1c256 to a1b523c Compare February 4, 2025 12:57
@henrikg henrikg self-assigned this Feb 5, 2025
@@ -38,8 +36,6 @@ class UnleashFeatureToggleService(
.unleashContextProvider(lagUnleashContextProvider(brukerIdent))
.apiKey(properties.apiKey)
.build(),
GradualRolloutRandomStrategy(),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Denne her er jeg usikker på - de klassen ligger ikke lenger i bibliotektet. Ikke funnet noen åpenbar erstatning i dokumentasjonen. Må kanskje testes om dette fortsatt fungerer, eller om vi må finne på noe annet.

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.

1 participant