Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps org.junit:junit-bom from 5.12.1 to 6.0.0.

Release notes

Sourced from org.junit:junit-bom's releases.

JUnit 6.0.0 = Platform 6.0.0 + Jupiter 6.0.0 + Vintage 6.0.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.14.0...r6.0.0

JUnit 6.0.0-RC3 = Platform 6.0.0-RC3 + Jupiter 6.0.0-RC3 + Vintage 6.0.0-RC3

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0-RC2...r6.0.0-RC3

JUnit 6.0.0-RC2 = Platform 6.0.0-RC2 + Jupiter 6.0.0-RC2 + Vintage 6.0.0-RC2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0-RC1...r6.0.0-RC2

JUnit 6.0.0-RC1 = Platform 6.0.0-RC1 + Jupiter 6.0.0-RC1 + Vintage 6.0.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0-M2...r6.0.0-RC1

JUnit 6.0.0-M2 = Platform 6.0.0-M2 + Jupiter 6.0.0-M2 + Vintage 6.0.0-M2

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0-M1...r6.0.0-M2

... (truncated)

Commits
  • 4f79594 Release 6.0.0
  • 55af30a Revert "Use develop/6.x branch for junit-examples during release build"
  • df3cfdd Release 5.14.0
  • fcb84a2 Disable backward compatibility check when offline
  • c9c8344 Prune 5.14.0 release notes
  • 03d8a72 Update broken link to using API Gaurdian with bndtools
  • 3a0b29b Use temporary JUnit 6 logo
  • 6603caa Rename eclipseClasspath to eclipseConventions to avoid confusion
  • ab3470b Make sealed MediaType work in Eclipse
  • a8cd41e Remove annotations not visible in Eclipse
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> 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)

@dependabot dependabot bot added the type/dependencies Pull requests that update a dependency label Oct 1, 2025
@philsttr
Copy link
Collaborator

@dependabot rebase

Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.12.1 to 6.0.0.
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.12.1...r6.0.0)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/org.junit-junit-bom-6.0.0 branch from acb49d4 to 68894f6 Compare October 11, 2025 15:26
@philsttr philsttr merged commit 17c5b54 into main Oct 11, 2025
10 checks passed
@philsttr philsttr deleted the dependabot/maven/org.junit-junit-bom-6.0.0 branch October 11, 2025 15:31
mergify bot added a commit to robfrank/linklift that referenced this pull request Dec 14, 2025
…8.0 to 9.0 [skip ci]

Bumps [net.logstash.logback:logstash-logback-encoder](https://github.com/logfellow/logstash-logback-encoder) from 8.0 to 9.0.
Release notes

*Sourced from [net.logstash.logback:logstash-logback-encoder's releases](https://github.com/logfellow/logstash-logback-encoder/releases).*

> logstash-logback-encoder-9.0
> ----------------------------
>
> This major release migrates to Jackson 3, and bumps the minimum Java version to 17.
>
> The migration to Jackson 3 introduced some backwards incompatibilities. See [#1095](https://redirect.github.com/logfellow/logstash-logback-encoder/issues/1095) for upgrade details.
>
> Special thanks to new contributors [`@​tommyulfsparre`](https://github.com/tommyulfsparre), [`@​patrickjbarry`](https://github.com/patrickjbarry), and [`@​maxxedev`](https://github.com/maxxedev)!
>
> What's Changed
> --------------
>
> ### ⚠️ Update considerations and deprecations
>
> * Bump minimum version of Java to 17 by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1088](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1088)
> * Migrate to Jackson 3 by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1095](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1095)
>
> ### ✨ New features and improvements
>
> * Add ability to suppress messages from stacktrace by [`@​patrickjbarry`](https://github.com/patrickjbarry) in [logfellow/logstash-logback-encoder#1104](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1104)
> * Make it possible to pretty print throwables as array of strings. by [`@​maxxedev`](https://github.com/maxxedev) in [logfellow/logstash-logback-encoder#1043](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1043)
>
> ### :lady\_beetle: Bug fixes
>
> * Allow setting droppedWarnFrequency=0 to disable logging dropped message warnings by [`@​tommyulfsparre`](https://github.com/tommyulfsparre) in [logfellow/logstash-logback-encoder#1086](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1086)
> * Fix flaky flushWithNullOutputStream test by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1101](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1101)
>
> ### 📖 Documentation, Tests and Build
>
> * Migrate artifact publishing to Maven Central Portal by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1090](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1090)
> * Switch release flow to manual GitHub action trigger by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1091](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1091)
> * Bump CodeQL action to v3 by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1102](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1102)
> * Bump maven to 3.9.11 by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1103](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1103)
> * Document Thread and ThreadLocal cleanup by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1105](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1105)
>
> ### 🆙 Dependency Upgrades
>
> * Bump org.junit:junit-bom from 5.12.1 to 6.0.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1085](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1085)
> * Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1066](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1066)
> * Bump mockito.version from 5.16.1 to 5.20.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1067](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1067)
> * Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.0.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1068](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1068)
> * Upgrade various dependencies and plugins by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1089](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1089)
> * Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1092](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1092)
> * Bump com.puppycrawl.tools:checkstyle from 12.0.0 to 12.0.1 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1093](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1093)
> * Upgrade lmax disruptor to 4.0.0 by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1096](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1096)
> * Bump org.codehaus.mojo:xml-maven-plugin from 1.1.0 to 1.2.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1098](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1098)
> * Bump com.puppycrawl.tools:checkstyle from 12.0.1 to 12.1.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1099](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1099)
> * Bump tools.jackson:jackson-bom from 3.0.0 to 3.0.1 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1100](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1100)
> * Bump logback-core.version from 1.5.19 to 1.5.20 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1097](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1097)
>
> New Contributors
> ----------------
>
> * [`@​patrickjbarry`](https://github.com/patrickjbarry) made their first contribution in [logfellow/logstash-logback-encoder#1104](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1104)
> * [`@​tommyulfsparre`](https://github.com/tommyulfsparre) made their first contribution in [logfellow/logstash-logback-encoder#1086](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1086)
> * [`@​maxxedev`](https://github.com/maxxedev) made their first contribution in [logfellow/logstash-logback-encoder#1043](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1043)
>
> **Full Changelog**: <logfellow/logstash-logback-encoder@logstash-logback-encoder-8.1...logstash-logback-encoder-9.0>
>
> logstash-logback-encoder-8.1
> ----------------------------
>
> What's Changed
> --------------

... (truncated)


Commits

* [`e8a1c8e`](logfellow/logstash-logback-encoder@e8a1c8e) [maven-release-plugin] prepare release logstash-logback-encoder-9.0
* [`eecb205`](logfellow/logstash-logback-encoder@eecb205) Add link to discussions in contributing.md
* [`572543c`](logfellow/logstash-logback-encoder@572543c) fix build badge in readme
* [`c64b998`](logfellow/logstash-logback-encoder@c64b998) Use alert at top of readme
* [`f74c821`](logfellow/logstash-logback-encoder@f74c821) Make it possible to pretty print throwables as array of strings. ([#1043](https://redirect.github.com/logfellow/logstash-logback-encoder/issues/1043))
* [`358f644`](logfellow/logstash-logback-encoder@358f644) Document Thread and ThreadLocal cleanup ([#1105](https://redirect.github.com/logfellow/logstash-logback-encoder/issues/1105))
* [`0d553cf`](logfellow/logstash-logback-encoder@0d553cf) Add ability to suppress messages from stacktrace ([#1104](https://redirect.github.com/logfellow/logstash-logback-encoder/issues/1104))
* [`c9318cd`](logfellow/logstash-logback-encoder@c9318cd) Bump maven to 3.9.11 ([#1103](https://redirect.github.com/logfellow/logstash-logback-encoder/issues/1103))
* [`ef58694`](logfellow/logstash-logback-encoder@ef58694) Bump codeql action to v3 ([#1102](https://redirect.github.com/logfellow/logstash-logback-encoder/issues/1102))
* [`3059741`](logfellow/logstash-logback-encoder@3059741) Bump logback-core.version from 1.5.19 to 1.5.20 ([#1097](https://redirect.github.com/logfellow/logstash-logback-encoder/issues/1097))
* Additional commits viewable in [compare view](logfellow/logstash-logback-encoder@logstash-logback-encoder-8.0...logstash-logback-encoder-9.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=net.logstash.logback:logstash-logback-encoder&package-manager=maven&previous-version=8.0&new-version=9.0)](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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/dependencies Pull requests that update a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants