scarango icon indicating copy to clipboard operation
scarango copied to clipboard

Update arangodb-java-driver to 7.24.0

Open darkfrog26 opened this issue 3 weeks ago • 0 comments

About this PR

📦 Updates com.arangodb:arangodb-java-driver from 7.5.1 to 7.24.0

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "com.arangodb", artifactId = "arangodb-java-driver" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.arangodb", artifactId = "arangodb-java-driver" }
}]
labels: library-update, early-semver-minor, semver-spec-minor, commit-count:1

darkfrog26 avatar Dec 21 '25 00:12 darkfrog26