Skip to content

chore(deps): update maven#141

Closed
NetcrackerCLPLCI wants to merge 1 commit into
mainfrom
renovate-main/maven
Closed

chore(deps): update maven#141
NetcrackerCLPLCI wants to merge 1 commit into
mainfrom
renovate-main/maven

Conversation

@NetcrackerCLPLCI
Copy link
Copy Markdown
Contributor

@NetcrackerCLPLCI NetcrackerCLPLCI commented Dec 16, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springframework.boot:spring-boot-starter-actuator (source) 3.5.83.5.9 age adoption passing confidence
org.testcontainers:testcontainers (source) 1.21.31.21.4 age adoption passing confidence
org.springframework.boot:spring-boot-test (source) 3.5.83.5.9 age adoption passing confidence
org.testcontainers:cassandra (source) 1.21.31.21.4 age adoption passing confidence
org.testcontainers:postgresql (source) 1.21.31.21.4 age adoption passing confidence
org.testcontainers:mongodb (source) 1.21.31.21.4 age adoption passing confidence
org.testcontainers:clickhouse (source) 1.21.31.21.4 age adoption passing confidence
org.springframework.data:spring-data-jpa (source) 3.5.63.5.7 age adoption passing confidence
org.springframework.data:spring-data-commons (source) 3.5.63.5.7 age adoption passing confidence
org.springframework.data:spring-data-redis (source) 3.5.63.5.7 age adoption passing confidence
at.yawk.lz4:lz4-java 1.10.11.10.2 age adoption passing confidence
com.arangodb:arangodb-java-driver (source) 7.23.07.25.0 age adoption passing confidence
org.springframework.data:spring-data-mongodb (source) 4.5.64.5.7 age adoption passing confidence
org.springframework.boot:spring-boot-starter-test (source) 3.5.83.5.9 age adoption passing confidence
org.springframework.boot:spring-boot-autoconfigure (source) 3.5.83.5.9 age adoption passing confidence
org.springframework.data:spring-data-cassandra (source) 4.5.64.5.7 age adoption passing confidence
com.clickhouse:clickhouse-jdbc (source) 0.9.40.9.6 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-actuator)

v3.5.9

testcontainers/testcontainers-java (org.testcontainers:testcontainers)

v1.21.4

Compare Source

This release makes version 1.21.x works with recent Docker Engine changes.

spring-projects/spring-data-jpa (org.springframework.data:spring-data-jpa)

v3.5.7

Compare Source

📗 Links
⭐ New Features
  • Defer ReturnedType.inputProperties access #​4088
🔨 Dependency Upgrades
  • Upgrade to Hibernate 6.6.38.Final #​4114
spring-projects/spring-data-commons (org.springframework.data:spring-data-commons)

v3.5.7

Compare Source

📗 Links

🐞 Bug Fixes

  • ReturnedClass eagerly resolves input parameters resulting in logging for parameters that are potentially not required #​3410

📔 Documentation

  • Refine Fluent Query reference documentation #​3419
  • Update reactive auditing documentation considering Authentication can be null #​3413
spring-projects/spring-data-redis (org.springframework.data:spring-data-redis)

v3.5.7

Compare Source

📗 Links

yawkat/lz4-java (at.yawk.lz4:lz4-java)

v1.10.2: lz4-java v1.10.2

What's Changed

New Contributors

Full Changelog: yawkat/lz4-java@v1.10.1...v1.10.2

arangodb/arangodb-java-driver (com.arangodb:arangodb-java-driver)

v7.25.0

Compare Source

  • added SSL configuration from files (#​623, DE-505)

v7.24.2

Compare Source

  • removed maven build cache

v7.24.1

Compare Source

  • fixed release connection in case of exceptions

v7.24.0

Compare Source

  • added support to access tokens (#​620, DE-1101)
  • added support to vector indexes (#​619, DE-1032)
  • changed ConsolidationPolicy to support ArangoDB version 3.12.7
spring-projects/spring-data-mongodb (org.springframework.data:spring-data-mongodb)

v4.5.7

Compare Source

📗 Links

🐞 Bug Fixes

  • Fix Map projection for aggregations #​5117
  • MongoTemplate.aggregate(…, Map.class) considers Map an entity projection #​5115

📔 Documentation

  • Aggregation framework range and split operators improperly formatted in documentation #​5104

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

spring-projects/spring-data-cassandra (org.springframework.data:spring-data-cassandra)

v4.5.7

Compare Source

📗 Links

📔 Documentation

  • Consistent OptimisticLockingFailureException exception message #​1627

🔨 Dependency Upgrades

  • Upgrade to Cassandra driver 4.19.2 #​1628
ClickHouse/clickhouse-java (com.clickhouse:clickhouse-jdbc)

v0.9.6

Compare Source

Release is aimed to address potential security risk in one of the dependencies (see below). We strongly recommend to upgrade.

Dependencies
New Features
  • [jdbc-v2] - support of dot notation for table names without quotes. (#​2650)

v0.9.5

Compare Source

New Features
  • [client-v2] Log durations in ISO-8601 duration format (#​2660)
  • [jdbc-v2] Added support for getResultSet() method in Array data types. (#​1545, #​2683)
  • [jdbc-v2] Added handling for Time and Time64 data types in JDBC. (#​2682)
Bug Fixes
  • [client-v2] Fixed reading columns of Array with component type Variant. For example, Array(Variant(String, Int32)). (#​2602)
  • [jdbc-v2] Fixed backward compatibility for getPrimaryKeys() method. (#​2654)
  • [jdbc-v2] Fixed array conversion issues with multidimensional arrays and nested arrays. (#​2457)
  • [jdbc-v2] Fixed backward compatibility issues with older ClickHouse versions by replacing :: cast operator with CAST function in prepared statements. Fixed issue with reading database version on older versions. (#​2654, #​2227)
  • [jdbc-v2] Reviewed and fixed database metadata support flags and return values. (#​2520, #​778, #​2519)
  • [jdbc-v2] Added verification tests for issues #​1999, #​1015, #​2155 (#​2659)

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.

@NetcrackerCLPLCI NetcrackerCLPLCI changed the title chore(deps): update dependency com.arangodb:arangodb-java-driver to v7.24.0 chore(deps): update maven Dec 16, 2025
@NetcrackerCLPLCI NetcrackerCLPLCI force-pushed the renovate-main/maven branch 2 times, most recently from b5ccf30 to 90cc49b Compare December 26, 2025 07:30
@NetcrackerCLPLCI NetcrackerCLPLCI force-pushed the renovate-main/maven branch 2 times, most recently from 264d239 to 074cbc6 Compare January 5, 2026 13:39
@sonarqubecloud
Copy link
Copy Markdown

@renovate
Copy link
Copy Markdown
Contributor

renovate Bot commented Jan 14, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@denisanfimov denisanfimov deleted the renovate-main/maven branch January 14, 2026 14:24
@github-actions github-actions Bot locked and limited conversation to collaborators Jan 14, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants