Canner / wren-engine

🤖 The semantic engine for LLMs, bringing semantic context to AI agents. 🔥
https://getwren.ai/oss
Apache License 2.0
129 stars 34 forks source link

chore(java-deps): bump the all group across 1 directory with 22 updates #788

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the all group with 22 updates in the / directory:

Package From To
io.airlift:airbase 171 175
com.google.errorprone:error_prone_annotations 2.31.0 2.32.0
com.google.errorprone:error_prone_core 2.31.0 2.32.0
com.google.protobuf:protobuf-java 4.28.0 4.28.1
com.hubspot.jinjava:jinjava 2.7.2 2.7.3
io.airlift:bootstrap 262 267
io.airlift:concurrent 262 267
io.airlift:configuration 262 267
io.airlift:event 262 267
io.airlift:http-client 262 267
io.airlift:http-server 262 267
io.airlift:jaxrs 262 267
io.airlift:json 262 267
io.airlift:log 262 267
io.airlift:log-manager 262 267
io.airlift:node 262 267
io.airlift:stats 262 267
io.airlift:testing 262 267
io.airlift:trace-token 262 267
org.checkerframework:checker-qual 3.46.0 3.47.0
org.duckdb:duckdb_jdbc 1.0.0 1.1.0
ca.vanzyl.provisio.maven.plugins:provisio-maven-plugin 1.0.26 1.1.1

Updates io.airlift:airbase from 171 to 175

Release notes

Sourced from io.airlift:airbase's releases.

Release 175

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airbase/compare/174...175

Release 174

What's Changed

Breaking changes 🛠

Dependency updates 📦

Full Changelog: https://github.com/airlift/airbase/compare/173...174

Release 173

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airbase/compare/172...173

Release 172

What's Changed

Dependency updates 📦

... (truncated)

Commits


Updates com.google.errorprone:error_prone_annotations from 2.31.0 to 2.32.0

Release notes

Sourced from com.google.errorprone:error_prone_annotations's releases.

Error Prone 2.32.0

The minimum support JDK version to run Error Prone is now JDK 17 (#3803).

Using Error Prone to compile code that is deployed to earlier versions is still fully supported, but will requires using JDK 17 or newer for compilation and setting --release or -source/-target/-bootclasspath.

Full changelog: https://github.com/google/error-prone/compare/v2.31.0...v2.32.0

Commits
  • 0fe0961 Release Error Prone 2.32.0
  • 655bdc4 Update release.yml: remove JDK 11
  • a9ff9b1 Update ci.yml: remove JDK 11
  • 4e0b19c Start using Java > 11 language features in Error Prone tests
  • 4b5ee1e Update ci.yml: always set up JDK 17
  • 494e2c6 Don't perform the inlining if parameter names are stripped.
  • dab4089 Add the name of the method to the diagnostic message for MemberName.
  • 671ac41 Update ci.yml to use javadoc:javadoc
  • See full diff in compare view


Updates com.google.errorprone:error_prone_core from 2.31.0 to 2.32.0

Release notes

Sourced from com.google.errorprone:error_prone_core's releases.

Error Prone 2.32.0

The minimum support JDK version to run Error Prone is now JDK 17 (#3803).

Using Error Prone to compile code that is deployed to earlier versions is still fully supported, but will requires using JDK 17 or newer for compilation and setting --release or -source/-target/-bootclasspath.

Full changelog: https://github.com/google/error-prone/compare/v2.31.0...v2.32.0

Commits
  • 0fe0961 Release Error Prone 2.32.0
  • 655bdc4 Update release.yml: remove JDK 11
  • a9ff9b1 Update ci.yml: remove JDK 11
  • 4e0b19c Start using Java > 11 language features in Error Prone tests
  • 4b5ee1e Update ci.yml: always set up JDK 17
  • 494e2c6 Don't perform the inlining if parameter names are stripped.
  • dab4089 Add the name of the method to the diagnostic message for MemberName.
  • 671ac41 Update ci.yml to use javadoc:javadoc
  • See full diff in compare view


Updates com.google.protobuf:protobuf-java from 4.28.0 to 4.28.1

Commits


Updates com.hubspot.jinjava:jinjava from 2.7.2 to 2.7.3

Release notes

Sourced from com.hubspot.jinjava:jinjava's releases.

jinjava-2.7.3

2024-09-12 Version 2.7.3 (Maven Central)

Changelog

Sourced from com.hubspot.jinjava:jinjava's changelog.

2024-09-12 Version 2.7.3 (Maven Central)

Commits
  • ae46ea9 [maven-release-plugin] prepare release jinjava-2.7.3
  • e0b5cd4 Merge pull request #1206 from HubSpot/2.7.3-changelog
  • 01c6c89 Update changelog for version 2.7.3
  • 3e243de Merge pull request #1204 from HubSpot/cleanup-eager-fixtures
  • 9742adf Merge pull request #1203 from HubSpot/pretty-test-templates
  • f1742bc Use sensible current path for eager execution test fixtures for relative
  • ffacfab Move all EagerTest fixtures into separate sub-directories
  • bfcacbd Merge pull request #1200 from HubSpot/mark-jinjavadoc-as-inherited
  • 3123416 Prettify ExpectedNodeInterpreter
  • 962c671 Replace cramped test output with escaped newlines for better readability
  • Additional commits viewable in compare view


Updates io.airlift:bootstrap from 262 to 267

Release notes

Sourced from io.airlift:bootstrap's releases.

Release 267

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airlift/compare/266...267

Release 266

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airlift/compare/265...266

Release 265

What's Changed

Dependency updates 📦

Others

Full Changelog: https://github.com/airlift/airlift/compare/264...265

Release 264

What's Changed

Improvements 🎉

New Contributors

Full Changelog: https://github.com/airlift/airlift/compare/263...264

Release 263

... (truncated)

Commits


Updates io.airlift:concurrent from 262 to 267

Release notes

Sourced from io.airlift:concurrent's releases.

Release 267

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airlift/compare/266...267

Release 266

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airlift/compare/265...266

Release 265

What's Changed

Dependency updates 📦

Others

Full Changelog: https://github.com/airlift/airlift/compare/264...265

Release 264

What's Changed

Improvements 🎉

New Contributors

Full Changelog: https://github.com/airlift/airlift/compare/263...264

Release 263

... (truncated)

Commits


Updates io.airlift:configuration from 262 to 267

Release notes

Sourced from io.airlift:configuration's releases.

Release 267

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airlift/compare/266...267

Release 266

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airlift/compare/265...266

Release 265

What's Changed

Dependency updates 📦

Others

Full Changelog: https://github.com/airlift/airlift/compare/264...265

Release 264

What's Changed

Improvements 🎉

New Contributors

Full Changelog: https://github.com/airlift/airlift/compare/263...264

Release 263

... (truncated)

Commits


Updates io.airlift:event from 262 to 267

Release notes

Sourced from io.airlift:event's releases.

Release 267

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airlift/compare/266...267

Release 266

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airlift/compare/265...266

Release 265

What's Changed

Dependency updates 📦

Others

Full Changelog: https://github.com/airlift/airlift/compare/264...265

Release 264

What's Changed

Improvements 🎉

New Contributors

Full Changelog: https://github.com/airlift/airlift/compare/263...264

Release 263

... (truncated)

Commits


Updates io.airlift:http-client from 262 to 267

Release notes

Sourced from io.airlift:http-client's releases.

Release 267

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airlift/compare/266...267

Release 266

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airlift/compare/265...266

Release 265

What's Changed

Dependency updates 📦

Others

Full Changelog: https://github.com/airlift/airlift/compare/264...265

Release 264

What's Changed

Improvements 🎉

New Contributors

Full Changelog: https://github.com/airlift/airlift/compare/263...264

Release 263

... (truncated)

Commits


Updates io.airlift:http-server from 262 to 267

Release notes

Sourced from io.airlift:http-server's releases.

Release 267

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airlift/compare/266...267

Release 266

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airlift/compare/265...266

Release 265

What's Changed

Dependency updates 📦

Others

Full Changelog: https://github.com/airlift/airlift/compare/264...265

Release 264

What's Changed

Improvements 🎉

New Contributors

Full Changelog: https://github.com/airlift/airlift/compare/263...264

Release 263

... (truncated)

Commits


Updates io.airlift:jaxrs from 262 to 267

Release notes

Sourced from io.airlift:jaxrs's releases.

Release 267

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airlift/compare/266...267

Release 266

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airlift/compare/265...266

Release 265

What's Changed

Dependency updates 📦

Others

Full Changelog: https://github.com/airlift/airlift/compare/264...265

Release 264

What's Changed

Improvements 🎉

New Contributors

Full Changelog: https://github.com/airlift/airlift/compare/263...264

Release 263

... (truncated)

Commits


Updates io.airlift:json from 262 to 267

Release notes

Sourced from io.airlift:json's releases.

Release 267

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airlift/compare/266...267

Release 266

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airlift/compare/265...266

Release 265

What's Changed

Dependency updates 📦

Others

Full Changelog: https://github.com/airlift/airlift/compare/264...265

Release 264

What's Changed

Improvements 🎉

New Contributors

Full Changelog: https://github.com/airlift/airlift/compare/263...264

Release 263

... (truncated)

Commits


Updates io.airlift:log from 262 to 267

Release notes

Sourced from io.airlift:log's releases.

Release 267

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airlift/compare/266...267

Release 266

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airlift/compare/265...266

Release 265

What's Changed

Dependency updates 📦

Others

Full Changelog: https://github.com/airlift/airlift/compare/264...265

Release 264

What's Changed

Improvements 🎉

New Contributors

Full Changelog: https://github.com/airlift/airlift/compare/263...264

Release 263

... (truncated)

Commits


Updates io.airlift:log-manager from 262 to 267

Release notes

Sourced from io.airlift:log-manager's releases.

Release 267

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airlift/compare/266...267

Release 266

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airlift/compare/265...266

Release 265

What's Changed

Dependency updates 📦

Others

Full Changelog: https://github.com/airlift/airlift/compare/264...265

Release 264

What's Changed

Improvements 🎉

New Contributors

Full Changelog: https://github.com/airlift/airlift/compare/263...264

Release 263

... (truncated)

Commits


Updates io.airlift:node from 262 to 267

Release notes

Sourced from io.airlift:node's releases.

Release 267

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airlift/compare/266...267

Release 266

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airlift/compare/265...266

Release 265

What's Changed

Dependency updates 📦

Others

Full Changelog: https://github.com/airlift/airlift/compare/264...265

Release 264

What's Changed

Improvements 🎉

New Contributors

Full Changelog: https://github.com/airlift/airlift/compare/263...264

Release 263

... (truncated)

Commits


Updates io.airlift:stats from 262 to 267

Release notes

Sourced from io.airlift:stats's releases.

Release 267

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airlift/compare/266...267

Release 266

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airlift/compare/265...266

Release 265

What's Changed

Dependency updates 📦

Others

Full Changelog: https://github.com/airlift/airlift/compare/264...265

Release 264

What's Changed

Improvements 🎉

New Contributors

Full Changelog: https://github.com/airlift/airlift/compare/263...264

Release 263

... (truncated)

Commits


Updates io.airlift:testing from 262 to 267

Release notes

Sourced from io.airlift:testing's releases.

Release 267

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airlift/compare/266...267

Release 266

What's Changed

Dependency updates 📦

Full Changelog: https://github.com/airlift/airlift/compare/265...266

Release 265

What's Changed

Dependency updates 📦

Others

Full Changelog: https://github.com/airlift/airlift/compare/264...265

Release 264

What's Changed

Improvements 🎉

New Contributors

Full Changelog: https://github.com/airlift/airlift/compare/263...264

Release 263

... (truncated)

Commits


Updates io.airlift:trace-token from 262 to 267

Release notes

Sourced from io.airlift:trace-token's releases.

Release 267

What's Changed

Dependency updates 📦

  • Bump ca.vanzyl.provisio.maven.plugins:provisio-maven-plugin from 1.1.0 to 1.1.1 by @​dependabot in airlift/airlift#1268
  • Bump io.airlift:airbase from 172 ... _Description has been truncated_