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

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.zonky.test:embedded-postgres 2.0.6 -> 2.1.0 age adoption passing confidence
io.mockk:mockk (source) 1.13.10 -> 1.13.13 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.5 age adoption passing confidence
build.buf:protovalidate 0.2.0 -> 0.5.0 age adoption passing confidence
com.google.cloud:libraries-bom (source) 26.34.0 -> 26.51.0 age adoption passing confidence
org.bouncycastle:bcpkix-jdk18on (source) 1.77 -> 1.79 age adoption passing confidence
com.nimbusds:nimbus-jose-jwt 9.37.3 -> 9.47 age adoption passing confidence
com.microsoft.sqlserver:mssql-jdbc 12.6.1.jre11 -> 12.8.1.jre11 age adoption passing confidence
com.databricks:databricks-sdk-java 0.20.0 -> 0.37.0 age adoption passing confidence
org.yaml:snakeyaml 2.2 -> 2.3 age adoption passing confidence
com.apollographql.apollo3 3.8.2 -> 3.8.5 age adoption passing confidence
com.google.protobuf:protobuf-java-util (source) 3.25.3 -> 3.25.5 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.2.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.4.0 age adoption passing confidence
org.springframework.boot 3.2.3 -> 3.4.0 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.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.13.13

Compare Source

What's Changed

New Contributors

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

v1.13.12

Compare Source

What's Changed

New Contributors

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

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

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

2024-07-10

Version 3.8.5 is a maintenance release. New developments happen in the 4.x versions.

  • [all] Bump okio to 3.9.0 (#​5868)
  • [runtime] Adding checks for json end_document in http transport (#​5894)
  • [runtime] Adding checks for json end_document in http batching interceptors (#​5892)
  • [codegen] Fix mapping of the builtin Float scalar type (#​6047)
  • [normalized-cache] SqlNormalizedCacheFactory make sqldriver public to support Sqlcipher data encryption. (#​5972)

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

Breaking Change: The build.buf.protovalidate.ValidationResult.getViolations() method no longer returns a list of protobuf build.buf.validate.Violations messages, but a list of a new wrapper class, build.buf.protovalidate.Violation. In most cases, changing the import for Violation and calling the toProto() method of the violation is all that needs to be done:

     // Note that the import should also change from `build.buf.validate.Violation`
     // to `build.buf.protovalidate.Violation`.
     for (Violation violation : validator.validate(msg).getViolations()) {
-        System.out.println(violation.getConstraintId());
+        System.out.println(violation.toProto().getConstraintId());
     }

ValidationResult also has a toProto() method that returns the protobuf build.buf.validate.Violations message equivalent. This can be used to get a list of protobuf build.buf.validate.Violation messages, using the getViolationsList() getter of said message, as before.

+    List<build.buf.validate.Violation> violations = validator.validate(msg).getViolations();
-    List<build.buf.validate.Violation> violations = validator.validate(msg).toProto().getViolationsList();

The new build.buf.protovalidate.Violation class provides additional getters for in-memory information about the violation which cannot be serialized to the wire:

  • getFieldValue(): Returns the value of the field failing validation, if there is a field corresponding to the violation.
  • getRuleValue(): Returns the value of the rule failing validation, if there is a rule corresponding to the violation.

Take, for example, the following protobuf message schema:

message User {
    string email = 1 [(buf.validate.field).string.email = true];
}

If you try to validate the message User.newBuilder().setEmail("invalid").build(), getFieldValue().getValue() will return "invalid" and getRuleValue().getValue() will return true.

Some violations do not correspond directly to a field, such as a message constraint failure; in these cases, the return value of getFieldValue() will be null.

What's Changed

Full Changelog: bufbuild/protovalidate-java@v0.4.2...v0.5.0

v0.4.2

What's Changed


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 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 3 times, most recently from 8113218 to 520ea83 Compare October 9, 2024 11:08
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 4 times, most recently from b608cb9 to 8a04a88 Compare October 22, 2024 16:35
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 4 times, most recently from 7b86266 to ce87153 Compare October 30, 2024 04:50
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 4 times, most recently from 3589dfb to 447ab8d Compare November 7, 2024 13:28
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 2 times, most recently from d99e3f9 to cff675a Compare November 8, 2024 19:30
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 6 times, most recently from 004324c to 0121fc0 Compare November 22, 2024 06:19
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 2 times, most recently from 7ee238f to 83d1339 Compare November 27, 2024 20:14
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch 2 times, most recently from fa4fc3b to ed6def6 Compare December 4, 2024 19:57
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch from ed6def6 to 8be3f5b Compare December 10, 2024 14:09
@renovate renovate bot force-pushed the renovate/alpha-non-major-gradle-app branch from 8be3f5b to 901a75c Compare December 12, 2024 23:06
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.

0 participants