Skip to content

Bump the minor-or-patch group across 1 directory with 3 updates#924

Merged
dennisvang merged 1 commit into
masterfrom
dependabot/maven/minor-or-patch-e002533c73
Jun 22, 2026
Merged

Bump the minor-or-patch group across 1 directory with 3 updates#924
dennisvang merged 1 commit into
masterfrom
dependabot/maven/minor-or-patch-e002533c73

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the minor-or-patch group with 3 updates in the / directory: org.fairdatateam.security:spring-security-acl-mongodb, com.puppycrawl.tools:checkstyle and com.github.spotbugs:spotbugs-maven-plugin.

Updates org.fairdatateam.security:spring-security-acl-mongodb from 6.0.0 to 6.0.4

Release notes

Sourced from org.fairdatateam.security:spring-security-acl-mongodb's releases.

v6.0.4

What's Changed

Full Changelog: FAIRDataTeam/spring-security-acl-mongodb@v6.0.3...v6.0.4

v6.0.3

What's Changed

Full Changelog: FAIRDataTeam/spring-security-acl-mongodb@v6.0.2...v6.0.3

v6.0.2

What's Changed

New Contributors

Full Changelog: FAIRDataTeam/spring-security-acl-mongodb@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: FAIRDataTeam/spring-security-acl-mongodb@v6.0.0...v6.0.1

Commits
  • ee6b907 Prevent tests during publish job in maven-publish workflow (#21)
  • 15fdb14 Skip gpg signing for test job in publish workflow (#20)
  • 225e932 Inherit secrets in maven-publish test job (#19)
  • 8bb50c0 Remove flapdoodle embeded mongodb (#18)
  • a1060e3 Bump the minor-updates group with 6 updates (#16)
  • 2d0f2aa CI workflow concurrency (#17)
  • 1878080 Dependabot group minor/patch updates and check weekly (#15)
  • 0f50694 Bump FAIRDataTeam/github-workflows/.github/workflows/maven-verify.yml (#9)
  • e63aaa8 Bump FAIRDataTeam/github-workflows/.github/workflows/maven-publish.yml (#8)
  • 1cdc539 Add Dependabot configuration for Maven and GitHub Actions (#7)
  • Additional commits viewable in compare view

Updates com.puppycrawl.tools:checkstyle from 13.3.0 to 13.6.0

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-13.6.0

Checkstyle 13.6.0 - https://checkstyle.org/releasenotes.html#Release_13.6.0

New:

#19813 - ConstructorsDeclarationGroupingCheck: new property required to order constructors according to increasing arity. #20109 - NoLineWrap: false negative for wrapped 'import module' (MODULE_IMPORT) declarations.

Bug fixes:

#20216 - MagicNumberCheck: NullPointerException on compact source files when ignoreFieldDeclaration=true (JEP 512). #20292 - percent-encode double quote in SarifLogger file uri. #19623 - Add checks for OpenJDK Style §3.3 - Import statements. #19926 - Documentation Comments Style Guide - validate Default Constructors. #20206 - Javadoc parser error on openjdk source java/lang/Character.java. #20215 - EmptyLineSeparatorCheck: NullPointerException on compact source files with adjacent top-level members (JEP 512). #20273 - Javadoc parser problems. #19973 - FinalLocalVariableCheck: NullPointerException on compact source files (JEP 512). #20267 - ModifiedControlVariableCheck: NullPointerException on compact source files (JEP 512). #20303 - minor: escape file name in generated suppression files. #20212 - MissingOverrideCheck: NullPointerException on compact source files when javaFiveCompatibility=true (JEP 512). #20214 - MissingOverrideOnRecordAccessorCheck: NullPointerException on compact source files (JEP 512). #20210 - MethodNameCheck: NullPointerException on compact source files (JEP 512). #20213 - UnusedLocalVariableCheck: NullPointerException on compact source files with a top-level field (JEP 512). #19734 - Add checks for OpenJDK Style - Wildcard Imports. #19908 - PackageDeclarationCheck reports false positive on JEP 512 compact source files. #19909 - OuterTypeFilename reports false positive on JEP 512 compact source files. #20111 - EmptyLineSeparator: false negative for 'import module' (MODULE_IMPORT) followed by a type declaration. #15085 - Extend UnusedLocalVariable to support pattern variables. #20108 - Indentation: false negative for 'import module' (MODULE_IMPORT) declarations are never checked. #17810 - JDK 25, JEP 512: Compact Source Files and Instance Main Methods not supported.

... (truncated)

Commits
  • 6c24a73 [maven-release-plugin] prepare release checkstyle-13.6.0
  • cd2c012 doc: release notes for 13.6.0
  • aeb3cde Issue #19935: Mark doc image source location as no validation
  • 6cfbdb0 Issue #20216: Fix NPE in MagicNumberCheck for compact source files
  • 2f1af32 Issue #19764: Move violation comments out of Javadoc in atclauseorder
  • 1c649a1 Pull #20292: percent-encode double quote in SarifLogger file uri
  • 89ffcfc dependency: bump org.eclipse.jgit:org.eclipse.jgit
  • 374c13d Issue #18435: Fix xdocs Examples AST Consistency Test - annotationonsameline
  • 0d6fc8c Issue #18435: Fix xdocs Examples AST Consistency Test - annotationlocation
  • 1f2954c Issue #19623: Adding remaining modules
  • Additional commits viewable in compare view

Updates com.github.spotbugs:spotbugs-maven-plugin from 4.9.8.2 to 4.10.2.0

Release notes

Sourced from com.github.spotbugs:spotbugs-maven-plugin's releases.

Spotbugs Maven Plugin 4.10.2.0

  • Support spotbugs 4.10.2

What's Changed

Full Changelog: spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.9.8.5...spotbugs-maven-plugin-4.10.2.0

Spotbugs Maven Plugin 4.9.8.5

What's Changed

Full Changelog: spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.9.8.4...spotbugs-maven-plugin-4.9.8.5

Spotbugs Maven Plugin 4.9.8.4

  • build support for maven 4 with maven 4 plugins
  • spotbugs extensions jars now moved to target/spotbugs instead of root
  • new spotbugs-aggregate mojo for multi module
  • support maven toolchains
  • block gui when environment is headless
  • all spotbug extensions as regular dependencies
  • learn to map spotbug extensions to their source project documentation
  • in auxiliary class path exclude java.* packages
  • improve code coverage

note: This release was done on older spotbugs (not the new 4.10.1) on purpose to keep these changes separate from that of spotbugs. The spotbugs 4.10.1 support release will be available in a day or two and users can otherwise override the core module as there are no changes to be done internally.

Spotbugs Maven Plugin 4.9.8.3

Consumer

  • Fix support for noClassOk
  • Fix xref links
  • library updates

Build

  • Update actions
  • Plugin updates
  • Restore spock test runs
  • Update copyright date on files from 2025 to 2026 to keep java 8 release in line with master
Commits
  • 2d39b75 [maven-release-plugin] prepare release spotbugs-maven-plugin-4.10.2.0
  • 6c300e6 [pom] Bump internal spotbugs to 4.9.8.5
  • 250d685 Merge pull request #1425 from spotbugs/renovate/spotbugs.version
  • 12f6fb3 Merge pull request #1429 from spotbugs/hazendaz-patch-1
  • aaf0a09 Update ci.yaml
  • 8b5dff4 Merge branch 'master' into renovate/spotbugs.version
  • c83698d Update pom.xml
  • b8788fd [maven-release-plugin] prepare for next development iteration
  • f758cb5 [maven-release-plugin] prepare release spotbugs-maven-plugin-4.9.8.5
  • cec6af5 Update pom.xml
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the dependencies Related to dependencies label Jun 13, 2026
@dependabot dependabot Bot force-pushed the dependabot/maven/minor-or-patch-e002533c73 branch from 9c5bf0d to 0c9cef8 Compare June 20, 2026 23:52
@dennisvang dennisvang self-assigned this Jun 22, 2026
@dennisvang

Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps the minor-or-patch group with 3 updates in the / directory: [org.fairdatateam.security:spring-security-acl-mongodb](https://github.com/FAIRDataTeam/spring-security-acl-mongodb), [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) and [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin).


Updates `org.fairdatateam.security:spring-security-acl-mongodb` from 6.0.0 to 6.0.4
- [Release notes](https://github.com/FAIRDataTeam/spring-security-acl-mongodb/releases)
- [Commits](FAIRDataTeam/spring-security-acl-mongodb@v6.0.0...v6.0.4)

Updates `com.puppycrawl.tools:checkstyle` from 13.3.0 to 13.6.0
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-13.3.0...checkstyle-13.6.0)

Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.9.8.2 to 4.10.2.0
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.9.8.2...spotbugs-maven-plugin-4.10.2.0)

---
updated-dependencies:
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
  dependency-version: 4.10.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-or-patch
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-version: 13.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-or-patch
- dependency-name: org.fairdatateam.security:spring-security-acl-mongodb
  dependency-version: 6.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-or-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/maven/minor-or-patch-e002533c73 branch from 0c9cef8 to 63b2a87 Compare June 22, 2026 10:07
@dennisvang dennisvang merged commit 888b539 into master Jun 22, 2026
12 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/minor-or-patch-e002533c73 branch June 22, 2026 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related to dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant