Skip to content

Bump slf4j.version from 2.0.3 to 2.0.4 - #631

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/slf4j.version-2.0.4
Closed

Bump slf4j.version from 2.0.3 to 2.0.4#631
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/slf4j.version-2.0.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 21, 2022

Copy link
Copy Markdown
Contributor

Bumps slf4j.version from 2.0.3 to 2.0.4.
Updates slf4j-api from 2.0.3 to 2.0.4

Commits
  • 35dd7ff removed unused META-INF/services entry
  • 440c2f3 prepare release 2.0.4
  • 43a3630 use the class loader that loaded LoggerFactory (instead of the threadContextC...
  • 557bf7c [SLF4J-548] Fix ServiceLoader usage in servlet environment
  • 6324105 enhance manifest with capabilities
  • e540299 edit blurb on release championing
  • dfb41b0 Update README.md
  • 47c7cc7 clarify Logger.makeLoggingEventBuilder javadoc
  • 0be1bc1 Merge branch 'master' of github.com:qos-ch/slf4j
  • d60690c more flexible way to
  • Additional commits viewable in compare view

Updates slf4j-jdk14 from 2.0.3 to 2.0.4

Commits
  • 35dd7ff removed unused META-INF/services entry
  • 440c2f3 prepare release 2.0.4
  • 43a3630 use the class loader that loaded LoggerFactory (instead of the threadContextC...
  • 557bf7c [SLF4J-548] Fix ServiceLoader usage in servlet environment
  • 6324105 enhance manifest with capabilities
  • e540299 edit blurb on release championing
  • dfb41b0 Update README.md
  • 47c7cc7 clarify Logger.makeLoggingEventBuilder javadoc
  • 0be1bc1 Merge branch 'master' of github.com:qos-ch/slf4j
  • d60690c more flexible way to
  • Additional commits viewable in compare view

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `slf4j.version` from 2.0.3 to 2.0.4.

Updates `slf4j-api` from 2.0.3 to 2.0.4
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](qos-ch/slf4j@v_2.0.3...v_2.0.4)

Updates `slf4j-jdk14` from 2.0.3 to 2.0.4
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](qos-ch/slf4j@v_2.0.3...v_2.0.4)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-jdk14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java labels Nov 21, 2022
@dependabot @github

dependabot Bot commented on behalf of github Nov 28, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #644.

@dependabot dependabot Bot closed this Nov 28, 2022
@dependabot
dependabot Bot deleted the dependabot/maven/slf4j.version-2.0.4 branch November 28, 2022 04:02
mergify Bot added a commit that referenced this pull request Jul 19, 2026
…0.0-rc.9 [skip ci]

Bumps [io.github.jbellis:jvector](https://github.com/jbellis/jvector) from 4.0.0-rc.8-hf1 to 4.0.0-rc.9.
Changelog

*Sourced from [io.github.jbellis:jvector's changelog](https://github.com/datastax/jvector/blob/main/CHANGELOG.md).*

> #### [4.0.0-rc.9](datastax/jvector@4.0.0-rc.8-hf1...4.0.0-rc.9)
>
> * 4.0.0-rc.9 [`[#698](https://github.com/jbellis/jvector/issues/698)`](https://redirect.github.com/datastax/jvector/pull/698)
> * Expose NVQ from its graph feature [`[#693](https://github.com/jbellis/jvector/issues/693)`](https://redirect.github.com/datastax/jvector/pull/693)
> * Add support for empty graphs [`[#685](https://github.com/jbellis/jvector/issues/685)`](https://redirect.github.com/datastax/jvector/pull/685)
> * Add release notes for PR [#681](https://redirect.github.com/jbellis/jvector/issues/681) [`[#683](https://github.com/jbellis/jvector/issues/683)`](https://redirect.github.com/datastax/jvector/pull/683)
> * Disable graph search pruning [`[#686](https://github.com/jbellis/jvector/issues/686)`](https://redirect.github.com/datastax/jvector/pull/686)
> * Allow bench workflow to run on PRs from forks [`[#688](https://github.com/jbellis/jvector/issues/688)`](https://redirect.github.com/datastax/jvector/pull/688)
> * Use bulk writes instead of per-element writes in vector serialization [`[#681](https://github.com/jbellis/jvector/issues/681)`](https://redirect.github.com/datastax/jvector/pull/681)
> * Streaming N:1 compaction [`[#659](https://github.com/jbellis/jvector/issues/659)`](https://redirect.github.com/datastax/jvector/pull/659)
> * Release docs [`[#677](https://github.com/jbellis/jvector/issues/677)`](https://redirect.github.com/datastax/jvector/pull/677)
> * Release perf artifact [`[#673](https://github.com/jbellis/jvector/issues/673)`](https://redirect.github.com/datastax/jvector/pull/673)
> * Revert "Update buckets ([#672](https://redirect.github.com/jbellis/jvector/issues/672))" [`[#675](https://github.com/jbellis/jvector/issues/675)`](https://redirect.github.com/datastax/jvector/pull/675)
> * Record index build time in buildInMemory path [`[#667](https://github.com/jbellis/jvector/issues/667)`](https://redirect.github.com/datastax/jvector/pull/667)
> * Add NVQ example [`[#663](https://github.com/jbellis/jvector/issues/663)`](https://redirect.github.com/datastax/jvector/pull/663)
> * Add offheap memory tracking to Bench YAML reports [`[#671](https://github.com/jbellis/jvector/issues/671)`](https://redirect.github.com/datastax/jvector/pull/671)
> * Update buckets [`[#672](https://github.com/jbellis/jvector/issues/672)`](https://redirect.github.com/datastax/jvector/pull/672)
> * Adding memory stats to regression benchmarks [`[#670](https://github.com/jbellis/jvector/issues/670)`](https://redirect.github.com/datastax/jvector/pull/670)
> * Add openai 1 million vector datasets [`[#669](https://github.com/jbellis/jvector/issues/669)`](https://redirect.github.com/datastax/jvector/pull/669)
> * Replace \_\_cpuid\_check for AVX512 with compiler builtin cpu features [`[#655](https://github.com/jbellis/jvector/issues/655)`](https://redirect.github.com/datastax/jvector/pull/655)
> * Update regression datasets [`[#658](https://github.com/jbellis/jvector/issues/658)`](https://redirect.github.com/datastax/jvector/pull/658)
> * Improve performance and checking of recall and precision measurements [`[#647](https://github.com/jbellis/jvector/issues/647)`](https://redirect.github.com/datastax/jvector/pull/647)
> * Catalog-driven dataset loader [`[#654](https://github.com/jbellis/jvector/issues/654)`](https://redirect.github.com/datastax/jvector/pull/654)
> * Make benchmark dataset scrubbing metadata-driven and unify HDF5/MFD load behavior [`[#653](https://github.com/jbellis/jvector/issues/653)`](https://redirect.github.com/datastax/jvector/pull/653)
> * Fix for bug causing tests to use FP vectors in search [`[#645](https://github.com/jbellis/jvector/issues/645)`](https://redirect.github.com/datastax/jvector/pull/645)
> * add DataSetInfo and some guards around loading errors [`[#637](https://github.com/jbellis/jvector/issues/637)`](https://redirect.github.com/datastax/jvector/pull/637)
> * Extend benchmark logging to include build and search compressor information [`[#641](https://github.com/jbellis/jvector/issues/641)`](https://redirect.github.com/datastax/jvector/pull/641)
> * Added link to JV tutorials in the README [`[#644](https://github.com/jbellis/jvector/issues/644)`](https://redirect.github.com/datastax/jvector/pull/644)
> * Multidirectory [`[#634](https://github.com/jbellis/jvector/issues/634)`](https://redirect.github.com/datastax/jvector/pull/634)
> * Add quantization timing metrics to YAML benchmarking [`[#636](https://github.com/jbellis/jvector/issues/636)`](https://redirect.github.com/datastax/jvector/pull/636)
> * Add tutorials and a guide for running benchmarks [`[#617](https://github.com/jbellis/jvector/issues/617)`](https://redirect.github.com/datastax/jvector/pull/617)
> * Fix file-handle leak by closing BenchmarkDiagnostics (WatchService/inotify) [`[#631](https://github.com/jbellis/jvector/issues/631)`](https://redirect.github.com/datastax/jvector/pull/631)
> * Introduce run.yml policy and run-scoped experiment logging for Grid benchmarks [`[#625](https://github.com/jbellis/jvector/issues/625)`](https://redirect.github.com/datastax/jvector/pull/625)
> * Start development on 4.0.0-rc.9-SNAPSHOT [`[#628](https://github.com/jbellis/jvector/issues/628)`](https://redirect.github.com/datastax/jvector/pull/628)
> * added policy for rebasing on main [`a03dd60`](datastax/jvector@a03dd60)
> * add ashkrisk to CODEOWNERS [`c852384`](datastax/jvector@c852384)


Commits

* [`b030c76`](datastax/jvector@b030c76) chore: update changelog for 4.0.0-rc.9 ([#699](https://redirect.github.com/jbellis/jvector/issues/699))
* [`177c17d`](datastax/jvector@177c17d) 4.0.0-rc.9 ([#698](https://redirect.github.com/jbellis/jvector/issues/698))
* [`325b97d`](datastax/jvector@325b97d) Expose NVQ from its graph feature ([#693](https://redirect.github.com/jbellis/jvector/issues/693))
* [`838d74a`](datastax/jvector@838d74a) Add support for empty graphs ([#685](https://redirect.github.com/jbellis/jvector/issues/685))
* [`26b31bb`](datastax/jvector@26b31bb) Add release notes for PR [#681](https://redirect.github.com/jbellis/jvector/issues/681) ([#683](https://redirect.github.com/jbellis/jvector/issues/683))
* [`f094cc7`](datastax/jvector@f094cc7) Disable graph search pruning ([#686](https://redirect.github.com/jbellis/jvector/issues/686))
* [`b86a94c`](datastax/jvector@b86a94c) Allow bench workflow to run on PRs from forks ([#688](https://redirect.github.com/jbellis/jvector/issues/688))
* [`c059e86`](datastax/jvector@c059e86) Use bulk writes instead of per-element writes in vector serialization ([#681](https://redirect.github.com/jbellis/jvector/issues/681))
* [`f801a52`](datastax/jvector@f801a52) Streaming N:1 compaction ([#659](https://redirect.github.com/jbellis/jvector/issues/659))
* [`47ebe61`](datastax/jvector@47ebe61) Release docs ([#677](https://redirect.github.com/jbellis/jvector/issues/677))
* Additional commits viewable in [compare view](datastax/jvector@4.0.0-rc.8-hf1...4.0.0-rc.9)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=io.github.jbellis:jvector&package-manager=maven&previous-version=4.0.0-rc.8-hf1&new-version=4.0.0-rc.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot 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-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
mergify Bot added a commit that referenced this pull request Jul 26, 2026
…o 5.24.3 in /studio [skip ci]

Bumps [enhanced-resolve](https://github.com/webpack/enhanced-resolve) from 5.24.2 to 5.24.3.
Release notes

*Sourced from [enhanced-resolve's releases](https://github.com/webpack/enhanced-resolve/releases).*

> v5.24.3
> -------
>
> ### Patch Changes
>
> * Resolve tsconfig `extends` package specifiers from ancestor node\_modules directories (workspace hoisting). (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#631](https://redirect.github.com/webpack/enhanced-resolve/pull/631))


Changelog

*Sourced from [enhanced-resolve's changelog](https://github.com/webpack/enhanced-resolve/blob/main/CHANGELOG.md).*

> 5.24.3
> ------
>
> ### Patch Changes
>
> * Resolve tsconfig `extends` package specifiers from ancestor node\_modules directories (workspace hoisting). (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#631](https://redirect.github.com/webpack/enhanced-resolve/pull/631))


Commits

* [`b37222e`](webpack/enhanced-resolve@b37222e) chore(release): new release ([#632](https://redirect.github.com/webpack/enhanced-resolve/issues/632))
* [`d50e202`](webpack/enhanced-resolve@d50e202) fix: resolve tsconfig extends packages from ancestor node\_modules ([#631](https://redirect.github.com/webpack/enhanced-resolve/issues/631))
* See full diff in [compare view](webpack/enhanced-resolve@v5.24.2...v5.24.3)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=enhanced-resolve&package-manager=npm\_and\_yarn&previous-version=5.24.2&new-version=5.24.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot 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-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants