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

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 20, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.zonky.test:embedded-postgres 2.0.6 -> 2.0.7 age adoption passing confidence
io.mockk:mockk (source) 1.13.10 -> 1.13.11 age adoption passing confidence
io.ktor:ktor-bom 2.3.9 -> 2.3.12 age adoption passing confidence
com.aallam.openai:openai-client 3.7.0 -> 3.8.1 age adoption passing confidence
com.apollographql.apollo3:apollo-runtime 3.8.2 -> 3.8.4 age adoption passing confidence
build.buf:protovalidate 0.2.0 -> 0.2.1 age adoption passing confidence
com.google.cloud:libraries-bom (source) 26.34.0 -> 26.42.0 age adoption passing confidence
org.bouncycastle:bcpkix-jdk18on (source) 1.77 -> 1.78.1 age adoption passing confidence
com.nimbusds:nimbus-jose-jwt 9.37.3 -> 9.40 age adoption passing confidence
com.microsoft.sqlserver:mssql-jdbc 12.6.1.jre11 -> 12.6.3.jre11 age adoption passing confidence
com.databricks:databricks-sdk-java 0.20.0 -> 0.27.0 age adoption passing confidence
com.apollographql.apollo3 3.8.2 -> 3.8.4 age adoption passing confidence
org.flywaydb:flyway-core (source) 10.10.0 -> 10.15.2 age adoption passing confidence
org.flywaydb:flyway-database-postgresql (source) 10.10.0 -> 10.15.2 age adoption passing confidence
org.flywaydb.flyway 10.10.0 -> 10.15.2 age adoption passing confidence
org.springframework.cloud:spring-cloud-starter-kubernetes-fabric8-config (source) 3.1.0 -> 3.1.2 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.3.1 age adoption passing confidence
org.springframework.boot 3.2.3 -> 3.3.1 age adoption passing confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) 1.9.23 -> 1.9.24 age adoption passing confidence
org.jetbrains.kotlin.plugin.spring 1.9.23 -> 1.9.24 age adoption passing confidence
org.jetbrains.kotlin.jvm 1.9.23 -> 1.9.24 age adoption passing confidence

Release Notes

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

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.13.11

Compare Source

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.10...1.13.11

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

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.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

3.6.0

Published 24 Nov 2023

Added
Beta
  • Assistants: api implementation (#​259)
  • Threads: api implementation (#​262)
  • Messages: api implementation (#​262)
  • Runs: api implementation (#​262)

v3.8.0

Compare Source

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

v3.7.2

Compare Source

Published 28 Apr 2024

Added
Fix

v3.7.1

Compare Source

Published 01 Apr 2024

Added
  • Audio: add timestampGranularities (thanks @​mxwell)
Fixed
  • Core: nullable OpenAIErrorDetails fields (#​315)
  • Messages: content as image file (#​313)
apollographql/apollo-kotlin (com.apollographql.apollo3:apollo-runtime)

v3.8.4

2024-04-29

Version 3.8.4 is a maintenance release with one bug fix and 2 performance improvements. New developments happen in the 4.x versions.

  • [java-runtime] Fix ApolloClient.Builder.okHttpClient() returns null instead of this (#​5860)
  • [normalized-cache] Use a single transaction when using MemoryCache chaining (#​5861)
  • [normalized-cache] Call through to loadRecords from the MemoryCache to the SQL one (#​5863)

v3.8.3

2024-03-20

Version 3.8.3 is a maintenance release with two new convenience APIs and a Kotlin update. New developments happen in the 4.x versions.

Note: because Apollo Kotlin now depends on kotlin-stdlib version 1.9, you need the 1.8+ Kotlin compiler to compile your project.

  • [all] update Kotlin to 1.9 (#​5412)
  • [runtime] Add ApolloClient.Builder(ApolloHttpCache) (#​5638) (#​5640)
  • [runtime] Allow buildPostBody to write operation extensions (#​5631)
  • [runtime] compose support: Catch exceptions and expose them in .exception (#​5018)
  • [http-cache] Ignore IOException when calling ApolloHttpCache.remove (#​5730)
  • [all] Add deprecations on symbols that are getting removed in v4 (#​5746)
bufbuild/protovalidate-java (build.buf:protovalidate)

v0.2.1

What's Changed

Full Changelog: bufbuild/protovalidate-java@v0.2.0...v0.2.1

googleapis/java-cloud-bom (com.google.cloud:libraries-bom)

v26.42.0

Compare Source

Dependencies
  • update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.19.3 (#​6645) (baf9c12)

v26.41.0

Dependencies
  • update dependency com.google.cloud:first-party-dependencies to v3.31.0 (#​6624) (6b74d3e)
  • update dependency com.google.cloud:gapic-libraries-bom to v1.39.0 (#​6638) (67320ae)
  • update dependency com.google.cloud:google-cloud-bigquery to v2.40.3 (#​6633) (e9574c2)
  • update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v3.6.0 (#​6639) (8dca9b0)
  • update dependency com.google.cloud:google-cloud-bigtable-bom to v2.39.5 (#​6631) (23f5ad6)
  • update dependency com.google.cloud:google-cloud-datastore-bom to v2.20.1 (#​6628) (4206ac8)
  • update dependency com.google.cloud:google-cloud-firestore-bom to v3.21.4 (#​6634) (6b0e366)
  • update dependency com.google.cloud:google-cloud-logging-bom to v3.18.0 (#​6627) (678a51c)
  • update dependency com.google.cloud:google-cloud-logging-logback to v0.131.8-alpha (#​6635) (922b901)
  • update dependency com.google.cloud:google-cloud-nio to v0.127.19 (#​6636) (7533d4c)
  • update dependency com.google.cloud:google-cloud-pubsub-bom to v1.130.0 (#​6621) (e1242c3)
  • update dependency com.google.cloud:google-cloud-pubsublite-bom to v1.13.7 (#​6637) (2914fb9)
  • update dependency com.google.cloud:google-cloud-spanner-bom to v6.68.1 (#​6622) (c62eac0)
  • update dependency com.google.cloud:google-cloud-spanner-bom to v6.69.0 (#​6641) (78651d7)
  • update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.19.2 (#​6625) (45533f7)
  • update dependency com.google.cloud:google-cloud-storage-bom to v2.40.0 (#​6629) (e90e761)
  • update dependency org.freemarker:freemarker to v2.3.33 (#​6626) (d5c3bdf)

v26.40.0

Compare Source

Features
Dependencies
  • update actions/checkout action to v4 (#​6585) (0820cf4)
  • update actions/checkout action to v4 (#​6607) (9e6bc83)
  • update actions/github-script action to v7 (#​6586) (1b0d93b)
  • update actions/github-script action to v7 (#​6608) (ca4eab4)
  • update actions/setup-java action to v4 (#​6588) (bc1631b)
  • update actions/setup-java action to v4 (#​6609) (6d5d132)
  • update actions/setup-node action to v4 (#​6589) (28c11fc)
  • update actions/setup-node action to v4 (#​6610) (9212351)
  • update dependency com.google.cloud:first-party-dependencies to v3.30.1 (#​6592) (08e4163)
  • update dependency com.google.cloud:gapic-libraries-bom to v1.38.0 (#​6603) (8e7bce4)
  • update dependency com.google.cloud:google-cloud-bigquery to v2.40.2 (#​6614) (c44894a)
  • update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v3.5.2 (#​6611) (f3651c6)
  • update dependency com.google.cloud:google-cloud-bigtable-bom to v2.39.3 (#​6598) (d6518be)
  • update dependency com.google.cloud:google-cloud-bigtable-bom to v2.39.4 (#​6618) (1a7c94e)
  • update dependency com.google.cloud:google-cloud-datastore-bom to v2.19.3 (#​6593) (6af567b)
  • update dependency com.google.cloud:google-cloud-datastore-bom to v2.20.0 (#​6617) (6abbddf)
  • update dependency com.google.cloud:google-cloud-firestore-bom to v3.21.3 (#​6594) (3ee6bf0)
  • update dependency com.google.cloud:google-cloud-logging-bom to v3.17.2 (#​6595) (5e57c2d)
  • update dependency com.google.cloud:google-cloud-logging-logback to v0.131.7-alpha (#​6599) (ab4572e)
  • update dependency com.google.cloud:google-cloud-nio to v0.127.18 (#​6600) (e4c7415)
  • update dependency com.google.cloud:google-cloud-pubsub-bom to v1.129.6 (#​6590) (cddf911)
  • update dependency com.google.cloud:google-cloud-pubsublite-bom to v1.13.6 (#​6601) (e2907a0)
  • update dependency com.google.cloud:google-cloud-spanner-bom to v6.67.0 (#​6604) (3596bdc)
  • update dependency com.google.cloud:google-cloud-spanner-bom to v6.68.0 (#​6615) (b931bc5)
  • update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.18.1 (#​6602) (0352c3c)
  • update dependency com.google.cloud:google-cloud-storage-bom to v2.39.0 (#​6605) (fac0a62)
  • update dependency commons-cli:commons-cli to v1.8.0 (#​6606) (12c8d45)

v26.39.0

Compare Source

Dependencies
  • update actions/checkout action to v4 (#​6557) (ccf746b)
  • update actions/github-script action to v7 (#​6558) (9f3d444)
  • update actions/setup-java action to v4 (#​6561) (461a963)
  • update actions/setup-node action to v4 (#​6562) (15014fa)
  • update dependency com.google.cloud:first-party-dependencies to v3.30.0 (#​6567) (1f8fbe0)
  • update dependency com.google.cloud:gapic-libraries-bom to v1.37.0 (#​6578) (a8a51bf)
  • update dependency com.google.cloud:google-cloud-bigquery to v2.40.1 (#​6579) (d118387)
  • update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v3.5.1 (#​6570) (2fbb407)
  • update dependency com.google.cloud:google-cloud-bigtable-bom to v2.39.1 (#​6574) (23c12df)
  • update dependency com.google.cloud:google-cloud-bigtable-bom to v2.39.2 (#​6582) (54c33f0)
  • update dependency com.google.cloud:google-cloud-datastore-bom to v2.19.2 (#​6571) (3fadbe1)
  • update dependency com.google.cloud:google-cloud-firestore-bom to v3.21.1 (#​6569) (802739c)
  • update dependency com.google.cloud:google-cloud-logging-bom to v3.17.1 (#​6575) (1557cf9)
  • update dependency com.google.cloud:google-cloud-logging-logback to v0.131.6-alpha (#​6576) (db2e1d7)
  • update dependency com.google.cloud:google-cloud-nio to v0.127.17 (#​6583) (ca0fe00)
  • update dependency com.google.cloud:google-cloud-pubsub-bom to v1.129.3 (#​6565) (dd7920f)
  • update dependency com.google.cloud:google-cloud-pubsublite-bom to v1.13.5 (#​6577) (637b303)
  • update dependency com.google.cloud:google-cloud-spanner-bom to v6.66.0 (#​6568) (1fe64e6)
  • update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.18.0 (#​6566) (5c459c4)
  • update dependency com.google.cloud:google-cloud-storage-bom to v2.38.0 (#​6581) (eb1590f)

v26.38.0

Compare Source

Dependencies

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 5 times, most recently from f2d6cf5 to b032085 Compare March 28, 2024 08:16
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 6 times, most recently from 38aae78 to f533d81 Compare April 4, 2024 11:34
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 9 times, most recently from 6fb9d44 to 576da26 Compare April 12, 2024 10:07
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 6 times, most recently from 968b936 to 778a903 Compare April 18, 2024 19:43
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 6 times, most recently from 24d5eee to 4d21014 Compare May 24, 2024 01:40
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 6 times, most recently from 651c86b to 0c43e81 Compare June 5, 2024 06:47
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 4 times, most recently from a0dca8c to cff8a90 Compare June 12, 2024 23:30
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 9 times, most recently from a84b51e to 6126508 Compare June 21, 2024 00:40
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 3 times, most recently from 96b49e7 to 86bb164 Compare July 1, 2024 15:48
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch from 86bb164 to e41badd Compare July 1, 2024 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants