Bump the all group with 5 updates#192
Merged
Merged
Conversation
Bumps the all group with 5 updates: | Package | From | To | | --- | --- | --- | | org.flywaydb:flyway-database-postgresql | `12.6.2` | `12.7.0` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.32` | `1.5.34` | | [io.mockk:mockk](https://github.com/mockk/mockk) | `1.14.9` | `1.14.11` | | [com.openai:openai-java](https://github.com/openai/openai-java) | `4.37.0` | `4.38.0` | | [com.google.devtools.ksp](https://github.com/google/ksp) | `2.3.8` | `2.3.9` | Updates `org.flywaydb:flyway-database-postgresql` from 12.6.2 to 12.7.0 Updates `ch.qos.logback:logback-classic` from 1.5.32 to 1.5.34 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.32...v_1.5.34) Updates `io.mockk:mockk` from 1.14.9 to 1.14.11 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.14.9...v1.14.11) Updates `com.openai:openai-java` from 4.37.0 to 4.38.0 - [Release notes](https://github.com/openai/openai-java/releases) - [Changelog](https://github.com/openai/openai-java/blob/main/CHANGELOG.md) - [Commits](openai/openai-java@v4.37.0...v4.38.0) Updates `com.google.devtools.ksp` from 2.3.8 to 2.3.9 - [Release notes](https://github.com/google/ksp/releases) - [Commits](google/ksp@2.3.8...2.3.9) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-database-postgresql dependency-version: 12.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: io.mockk:mockk dependency-version: 1.14.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: com.openai:openai-java dependency-version: 4.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: com.google.devtools.ksp dependency-version: 2.3.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all group with 5 updates:
12.6.212.7.01.5.321.5.341.14.91.14.114.37.04.38.02.3.82.3.9Updates
org.flywaydb:flyway-database-postgresqlfrom 12.6.2 to 12.7.0Updates
ch.qos.logback:logback-classicfrom 1.5.32 to 1.5.34Release notes
Sourced from ch.qos.logback:logback-classic's releases.
Commits
e62272aprepare release 1.5.341e9e926add resolveProxyClassRejectsDynamicProxies unit test2de5cbeadded StackTraceElementProxyTest, minor edits to AGENTS.md0e9b927in case StackTraceElement is null use a substitute, fixing issues/1040f7a0654prevent resolveProxyClass bypass249b81fdocs are no longer distributed1c3b26astart work on 1.5.34-SNAPSHOT124e8b4prepare release 1.5.33d8fd6f2escapeTags in message field when printing status messages95edbebhostnameVerification default to true in SSLParametersConfiguration, SSL.DEFAU...Updates
io.mockk:mockkfrom 1.14.9 to 1.14.11Release notes
Sourced from io.mockk:mockk's releases.
Commits
d5617fcVersion bump for v1.14.11d4e6a00Merge pull request #1530 from hspedro/fix/726-openj9-classcast-message-format98e91bcfix: handle OpenJ9 CCE message in JvmAutoHinter945f746Merge pull request #1529 from snowykte0426/fix/1273-jvmtiagent-agp85-native-l...35cc073[ 1273-jvmtiagent ] chore: stop tracking .claude/scheduled_tasks.lockd6aa82b[ 1273-jvmtiagent ] chore: drop useLegacyPackaging workaround85a907c[ 1273-jvmtiagent ] chore: apply spotless formatting7d9aec1[ 1273-jvmtiagent ] fix: extract .so when findLibrary returns a path with '='1d5d30e[ 1273-jvmtiagent ] test: verify findLibrary resolves mockkjvmtiagent to a va...21a6a3a[ 1273-jvmtiagent]fix: pass findLibrary path directly to attach JvmtiAgentUpdates
com.openai:openai-javafrom 4.37.0 to 4.38.0Release notes
Sourced from com.openai:openai-java's releases.
Changelog
Sourced from com.openai:openai-java's changelog.
Commits
2157479release: 4.38.040b9b4ffeat(api): workload identity in audit logs, additional_tools item in response...Updates
com.google.devtools.kspfrom 2.3.8 to 2.3.9Release notes
Sourced from com.google.devtools.ksp's releases.
Commits
799f6c1Add unused test0410308return to using kgp api but gate with if statement3b0ae6dConsolidate klib cross-compilation support check on KGP property9746fb5Add test for self referencing type variablesb61da98Fix release branch cherry-picking555120dAdd copyright header1a80a30Revert "Refactor CollectAnnotatedSymbolsPsiVisitor"b6684d4Update auto-merge.yml to 2.3.9-release branchd350521Add test for context parameters811dbfeMerge test directoriesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions