Skip to content

deps(deps): bump the maven-minor-patch group across 2 directories with 3 updates - #533

Merged
DemchaAV merged 1 commit into
developfrom
dependabot/maven/develop/maven-minor-patch-1e9c2d913f
Aug 10, 2026
Merged

deps(deps): bump the maven-minor-patch group across 2 directories with 3 updates#533
DemchaAV merged 1 commit into
developfrom
dependabot/maven/develop/maven-minor-patch-1e9c2d913f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the maven-minor-patch group with 3 updates in the / directory: com.tngtech.archunit:archunit, net.sf.jasperreports:jasperreports and net.sf.jasperreports:jasperreports-pdf.
Bumps the maven-minor-patch group with 2 updates in the /benchmarks directory: net.sf.jasperreports:jasperreports and net.sf.jasperreports:jasperreports-pdf.

Updates com.tngtech.archunit:archunit from 1.4.2 to 1.5.0

Release notes

Sourced from com.tngtech.archunit:archunit's releases.

ArchUnit 1.5.0

Enhancements

Core

  • Support Java 27 / class file major version 71 (#1618)
  • Improve descriptions of JavaAccess.Predicates.originOwner and JavaAccess.Predicates.targetOwner (#1603; thanks to @​StefanGraeber 👋)
  • Expose information on sealed classes via JavaClass: isSealed() and getPermittedSubclasses() (#1677)
  • Consider dependencies from caught exceptions (#1555; thanks to @​bannmann 👋)
  • ImportOption.DoNotIncludeTests and OnlyIncludeTests consider tests in custom Gradle source sets (#1660; thanks to @​Develop-KIM 👋)

Lang

  • ArchConditions offers new ArchCondition<JavaClass> haveAnyDependenciesThat(DescribedPredicate<Dependency>) (#1580; thanks to @​wakingrufus 👋)

Library

  • ArchitectureMetrics.lakosMetrics is computed much more performantly (#1629; thanks to @​ThanosTsiamis 👋)
  • TextFileBasedViolationStore is now thread-safe under parallel test execution (#1656; thanks to @​kelunik 👋)
  • ModuleDependency now provides stable descriptions (#1648; thanks to @​DragonFSKY 👋)

JUnit

Documentation

Internal Improvements

Commits
  • 502d782 prepare release 1.5.0
  • 4f26fcc fix testRelease exec() and task registration for Gradle 9
  • 96af984 add new developers
  • e427828 consolidate POM checks during CI and release
  • a30f6e3 Bump gradle/actions from 6 to 6.2.0
  • a036c08 Bump com.github.ben-manes.versions from 0.57.0 to 0.58.0
  • 24a9d9e Bump actions/setup-java from 5.6.0 to 5.7.0
  • 9944244 detect custom Gradle test source sets in test import options (#1660)
  • 51fd6c9 detect custom Gradle test source sets in test import options
  • 65f4cd3 add support for dependencies from caught exceptions (#1555)
  • Additional commits viewable in compare view

Updates net.sf.jasperreports:jasperreports from 7.0.7 to 7.0.8

Release notes

Sourced from net.sf.jasperreports:jasperreports's releases.

JasperReports 7.0.8

  • introducing configuration properties to disable query executers and also disable dynamic queries that make use of $P!{} parameter references;

  • introducing HTML hyperlink whitelist filter for controlling remote website access from HTML exports;

  • the PDF tagging code has been isolated into a new PdfTagger interface and its latest and most complete implementation has been moved out of the JasperReports Library Community Edition code base and will only be available as part of the JasperReports Library Professional extensions provided by Jaspersoft; Note that PDF tagging functionality is used to produce accessible PDF documents (PDF/UA) and PDF documents for archiving (PDF/A);

  • JasperReports can now run on stock OpenPDF 1.3.43; the Jaspersoft build of OpenPDF is only required for the PDF/UA link annotation /StructParent tagging, which is otherwise skipped;

  • various dependencies upgrades including: Spring 6.2.19 and Jackson 2.18.8;

  • minor bug fixes and improvements;

Changelog

Sourced from net.sf.jasperreports:jasperreports's changelog.

JasperReports 7.0.8 (2026-07-07)

  • introducing configuration properties to disable query executers and also disable dynamic queries that make use of $P!{} parameter references;

  • introducing HTML hyperlink whitelist filter for controlling remote website access from HTML exports;

  • the PDF tagging code has been isolated into a new PdfTagger interface and its latest and most complete implementation has been moved out of the JasperReports Library Community Edition code base and will only be available as part of the JasperReports Library Professional extensions provided by Jaspersoft; Note that PDF tagging functionality is used to produce accessible PDF documents (PDF/UA) and PDF documents for archiving (PDF/A);

  • JasperReports can now run on stock OpenPDF 1.3.43; the Jaspersoft build of OpenPDF is only required for the PDF/UA link annotation /StructParent tagging, which is otherwise skipped;

  • various dependencies upgrades including: Spring 6.2.19 and Jackson 2.18.8;

  • minor bug fixes and improvements;

Commits
  • 2da2e11 changes.txt and eula update
  • 6f89611 version update
  • 149af6c spring upgrade
  • f55a495 jackson, openpdf and owasp upgrades
  • 4978202 adjust xls/xlsx column width ratio and fix xlsx default style
  • 3497474 Merge branch 'release-7.0.8-JSSEC-175' into release-7.0.8
  • 92a927c change the HTML href error message
  • 3f80eed remove duplicate version constant
  • 1a42279 Merge remote-tracking branch 'origin/release-7.0.8' into release-7.0.8-JSSEC-175
  • 7003675 Merge branch 'release-7.0.8-JSSEC-182' into release-7.0.8
  • Additional commits viewable in compare view

Updates net.sf.jasperreports:jasperreports-pdf from 7.0.7 to 7.0.8

Release notes

Sourced from net.sf.jasperreports:jasperreports-pdf's releases.

JasperReports 7.0.8

  • introducing configuration properties to disable query executers and also disable dynamic queries that make use of $P!{} parameter references;

  • introducing HTML hyperlink whitelist filter for controlling remote website access from HTML exports;

  • the PDF tagging code has been isolated into a new PdfTagger interface and its latest and most complete implementation has been moved out of the JasperReports Library Community Edition code base and will only be available as part of the JasperReports Library Professional extensions provided by Jaspersoft; Note that PDF tagging functionality is used to produce accessible PDF documents (PDF/UA) and PDF documents for archiving (PDF/A);

  • JasperReports can now run on stock OpenPDF 1.3.43; the Jaspersoft build of OpenPDF is only required for the PDF/UA link annotation /StructParent tagging, which is otherwise skipped;

  • various dependencies upgrades including: Spring 6.2.19 and Jackson 2.18.8;

  • minor bug fixes and improvements;

Changelog

Sourced from net.sf.jasperreports:jasperreports-pdf's changelog.

JasperReports 7.0.8 (2026-07-07)

  • introducing configuration properties to disable query executers and also disable dynamic queries that make use of $P!{} parameter references;

  • introducing HTML hyperlink whitelist filter for controlling remote website access from HTML exports;

  • the PDF tagging code has been isolated into a new PdfTagger interface and its latest and most complete implementation has been moved out of the JasperReports Library Community Edition code base and will only be available as part of the JasperReports Library Professional extensions provided by Jaspersoft; Note that PDF tagging functionality is used to produce accessible PDF documents (PDF/UA) and PDF documents for archiving (PDF/A);

  • JasperReports can now run on stock OpenPDF 1.3.43; the Jaspersoft build of OpenPDF is only required for the PDF/UA link annotation /StructParent tagging, which is otherwise skipped;

  • various dependencies upgrades including: Spring 6.2.19 and Jackson 2.18.8;

  • minor bug fixes and improvements;

Commits
  • 2da2e11 changes.txt and eula update
  • 6f89611 version update
  • 149af6c spring upgrade
  • f55a495 jackson, openpdf and owasp upgrades
  • 4978202 adjust xls/xlsx column width ratio and fix xlsx default style
  • 3497474 Merge branch 'release-7.0.8-JSSEC-175' into release-7.0.8
  • 92a927c change the HTML href error message
  • 3f80eed remove duplicate version constant
  • 1a42279 Merge remote-tracking branch 'origin/release-7.0.8' into release-7.0.8-JSSEC-175
  • 7003675 Merge branch 'release-7.0.8-JSSEC-182' into release-7.0.8
  • Additional commits viewable in compare view

Updates net.sf.jasperreports:jasperreports-pdf from 7.0.7 to 7.0.8

Release notes

Sourced from net.sf.jasperreports:jasperreports-pdf's releases.

JasperReports 7.0.8

  • introducing configuration properties to disable query executers and also disable dynamic queries that make use of $P!{} parameter references;

  • introducing HTML hyperlink whitelist filter for controlling remote website access from HTML exports;

  • the PDF tagging code has been isolated into a new PdfTagger interface and its latest and most complete implementation has been moved out of the JasperReports Library Community Edition code base and will only be available as part of the JasperReports Library Professional extensions provided by Jaspersoft; Note that PDF tagging functionality is used to produce accessible PDF documents (PDF/UA) and PDF documents for archiving (PDF/A);

  • JasperReports can now run on stock OpenPDF 1.3.43; the Jaspersoft build of OpenPDF is only required for the PDF/UA link annotation /StructParent tagging, which is otherwise skipped;

  • various dependencies upgrades including: Spring 6.2.19 and Jackson 2.18.8;

  • minor bug fixes and improvements;

Changelog

Sourced from net.sf.jasperreports:jasperreports-pdf's changelog.

JasperReports 7.0.8 (2026-07-07)

  • introducing configuration properties to disable query executers and also disable dynamic queries that make use of $P!{} parameter references;

  • introducing HTML hyperlink whitelist filter for controlling remote website access from HTML exports;

  • the PDF tagging code has been isolated into a new PdfTagger interface and its latest and most complete implementation has been moved out of the JasperReports Library Community Edition code base and will only be available as part of the JasperReports Library Professional extensions provided by Jaspersoft; Note that PDF tagging functionality is used to produce accessible PDF documents (PDF/UA) and PDF documents for archiving (PDF/A);

  • JasperReports can now run on stock OpenPDF 1.3.43; the Jaspersoft build of OpenPDF is only required for the PDF/UA link annotation /StructParent tagging, which is otherwise skipped;

  • various dependencies upgrades including: Spring 6.2.19 and Jackson 2.18.8;

  • minor bug fixes and improvements;

Commits
  • 2da2e11 changes.txt and eula update
  • 6f89611 version update
  • 149af6c spring upgrade
  • f55a495 jackson, openpdf and owasp upgrades
  • 4978202 adjust xls/xlsx column width ratio and fix xlsx default style
  • 3497474 Merge branch 'release-7.0.8-JSSEC-175' into release-7.0.8
  • 92a927c change the HTML href error message
  • 3f80eed remove duplicate version constant
  • 1a42279 Merge remote-tracking branch 'origin/release-7.0.8' into release-7.0.8-JSSEC-175
  • 7003675 Merge branch 'release-7.0.8-JSSEC-182' into release-7.0.8
  • Additional commits viewable in compare view

Updates net.sf.jasperreports:jasperreports from 7.0.7 to 7.0.8

Release notes

Sourced from net.sf.jasperreports:jasperreports's releases.

JasperReports 7.0.8

  • introducing configuration properties to disable query executers and also disable dynamic queries that make use of $P!{} parameter references;

  • introducing HTML hyperlink whitelist filter for controlling remote website access from HTML exports;

  • the PDF tagging code has been isolated into a new PdfTagger interface and its latest and most complete implementation has been moved out of the JasperReports Library Community Edition code base and will only be available as part of the JasperReports Library Professional extensions provided by Jaspersoft; Note that PDF tagging functionality is used to produce accessible PDF documents (PDF/UA) and PDF documents for archiving (PDF/A);

  • JasperReports can now run on stock OpenPDF 1.3.43; the Jaspersoft build of OpenPDF is only required for the PDF/UA link annotation /StructParent tagging, which is otherwise skipped;

  • various dependencies upgrades including: Spring 6.2.19 and Jackson 2.18.8;

  • minor bug fixes and improvements;

Changelog

Sourced from net.sf.jasperreports:jasperreports's changelog.

JasperReports 7.0.8 (2026-07-07)

  • introducing configuration properties to disable query executers and also disable dynamic queries that make use of $P!{} parameter references;

  • introducing HTML hyperlink whitelist filter for controlling remote website access from HTML exports;

  • the PDF tagging code has been isolated into a new PdfTagger interface and its latest and most complete implementation has been moved out of the JasperReports Library Community Edition code base and will only be available as part of the JasperReports Library Professional extensions provided by Jaspersoft; Note that PDF tagging functionality is used to produce accessible PDF documents (PDF/UA) and PDF documents for archiving (PDF/A);

  • JasperReports can now run on stock OpenPDF 1.3.43; the Jaspersoft build of OpenPDF is only required for the PDF/UA link annotation /StructParent tagging, which is otherwise skipped;

  • various dependencies upgrades including: Spring 6.2.19 and Jackson 2.18.8;

  • minor bug fixes and improvements;

Commits
  • 2da2e11 changes.txt and eula update
  • 6f89611 version update
  • 149af6c spring upgrade
  • f55a495 jackson, openpdf and owasp upgrades
  • 4978202 adjust xls/xlsx column width ratio and fix xlsx default style
  • 3497474 Merge branch 'release-7.0.8-JSSEC-175' into release-7.0.8
  • 92a927c change the HTML href error message
  • 3f80eed remove duplicate version constant
  • 1a42279 Merge remote-tracking branch 'origin/release-7.0.8' into release-7.0.8-JSSEC-175
  • 7003675 Merge branch 'release-7.0.8-JSSEC-182' into release-7.0.8
  • Additional commits viewable in compare view

Updates net.sf.jasperreports:jasperreports-pdf from 7.0.7 to 7.0.8

Release notes

Sourced from net.sf.jasperreports:jasperreports-pdf's releases.

JasperReports 7.0.8

  • introducing configuration properties to disable query executers and also disable dynamic queries that make use of $P!{} parameter references;

  • introducing HTML hyperlink whitelist filter for controlling remote website access from HTML exports;

  • the PDF tagging code has been isolated into a new PdfTagger interface and its latest and most complete implementation has been moved out of the JasperReports Library Community Edition code base and will only be available as part of the JasperReports Library Professional extensions provided by Jaspersoft; Note that PDF tagging functionality is used to produce accessible PDF documents (PDF/UA) and PDF documents for archiving (PDF/A);

  • JasperReports can now run on stock OpenPDF 1.3.43; the Jaspersoft build of OpenPDF is only required for the PDF/UA link annotation /StructParent tagging, which is otherwise skipped;

  • various dependencies upgrades including: Spring 6.2.19 and Jackson 2.18.8;

  • minor bug fixes and improvements;

Changelog

Sourced from net.sf.jasperreports:jasperreports-pdf's changelog.

JasperReports 7.0.8 (2026-07-07)

  • introducing configuration properties to disable query executers and also disable dynamic queries that make use of $P!{} parameter references;

  • introducing HTML hyperlink whitelist filter for controlling remote website access from HTML exports;

  • the PDF tagging code has been isolated into a new PdfTagger interface and its latest and most complete implementation has been moved out of the JasperReports Library Community Edition code base and will only be available as part of the JasperReports Library Professional extensions provided by Jaspersoft; Note that PDF tagging functionality is used to produce accessible PDF documents (PDF/UA) and PDF documents for archiving (PDF/A);

  • JasperReports can now run on stock OpenPDF 1.3.43; the Jaspersoft build of OpenPDF is only required for the PDF/UA link annotation /StructParent tagging, which is otherwise skipped;

  • various dependencies upgrades including: Spring 6.2.19 and Jackson 2.18.8;

  • minor bug fixes and improvements;

Commits
  • 2da2e11 changes.txt and eula update
  • 6f89611 version update
  • 149af6c spring upgrade
  • f55a495 jackson, openpdf and owasp upgrades
  • 4978202 adjust xls/xlsx column width ratio and fix xlsx default style
  • 3497474 Merge branch 'release-7.0.8-JSSEC-175' into release-7.0.8
  • 92a927c change the HTML href error message
  • 3f80eed remove duplicate version constant
  • 1a42279 Merge remote-tracking branch 'origin/release-7.0.8' into release-7.0.8-JSSEC-175
  • 7003675 Merge branch 'release-7.0.8-JSSEC-182' into release-7.0.8
  • Additional commits viewable in compare view

Updates net.sf.jasperreports:jasperreports-pdf from 7.0.7 to 7.0.8

Release notes

Sourced from net.sf.jasperreports:jasperreports-pdf's releases.

JasperReports 7.0.8

  • introducing configuration properties to disable query executers and also disable dynamic queries that make use of $P!{} parameter references;

  • introducing HTML hyperlink whitelist filter for controlling remote website access from HTML exports;

  • the PDF tagging code has been isolated into a new PdfTagger interface and its latest and most complete implementation has been moved out of the JasperReports Library Community Edition code base and will only be available as part of the JasperReports Library Professional extensions provided by Jaspersoft; Note that PDF tagging functionality is used to produce accessible PDF documents (PDF/UA) and PDF documents for archiving (PDF/A);

  • JasperReports can now run on stock OpenPDF 1.3.43; the Jaspersoft build of OpenPDF is only required for the PDF/UA link annotation /StructParent tagging, which is otherwise skipped;

  • various dependencies upgrades including: Spring 6.2.19 and Jackson 2.18.8;

  • minor bug fixes and improvements;

Changelog

Sourced from net.sf.jasperreports:jasperreports-pdf's changelog.

JasperReports 7.0.8 (2026-07-07)

  • introducing configuration properties to disable query executers and also disable dynamic queries that make use of $P!{} parameter references;

  • introducing HTML hyperlink whitelist filter for controlling remote website access from HTML exports;

  • the PDF tagging code has been isolated into a new PdfTagger interface and its latest and most complete implementation has been moved out of the JasperReports Library Community Edition code base and will only be available as part of the JasperReports Library Professional extensions provided by Jaspersoft; Note that PDF tagging functionality is used to produce accessible PDF documents (PDF/UA) and PDF documents for archiving (PDF/A);

  • JasperReports can now run on stock OpenPDF 1.3.43; the Jaspersoft build of OpenPDF is only required for the PDF/UA link annotation /StructParent tagging, which is otherwise skipped;

  • various dependencies upgrades including: Spring 6.2.19 and Jackson 2.18.8;

  • minor bug fixes and improvements;

Commits
  • 2da2e11 changes.txt and eula update
  • 6f89611 version update
  • 149af6c spring upgrade
  • f55a495 jackson, openpdf and owasp upgrades
  • 4978202 adjust xls/xlsx column width ratio and fix xlsx default style
  • 3497474 Merge branch 'release-7.0.8-JSSEC-175' into release-7.0.8
  • 92a927c change the HTML href error message
  • 3f80eed remove duplicate version constant
  • 1a42279 Merge remote-tracking branch 'origin/release-7.0.8' into release-7.0.8-JSSEC-175
  • 7003675 Merge branch 'release-7.0.8-JSSEC-182' into release-7.0.8
  • 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

…h 3 updates

Bumps the maven-minor-patch group with 3 updates in the / directory: [com.tngtech.archunit:archunit](https://github.com/TNG/ArchUnit), [net.sf.jasperreports:jasperreports](https://github.com/Jaspersoft/jasperreports) and [net.sf.jasperreports:jasperreports-pdf](https://github.com/Jaspersoft/jasperreports).
Bumps the maven-minor-patch group with 2 updates in the /benchmarks directory: [net.sf.jasperreports:jasperreports](https://github.com/Jaspersoft/jasperreports) and [net.sf.jasperreports:jasperreports-pdf](https://github.com/Jaspersoft/jasperreports).


Updates `com.tngtech.archunit:archunit` from 1.4.2 to 1.5.0
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](TNG/ArchUnit@v1.4.2...v1.5.0)

Updates `net.sf.jasperreports:jasperreports` from 7.0.7 to 7.0.8
- [Release notes](https://github.com/Jaspersoft/jasperreports/releases)
- [Changelog](https://github.com/Jaspersoft/jasperreports/blob/master/changes.txt)
- [Commits](Jaspersoft/jasperreports@7.0.7...7.0.8)

Updates `net.sf.jasperreports:jasperreports-pdf` from 7.0.7 to 7.0.8
- [Release notes](https://github.com/Jaspersoft/jasperreports/releases)
- [Changelog](https://github.com/Jaspersoft/jasperreports/blob/master/changes.txt)
- [Commits](Jaspersoft/jasperreports@7.0.7...7.0.8)

Updates `net.sf.jasperreports:jasperreports-pdf` from 7.0.7 to 7.0.8
- [Release notes](https://github.com/Jaspersoft/jasperreports/releases)
- [Changelog](https://github.com/Jaspersoft/jasperreports/blob/master/changes.txt)
- [Commits](Jaspersoft/jasperreports@7.0.7...7.0.8)

Updates `net.sf.jasperreports:jasperreports` from 7.0.7 to 7.0.8
- [Release notes](https://github.com/Jaspersoft/jasperreports/releases)
- [Changelog](https://github.com/Jaspersoft/jasperreports/blob/master/changes.txt)
- [Commits](Jaspersoft/jasperreports@7.0.7...7.0.8)

Updates `net.sf.jasperreports:jasperreports-pdf` from 7.0.7 to 7.0.8
- [Release notes](https://github.com/Jaspersoft/jasperreports/releases)
- [Changelog](https://github.com/Jaspersoft/jasperreports/blob/master/changes.txt)
- [Commits](Jaspersoft/jasperreports@7.0.7...7.0.8)

Updates `net.sf.jasperreports:jasperreports-pdf` from 7.0.7 to 7.0.8
- [Release notes](https://github.com/Jaspersoft/jasperreports/releases)
- [Changelog](https://github.com/Jaspersoft/jasperreports/blob/master/changes.txt)
- [Commits](Jaspersoft/jasperreports@7.0.7...7.0.8)

---
updated-dependencies:
- dependency-name: com.tngtech.archunit:archunit
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: net.sf.jasperreports:jasperreports
  dependency-version: 7.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-minor-patch
- dependency-name: net.sf.jasperreports:jasperreports-pdf
  dependency-version: 7.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-minor-patch
- dependency-name: net.sf.jasperreports:jasperreports-pdf
  dependency-version: 7.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-minor-patch
- dependency-name: net.sf.jasperreports:jasperreports
  dependency-version: 7.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-minor-patch
- dependency-name: net.sf.jasperreports:jasperreports-pdf
  dependency-version: 7.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-minor-patch
- dependency-name: net.sf.jasperreports:jasperreports-pdf
  dependency-version: 7.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency maven Java/Maven dependency updates labels Aug 10, 2026
@dependabot
dependabot Bot requested a review from DemchaAV as a code owner August 10, 2026 04:38
@dependabot dependabot Bot added dependencies Pull requests that update a dependency maven Java/Maven dependency updates labels Aug 10, 2026
@DemchaAV
DemchaAV merged commit 744801d into develop Aug 10, 2026
12 checks passed
@DemchaAV
DemchaAV deleted the dependabot/maven/develop/maven-minor-patch-1e9c2d913f branch August 10, 2026 07:03
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 maven Java/Maven dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant