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

Update all non-major dependencies #393

Merged
merged 1 commit into from
Jan 18, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.mockk:mockk (source) 1.13.14 -> 1.13.16 age adoption passing confidence
org.postgresql:postgresql (source) 42.7.4 -> 42.7.5 age adoption passing confidence
org.flywaydb:flyway-database-postgresql (source) 11.1.1 -> 11.2.0 age adoption passing confidence
org.flywaydb:flyway-mysql (source) 11.1.1 -> 11.2.0 age adoption passing confidence
org.flywaydb:flyway-core (source) 11.1.1 -> 11.2.0 age adoption passing confidence
com.expediagroup:graphql-kotlin-client-serialization 8.2.1 -> 8.3.0 age adoption passing confidence
com.expediagroup:graphql-kotlin-ktor-client 8.2.1 -> 8.3.0 age adoption passing confidence
com.expediagroup:graphql-kotlin-schema-generator 8.2.1 -> 8.3.0 age adoption passing confidence
com.expediagroup:graphql-kotlin-server 8.2.1 -> 8.3.0 age adoption passing confidence
org.jetbrains.exposed:exposed-kotlin-datetime 0.57.0 -> 0.58.0 age adoption passing confidence
org.jetbrains.exposed:exposed-jdbc 0.57.0 -> 0.58.0 age adoption passing confidence
org.jetbrains.exposed:exposed-dao 0.57.0 -> 0.58.0 age adoption passing confidence
org.jetbrains.exposed:exposed-core 0.57.0 -> 0.58.0 age adoption passing confidence
com.expediagroup.graphql 8.2.1 -> 8.3.0 age adoption passing confidence
org.flywaydb.flyway 11.1.1 -> 11.2.0 age adoption passing confidence

Release Notes

mockk/mockk (io.mockk:mockk)

v1.13.16

Compare Source

What's Changed

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

pgjdbc/pgjdbc (org.postgresql:postgresql)

v42.7.5

Added
Fixed
  • regression: revert change in fc60537 PR #​3476
  • fix: PgDatabaseMetaData implementation of catalog as param and return value PR #​3390
  • fix: Support default GSS credentials in the Java Postgres client PR #​3451
  • fix: return only the transactions accessible by the current_user in XAResource.recover PR #​3450
  • feat: don't force send extra_float_digits for PostgreSQL >= 12 fix Issue #​3432 PR #​3446
  • fix: exclude "include columns" from the list of primary keys PR #​3434
  • perf: Enhance the meta query performance by specifying the oid. PR #​3427
  • feat: support getObject(int, byte[].class) for bytea PR #​3274
  • docs: document infinity and some minor edits PR #​3407
  • fix: Added way to check for major server version, fixed check for RULE PR #​3402
  • docs: fixed remaining paragraphs PR #​3398
  • docs: fixed paragraphs in javadoc comments PR #​3397
  • fix: Reuse buffers and reduce allocations in GSSInputStream addresses Issue #​3251 PR #​3255
  • chore: Update Gradle to 8.10.2 PR #​3388
  • fix: getSchemas() PR #​3386
  • fix: Update rpm postgresql-jdbc.spec.tpl with scram-client PR #​3324
  • fix: Clearing thisRow and rowBuffer on close() of ResultSet Issue #​3383 PR #​3384
  • fix: Package was renamed to maven-bundle-plugin PR #​3382
  • fix: As of version 18 the RULE privilege has been removed PR #​3378
  • fix: use buffered inputstream to create GSSInputStream PR #​3373
  • test: get rid of 8.4, 9.0 pg versions and use >= jdk version 17 PR #​3372
  • Changed docker-compose version and renamed script file in instructions to match the real file name PR #​3363
  • test:Do not assume "test" database in DatabaseMetaDataTransactionIsolationTest PR #​3364
  • try to categorize dependencies PR #​3362
flyway/flyway (org.flywaydb:flyway-database-postgresql)

v11.2.0: Flyway 11.2.0

See release notes here

CLI artifact available here

ExpediaGroup/graphql-kotlin (com.expediagroup:graphql-kotlin-client-serialization)

v8.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: ExpediaGroup/graphql-kotlin@8.2.1...8.3.0

JetBrains/Exposed (org.jetbrains.exposed:exposed-kotlin-datetime)

v0.58.0

Compare Source

What's Changed

Breaking changes:

  • fix: EXPOSED-662 SchemaUtils.listTables() returns empty list & closes db connection by @​joc-a in https://github.com/JetBrains/Exposed/pull/2331
    • SchemaUtils.listTables() returns only the tables from the current schema. The behaviour was returned to the 0.56.0 version.
    • To get tables from all the schemas the method SchemaUtils.listTablesInAllSchemas() could be used.

Features:

Infrastructure:

  • springFramework 6.2.1
  • log4j2 2.24.3
  • org.junit:junit-bom 5.11.4
  • org.jetbrains.dokka 2.0.0
  • springBoot 3.4.1
  • kotlinCoroutines 1.10.0
  • kotlinCoroutines 1.10.1
  • org.xerial:sqlite-jdbc from 3.47.2.0
  • org.jetbrains.kotlinx.binary-compatibility-validator 0.17.0
  • org.jetbrains.kotlinx:kotlinx-serialization-json 1.8.0

Docs:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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/all-minor-patch branch from eb0121d to 8fae2b4 Compare January 13, 2025 17:56
@renovate renovate bot changed the title Update dependency io.mockk:mockk to v1.13.16 Update all non-major dependencies Jan 13, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 849011e to 66b9f29 Compare January 16, 2025 17:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 66b9f29 to f40f677 Compare January 16, 2025 20:37
@tumugin tumugin merged commit 01b7222 into master Jan 18, 2025
3 checks passed
@tumugin tumugin deleted the renovate/all-minor-patch branch January 18, 2025 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant