[Snyk] Upgrade de.bwaldvogel:mongo-java-server from 1.41.0 to 1.42.0#672
Merged
Conversation
Snyk has created this PR to upgrade de.bwaldvogel:mongo-java-server from 1.41.0 to 1.42.0. See this package in Maven Repository: https://mvnrepository.com/artifact/de.bwaldvogel/mongo-java-server/ See this project in Snyk: https://app.snyk.io/org/arcade-player/project/1d76fb8e-ce4c-4e2f-98a5-2ee202e3e01a?utm_source=github&utm_medium=referral&page=upgrade-pr
mergify Bot
added a commit
that referenced
this pull request
Nov 16, 2025
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2.1.1 to 2.2.0. Changelog *Sourced from [dorny/test-reporter's changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md).* > Changelog > ========= > > 2.2.0 > ----- > > * Feature: Add collapsed option to control report summary visibility [dorny/test-reporter#664](https://redirect.github.com/dorny/test-reporter/pull/664) > * Fix badge encoding for values including underscore and hyphens [dorny/test-reporter#672](https://redirect.github.com/dorny/test-reporter/pull/672) > * Fix missing `report-title` attribute in action definition [dorny/test-reporter#637](https://redirect.github.com/dorny/test-reporter/pull/637) > * Refactor variable names to fix shadowing issues [dorny/test-reporter#630](https://redirect.github.com/dorny/test-reporter/pull/630) > > 2.1.1 > ----- > > * Fix error when a TestMethod element does not have a className attribute in a trx file [dorny/test-reporter#623](https://redirect.github.com/dorny/test-reporter/pull/623) > * Add stack trace from trx to summary [dorny/test-reporter#615](https://redirect.github.com/dorny/test-reporter/pull/615) > * List only failed tests [dorny/test-reporter#606](https://redirect.github.com/dorny/test-reporter/pull/606) > * Add type definitions to `github-utils.ts` [dorny/test-reporter#604](https://redirect.github.com/dorny/test-reporter/pull/604) > * Avoid split on undefined [dorny/test-reporter#258](https://redirect.github.com/dorny/test-reporter/pull/258) > * Return links to summary report [dorny/test-reporter#588](https://redirect.github.com/dorny/test-reporter/pull/588) > * Add step summary short summary [dorny/test-reporter#589](https://redirect.github.com/dorny/test-reporter/pull/589) > * Fix for empty TRX TestDefinitions [dorny/test-reporter#582](https://redirect.github.com/dorny/test-reporter/pull/582) > * Increase step summary limit to 1MiB [dorny/test-reporter#581](https://redirect.github.com/dorny/test-reporter/pull/581) > * Fix input description for list options [dorny/test-reporter#572](https://redirect.github.com/dorny/test-reporter/pull/572) > > 2.1.0 > ----- > > * Feature: Add summary title [dorny/test-reporter#568](https://redirect.github.com/dorny/test-reporter/pull/568) > * Feature: Add Golang test parser [dorny/test-reporter#571](https://redirect.github.com/dorny/test-reporter/pull/571) > * Increase step summary limit to 1MiB [dorny/test-reporter#581](https://redirect.github.com/dorny/test-reporter/pull/581) > * Fix for empty TRX TestDefinitions [dorny/test-reporter#582](https://redirect.github.com/dorny/test-reporter/pull/582) > * Fix input description for list options [dorny/test-reporter#572](https://redirect.github.com/dorny/test-reporter/pull/572) > * Update npm packages [dorny/test-reporter#583](https://redirect.github.com/dorny/test-reporter/pull/583) > > 2.0.0 > ----- > > * Parse JUnit report with detailed message in failure [dorny/test-reporter#559](https://redirect.github.com/dorny/test-reporter/pull/559) > * Support displaying test results in markdown using GitHub Actions Job Summaries [dorny/test-reporter#383](https://redirect.github.com/dorny/test-reporter/pull/383) > > 1.9.1 > ----- > > * Fix problematic retransmission of authentication token [dorny/test-reporter#438](https://redirect.github.com/dorny/test-reporter/pull/438) > * Report correct number of tests in Dart [dorny/test-reporter#426](https://redirect.github.com/dorny/test-reporter/pull/426) > * Number of completed tests mismatches passed/failed [dorny/test-reporter#319](https://redirect.github.com/dorny/test-reporter/issues/319) > > 1.9.0 > ----- > > * Add support for Rspec (Ruby) [dorny/test-reporter#398](https://redirect.github.com/dorny/test-reporter/pull/398) > > 1.8.0 > ----- > > * Add `SwiftXunitParser` class based on `JavaJunitParser` for `swift-xunit` reporter [dorny/test-reporter#317](https://redirect.github.com/dorny/test-reporter/pull/317) > * Use NodeJS 18 LTS as default runtime [dorny/test-reporter#332](https://redirect.github.com/dorny/test-reporter/pull/332) > * Escape `<>` characters in suite name [dorny/test-reporter#236](https://redirect.github.com/dorny/test-reporter/pull/236) > * Update actions runtime to Node20 [dorny/test-reporter#315](https://redirect.github.com/dorny/test-reporter/pull/315) > * Update check title and remove icon [dorny/test-reporter#144](https://redirect.github.com/dorny/test-reporter/pull/144) > > 1.7.0 > ----- > > * Fix [#199](https://redirect.github.com/dorny/test-reporter/issues/199): Use ✅ instead of ✔️ for better cross platform look by [`@petrdvorak`](https://github.com/petrdvorak) in [dorny/test-reporter#200](https://redirect.github.com/dorny/test-reporter/pull/200) > * Verify content of dist/ folder matches build output by [`@dorny`](https://github.com/dorny) in [dorny/test-reporter#207](https://redirect.github.com/dorny/test-reporter/pull/207) ... (truncated) Commits * [`7b7927a`](dorny/test-reporter@7b7927a) test-reporter release v2.2.0 * [`eeac280`](dorny/test-reporter@eeac280) Merge pull request [#676](https://redirect.github.com/dorny/test-reporter/issues/676) from dorny/dependabot/npm\_and\_yarn/js-yaml-4.1.1 * [`6939db5`](dorny/test-reporter@6939db5) Bump js-yaml from 4.1.0 to 4.1.1 * [`b3812e0`](dorny/test-reporter@b3812e0) Merge pull request [#664](https://redirect.github.com/dorny/test-reporter/issues/664) from pespinel/feature/collapsed-option * [`cd29956`](dorny/test-reporter@cd29956) tests: refactor input `collapsed=auto` to individual tests * [`c793522`](dorny/test-reporter@c793522) feat: add validation for the `collapsed` input parameter * [`5fb0582`](dorny/test-reporter@5fb0582) chore: run linter to fix code style issues * [`7148297`](dorny/test-reporter@7148297) test: fix linter and create tests * [`828632a`](dorny/test-reporter@828632a) feat: add collapsed option to control report visibility * [`4a41472`](dorny/test-reporter@4a41472) Merge pull request [#672](https://redirect.github.com/dorny/test-reporter/issues/672) from dorny/bugfix/671-allow\_hyphens\_in\_badge\_image\_names * Additional commits viewable in [compare view](dorny/test-reporter@dc3a926...7b7927a) [](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 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 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
May 10, 2026
….0 to 5.6.0 in /studio in the build-tools group [skip ci] Bumps the build-tools group in /studio with 1 update: [terser-webpack-plugin](https://github.com/webpack/minimizer-webpack-plugin). Updates `terser-webpack-plugin` from 5.5.0 to 5.6.0 Release notes *Sourced from [terser-webpack-plugin's releases](https://github.com/webpack/minimizer-webpack-plugin/releases).* > v5.6.0 > ------ > > ### Minor Changes > > * support array of minimizers for `minify` and `terserOptions` (by [`@alexander-akait`](https://github.com/alexander-akait) in [#674](https://redirect.github.com/webpack/minimizer-webpack-plugin/pull/674)) > * add built-in CSS minimizers from `css-minimizer-webpack-plugin` (by [`@alexander-akait`](https://github.com/alexander-akait) in [#674](https://redirect.github.com/webpack/minimizer-webpack-plugin/pull/674)) > * add built-in HTML minimizers from `html-minimizer-webpack-plugin` (by [`@alexander-akait`](https://github.com/alexander-akait) in [#674](https://redirect.github.com/webpack/minimizer-webpack-plugin/pull/674)) > * add `filter` method to minimizers, allowing a single plugin instance to handle multiple asset types (by [`@alexander-akait`](https://github.com/alexander-akait) in [#674](https://redirect.github.com/webpack/minimizer-webpack-plugin/pull/674)) > * terser-webpack-plugin has been renamed to minimizer-webpack-plugin, merging other minimizers from css-minimizer-webpack-plugin and html-minimizer-webpack-plugin. We will continue to publish new releases under the old name, but we recommend switching to the new package - minimizer-webpack-plugin. It is now a single plugin for minification. We also added the ability to specify different minifier types using only one plugin instance, which will improve performance. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#677](https://redirect.github.com/webpack/minimizer-webpack-plugin/pull/677)) > * rename `terserOptions` to `minimizerOptions`; `terserOptions` is kept as a deprecated alias (by [`@alexander-akait`](https://github.com/alexander-akait) in [#674](https://redirect.github.com/webpack/minimizer-webpack-plugin/pull/674)) > > All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. Changelog *Sourced from [terser-webpack-plugin's changelog](https://github.com/webpack/minimizer-webpack-plugin/blob/main/CHANGELOG.md).* > 5.6.0 > ----- > > ### Minor Changes > > * support array of minimizers for `minify` and `terserOptions` (by [`@alexander-akait`](https://github.com/alexander-akait) in [#674](https://redirect.github.com/webpack/minimizer-webpack-plugin/pull/674)) > * add built-in CSS minimizers from `css-minimizer-webpack-plugin` (by [`@alexander-akait`](https://github.com/alexander-akait) in [#674](https://redirect.github.com/webpack/minimizer-webpack-plugin/pull/674)) > * add built-in HTML minimizers from `html-minimizer-webpack-plugin` (by [`@alexander-akait`](https://github.com/alexander-akait) in [#674](https://redirect.github.com/webpack/minimizer-webpack-plugin/pull/674)) > * add `filter` method to minimizers, allowing a single plugin instance to handle multiple asset types (by [`@alexander-akait`](https://github.com/alexander-akait) in [#674](https://redirect.github.com/webpack/minimizer-webpack-plugin/pull/674)) > * terser-webpack-plugin has been renamed to minimizer-webpack-plugin, merging other minimizers from css-minimizer-webpack-plugin and html-minimizer-webpack-plugin. We will continue to publish new releases under the old name, but we recommend switching to the new package - minimizer-webpack-plugin. It is now a single plugin for minification. We also added the ability to specify different minifier types using only one plugin instance, which will improve performance. (by [`@alexander-akait`](https://github.com/alexander-akait) in [#677](https://redirect.github.com/webpack/minimizer-webpack-plugin/pull/677)) > * rename `terserOptions` to `minimizerOptions`; `terserOptions` is kept as a deprecated alias (by [`@alexander-akait`](https://github.com/alexander-akait) in [#674](https://redirect.github.com/webpack/minimizer-webpack-plugin/pull/674)) > > All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. Commits * [`57bdcfc`](webpack/minimizer-webpack-plugin@57bdcfc) chore(release): new release ([#675](https://redirect.github.com/webpack/minimizer-webpack-plugin/issues/675)) * [`6feeda0`](webpack/minimizer-webpack-plugin@6feeda0) chore: add changelog entry ([#677](https://redirect.github.com/webpack/minimizer-webpack-plugin/issues/677)) * [`dd360be`](webpack/minimizer-webpack-plugin@dd360be) chore: rename other things * [`d78b6bd`](webpack/minimizer-webpack-plugin@d78b6bd) ci: dual-publish release as minimizer-webpack-plugin and terser-webpack-plugi... * [`e06c526`](webpack/minimizer-webpack-plugin@e06c526) docs: add changesets for changes since v5.5.0 ([#674](https://redirect.github.com/webpack/minimizer-webpack-plugin/issues/674)) * [`a875994`](webpack/minimizer-webpack-plugin@a875994) chore: update codebase * [`2bfd4f8`](webpack/minimizer-webpack-plugin@2bfd4f8) ci: add changesets-driven release workflow ([#672](https://redirect.github.com/webpack/minimizer-webpack-plugin/issues/672)) * [`9b82a77`](webpack/minimizer-webpack-plugin@9b82a77) test: cover multi-asset minify and js-only minimizer fallback ([#671](https://redirect.github.com/webpack/minimizer-webpack-plugin/issues/671)) * [`34610d9`](webpack/minimizer-webpack-plugin@34610d9) feat: added the `filter` method to minimizers and allow to handle different a... * [`1a34e62`](webpack/minimizer-webpack-plugin@1a34e62) feat: add built-in CSS minimizers from css-minimizer-webpack-plugin ([#669](https://redirect.github.com/webpack/minimizer-webpack-plugin/issues/669)) * Additional commits viewable in [compare view](webpack/minimizer-webpack-plugin@v5.5.0...v5.6.0) Maintainer changes This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub%20Actions), a new releaser for terser-webpack-plugin since your current version. [](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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to upgrade de.bwaldvogel:mongo-java-server from 1.41.0 to 1.42.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs