Skip to content

Bump the dependencies group with 4 updates#307

Merged
rfresh2 merged 1 commit into
1.21.4from
dependabot/gradle/dependencies-f8dbf74542
Jul 13, 2026
Merged

Bump the dependencies group with 4 updates#307
rfresh2 merged 1 commit into
1.21.4from
dependabot/gradle/dependencies-f8dbf74542

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 4 updates: ch.qos.logback:logback-classic, tools.jackson:jackson-bom, org.junit:junit-bom and org.graalvm.buildtools.native.

Updates ch.qos.logback:logback-classic from 1.5.37 to 1.5.38

Release notes

Sourced from ch.qos.logback:logback-classic's releases.

Logback 1.5.38

2026-07-09 Release of logback version 1.5.38

• In HardenedObjectInputStream, fixed a typo preventing Throwable objects from being white-filtered. This issue was reported in [PR #1045](qos-ch/logback#1045) by t0rchwo0d.

• A bitwise identical binary of this version can be reproduced by building from source code at commit d04984a41fce42977466f45a2f076f0ee5cc4207 associated with the tag v_1.5.38. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Commits
  • d04984a prepare release 1.5.38
  • 4fffda6 updateversion of maven-gpg-plugin
  • 7ee48a1 Fixed a typo where java,lang.Throwable was written with a comma instead of a ...
  • 84580a2 remove license profile
  • f817c8d start work on 1.5.28-SNAPSHOT
  • See full diff in compare view

Updates tools.jackson:jackson-bom from 3.2.0 to 3.2.1

Commits
  • 6a1ef2f [maven-release-plugin] prepare release jackson-bom-3.2.1
  • ad919fe Prep for 3.2.1 release
  • 3169e44 Merge branch '3.1' into 3.2
  • 3fdc4a2 Post-release dep version bump
  • 39a41ff [maven-release-plugin] prepare for next development iteration
  • 4526fd9 [maven-release-plugin] prepare release jackson-bom-3.1.5
  • adf07de Prep for 3.1.5 release
  • 7cc1b15 Post-release dep version bump
  • c69c060 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.junit:junit-bom from 6.1.1 to 6.1.2

Release notes

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

JUnit 6.1.2 = Platform 6.1.2 + Jupiter 6.1.2 + Vintage 6.1.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.1...r6.1.2

Commits
  • b685426 Release 6.1.2
  • ae244a6 Remove blanket outputDirectoryCreator from SuiteEngineTests (#5793)
  • 43bd154 Finalize 6.1.2 release notes
  • 0cd9510 Fix order of release note sections
  • a1507cb Add initial 6.1.2 release notes to release notes index
  • 9326641 Fix NoTestsDiscoveredException for suites containing only dynamic tests (#5839)
  • 2ef1123 Create initial 6.1.2 release notes from template
  • 83fa9ab Back to snapshots for further development
  • See full diff in compare view

Updates org.graalvm.buildtools.native from 1.1.3 to 1.1.4

Release notes

Sourced from org.graalvm.buildtools.native's releases.

1.1.4

What's Changed

Full Changelog: graalvm/native-build-tools@1.1.3...1.1.4

Commits
  • 68c8e9f Release 1.1.4
  • a38531d Merge pull request #962 from graalvm/update-metadata-to-1.0.5
  • 3073b19 Update reachability metadata to 1.0.5
  • 6a4139f Add regression tests for Windows args-file paths (#915)
  • 128dd2c Fix Maven metadata repository fallback mutation (#914)
  • 12ebca4 Add common utils CI gate (#912)
  • 609bc14 Add Maven plugin inspections to CI (#911)
  • 52a30b1 Migrate functional CI to GraalVM for JDK 25 (#953)
  • 4bdb360 Use explicit Gradle project dependency notation and test on Gradle 9.6.1 (#903)
  • fb710bb Fix invalid Gradle tracing-agent grund citation (#950)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 4 updates: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback), [tools.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom), [org.junit:junit-bom](https://github.com/junit-team/junit-framework) and [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools).


Updates `ch.qos.logback:logback-classic` from 1.5.37 to 1.5.38
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.37...v_1.5.38)

Updates `tools.jackson:jackson-bom` from 3.2.0 to 3.2.1
- [Commits](FasterXML/jackson-bom@jackson-bom-3.2.0...jackson-bom-3.2.1)

Updates `org.junit:junit-bom` from 6.1.1 to 6.1.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.1.1...r6.1.2)

Updates `org.graalvm.buildtools.native` from 1.1.3 to 1.1.4
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
- [Commits](graalvm/native-build-tools@1.1.3...1.1.4)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: tools.jackson:jackson-bom
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit:junit-bom
  dependency-version: 6.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.graalvm.buildtools.native
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 13, 2026
@rfresh2
rfresh2 merged commit 1a738d6 into 1.21.4 Jul 13, 2026
2 checks passed
@rfresh2
rfresh2 deleted the dependabot/gradle/dependencies-f8dbf74542 branch July 13, 2026 23:56
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant