pace icon indicating copy to clipboard operation
pace copied to clipboard

chore(deps): update gradle app dependencies (alpha)

Open renovate[bot] opened this issue 1 year ago • 0 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.zonky.test:embedded-postgres 2.0.6 -> 2.2.0 age adoption passing confidence
io.mockk:mockk (source) 1.13.10 -> 1.14.6 age adoption passing confidence
io.ktor:ktor-bom 2.3.9 -> 2.3.13 age adoption passing confidence
com.aallam.openai:openai-client 3.7.0 -> 3.8.2 age adoption passing confidence
com.apollographql.apollo3:apollo-runtime 3.8.2 -> 3.8.6 age adoption passing confidence
build.buf:protovalidate 0.2.0 -> 0.14.0 age adoption passing confidence
com.google.cloud:libraries-bom (source) 26.34.0 -> 26.71.0 age adoption passing confidence
org.bouncycastle:bcpkix-jdk18on (source) 1.77 -> 1.82 age adoption passing confidence
com.nimbusds:nimbus-jose-jwt 9.37.3 -> 9.48 age adoption passing confidence
com.microsoft.sqlserver:mssql-jdbc 12.6.1.jre11 -> 12.10.2.jre11 age adoption passing confidence
com.databricks:databricks-sdk-java 0.20.0 -> 0.70.0 age adoption passing confidence
org.yaml:snakeyaml 2.2 -> 2.5 age adoption passing confidence
com.apollographql.apollo3 3.8.2 -> 3.8.6 age adoption passing confidence
com.github.drapostolos:type-parser 0.8.1 -> 0.9.0 age adoption passing confidence
com.google.protobuf:protobuf-java-util (source) 3.25.3 -> 3.25.8 age adoption passing confidence
org.flywaydb:flyway-core (source) 10.10.0 -> 10.22.0 age adoption passing confidence
org.flywaydb:flyway-database-postgresql (source) 10.10.0 -> 10.22.0 age adoption passing confidence
org.flywaydb.flyway 10.10.0 -> 10.22.0 age adoption passing confidence
org.springframework.cloud:spring-cloud-starter-kubernetes-fabric8-config (source) 3.1.0 -> 3.3.0 age adoption passing confidence
io.kotest:kotest-runner-junit5 5.8.1 -> 5.9.1 age adoption passing confidence
io.kotest:kotest-assertions-core-jvm 5.8.1 -> 5.9.1 age adoption passing confidence
org.springframework.boot:spring-boot-dependencies (source) 3.2.3 -> 3.5.7 age adoption passing confidence
org.springframework.boot 3.2.3 -> 3.5.7 age adoption passing confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) 1.9.23 -> 1.9.25 age adoption passing confidence
org.jetbrains.kotlin.plugin.spring 1.9.23 -> 1.9.25 age adoption passing confidence
org.jetbrains.kotlin.jvm 1.9.23 -> 1.9.25 age adoption passing confidence

Release Notes

zonkyio/embedded-postgres (io.zonky.test:embedded-postgres)

v2.2.0

Compare Source

Changes:
  • Added support for advanced PostgreSQL configuration via data directory customizer (#​144)
  • Upgraded dependencies: (#​167 #​168)
    • Embedded Postgres Binaries to 14.20.0
    • PostgreSQL JDBC Driver to 42.7.8
    • Liquibase to 4.33.0
    • Apache Commons Compress to 1.28.0
    • Apache Commons IO to 2.21.0
    • Apache Commons Codec to 1.20.0
    • Apache Commons Lang to 3.19.0

v2.1.1

Changes:

v2.1.0

Changes:
  • Fixed dependency conflicts with commons-io and commons-compress libraries (#​133)
  • Removed unnecessary try-catch handling when extracting PostgreSQL binaries (#​136)
  • Upgraded dependencies: (#​135 #​142 #​140 #​130 #​128)
    • Flyway to 9.22.3
    • Liquibase to 4.30.0
    • PostgreSQL JDBC Driver to 42.7.4
    • Embedded Postgres Binaries to 14.15.0
    • Apache Commons Compress to 1.26.2
    • Apache Commons IO to 2.16.1
    • Apache Commons Codec to 1.17.1
    • Apache Commons Lang to 3.15.0
    • Tukaani XZ to 1.10

v2.0.7

Changes:
  • Upgrade to PostgreSQL JDBC Driver 42.7.3 (#​129)
  • Upgrade to Apache Commons Compress 1.26.0 (#​127)
mockk/mockk (io.mockk:mockk)

v1.14.6

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/mockk/mockk/compare/1.14.5...1.14.6

v1.14.5

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/mockk/mockk/compare/1.14.4...1.14.5

v1.14.4

Compare Source

This release is functionally equivalent to v1.14.3, I just wanted to try out the new publishing process that uses Maven Central instead of OSSRH.

Full Changelog: https://github.com/mockk/mockk/compare/1.14.3...1.14.4

v1.14.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/mockk/mockk/compare/1.14.2...1.14.3

v1.14.2

Compare Source

What's Changed

Full Changelog: https://github.com/mockk/mockk/compare/1.14.0...1.14.2

v1.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/mockk/mockk/compare/1.13.17...1.14.0

v1.13.17

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/mockk/mockk/compare/1.13.16...1.13.17

v1.13.16

Compare Source

What's Changed

Full Changelog: https://github.com/mockk/mockk/compare/1.13.14...1.13.16

v1.13.14

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/mockk/mockk/compare/1.13.13...1.13.14

v1.13.13

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/mockk/mockk/compare/1.13.11...1.13.13

v1.13.12

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/mockk/mockk/compare/1.13.11...1.13.12

v1.13.11

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/mockk/mockk/compare/1.13.10...1.13.11

ktorio/ktor (io.ktor:ktor-bom)

v2.3.13

Compare Source

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)

v2.3.12

Compare Source

Published 20 June 2024

Bugfixes
  • NoSuchMethodError when using coroutines 1.9.0-RC (KTOR-7054)
  • Server: Content-Type header for static js, css and svg resources misses charset (KTOR-6655)
  • Embedded Linux device without iso-8859-1 and UTF-16 cannot use ktor-network (KTOR-7016)
Improvements

v2.3.11

Compare Source

Published 8 May 2024

Bugfixes
  • Test client ignores socket timeout (KTOR-6909)

v2.3.10

Compare Source

Published 8 April 2024

Bugfixes
  • CallLogging, StatusPages: response logged twice when status handler is used (KTOR-6839)
  • NodeJS WebSocket client sometimes drops a frame received immediately after handshake (KTOR-6883)
  • IPv6 addresses are not supported in NettyConnectionPoint and CIOConnectionPoint (KTOR-5383)
  • JS browser: "Maximum call stack size exceeded" on HTTP request when targeting es2015 (KTOR-6878)
  • CIO: File upload fails with NumberFormatException when uploading file larger than INT_MAX bytes (~2.1 GiB) since 2.3.0 (KTOR-6851)
  • CallLogging: the plugin completely overrides MDC if at least one entry is configured (KTOR-6642)
  • SSE plugin: Duplicated "Content-Type: text/event-stream" headers (KTOR-6735)
  • CIO: "getSubjectAlternativeNames(...) must not be null" when IP-addresses are verified and no SAN in the certificate (KTOR-6746)
Improvements
  • Inconsistent behavior of Netty and rest engines by returning null or empty string for query parameters without values (KTOR-6850)
  • Android: no logs are present in Logcat with Logger.ANDROID (KTOR-1219)
Aallam/openai-kotlin (com.aallam.openai:openai-client)

v3.8.2

Compare Source

Added
Fixed
  • messages: update quote to optional field for openai compatibility assistant on FileCitation (#​361) (thanks @​AntoDev)
  • messages: serialization exception while retrieving thread messages (#​369) (thanks @​meroving)

v3.8.1

Compare Source

Published 28 Jun 2024

Fixed

3.8.0

Published 27 Jun 2024

Added
  • assistant: added feature for assistant beta-v2, and option for version selection (thanks @​kdman98)
  • vector-stores: add vector stores APIs (#​324)
  • batch: add batch APIs (#​334)
Fixed

3.7.2

Published 28 Apr 2024

Added
Fix

3.7.1

Published 01 Apr 2024

Added
  • Audio: add timestampGranularities (thanks @​mxwell)
Fixed
  • Core: nullable OpenAIErrorDetails fields (#​315)
  • Messages: content as image file (#​313)

3.7.0

Published 11 Feb 2024

Added
Fixed
  • chat: add systemFingerprint to ChatCompletionChunk (#​303)
  • chat: move description to FunctionTool (#​304)
  • chat: make FunctionTool#Parameters nullable (#​304)
  • finetuning: nullable ErrorInfo#message and ErrorInfo#code (#​304)
  • image: correct Quality package name (#​302) (thanks @​voqaldev)
  • assistants: files endpoint (#​298) (thanks @​rjeeb)
  • runs: RunRequest builder

3.6.3

Published 13 Jan 2024

Added
Fixed
  • Messages: MessageFile optional fields (#​290)
  • proguard: Add EnclosingMethod proguard rule (thanks @​rafsanjani)

3.6.2

Published 15 Dec 2023

Fixed

3.6.1

Published 26 Nov 2023

Fixed
  • Runs: ToolCalls, ToolCallStep and RunSteps serialization ([#​266](https://redirect.github.com/Aallam/openai-kotli

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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[bot] avatar Mar 20 '24 19:03 renovate[bot]