Skip to content

Dependabot updates - #50

Merged
lisajulia merged 7 commits into
mainfrom
dependabot-updates
Aug 31, 2026
Merged

Dependabot updates#50
lisajulia merged 7 commits into
mainfrom
dependabot-updates

Conversation

@lisajulia

@lisajulia lisajulia commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bump GitHub Actions and Maven Plugin Versions

Chore

🔧 Updated GitHub Actions workflow dependencies and Maven plugin versions to their latest releases as part of routine dependency maintenance.

Changes

  • .github/workflows/check-changelog.yml: Bumped tarides/changelog-check-action from v3 to v4.
  • .github/workflows/linter.yml: Updated actions/checkout from v6 to v7 and actions/setup-java from v5 to v6.
  • .github/workflows/main.yml: Updated pinned commit hash for actions/checkout (de0fac2e...3d3c42e5...) used in both Blackduck and CodeQL scan steps.
  • .github/workflows/pr.yml: Same pinned commit hash update for actions/checkout as in main.yml, applied to both Blackduck and CodeQL scan steps.
  • .github/workflows/test.yml: Updated actions/checkout from v6 to v7.
  • pom.xml: Bumped the following dependency/plugin versions:
    • spring.boot.version: 4.1.04.1.1
    • flatten-maven-plugin: 1.7.31.8.0
    • maven-enforcer-plugin: 3.6.23.6.3
  • 🔄 Regenerate and Update Summary
PR Bot Information

Version: 1.31.2

  • Summary Prompt: Default Prompt
  • Event Trigger: pull_request.opened
  • Output Template: Default Template
  • File Content Strategy: Full file content
  • LLM: anthropic--claude-4.6-sonnet
  • Correlation ID: 8ee60ad0-a530-11f1-99ef-d586ace9fc69

dependabot Bot added 6 commits August 31, 2026 13:37
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.codehaus.mojo:flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin) from 1.7.3 to 1.8.0.
- [Release notes](https://github.com/mojohaus/flatten-maven-plugin/releases)
- [Commits](mojohaus/flatten-maven-plugin@1.7.3...1.8.0)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:flatten-maven-plugin
  dependency-version: 1.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5 to 6.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tarides/changelog-check-action](https://github.com/tarides/changelog-check-action) from 3 to 4.
- [Release notes](https://github.com/tarides/changelog-check-action/releases)
- [Commits](tarides/changelog-check-action@v3...v4)

---
updated-dependencies:
- dependency-name: tarides/changelog-check-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps `spring.boot.version` from 4.1.0 to 4.1.1.

Updates `org.springframework.boot:spring-boot-dependencies` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v4.1.0...v4.1.1)

Updates `org.springframework.boot:spring-boot-maven-plugin` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-version: 4.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/apache/maven-enforcer/releases)
- [Commits](apache/maven-enforcer@enforcer-3.6.2...enforcer-3.6.3)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-version: 3.6.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

@hyperspace-pr-bot hyperspace-pr-bot Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR bumps several dependency versions across GitHub Actions workflows and pom.xml. The main concerns are:

  1. In linter.yml and test.yml, actions/checkout is bumped to v7 and actions/setup-java to v6 — these version tags do not exist for those actions (comments already posted for those files).
  2. In main.yml and pr.yml, the actions/checkout SHA was swapped but the inline # v6 comment was left unchanged — this makes the human-readable version reference stale and misleading, defeating the security purpose of commit-pinning with a version comment. Please verify the correct version tag for the new SHA and update the comments in both files accordingly (lines 20 & 47 in main.yml, lines 27 & 55 in pr.yml).

The pom.xml version bumps (spring.boot.version 4.1.0→4.1.1, flatten-maven-plugin 1.7.3→1.8.0, maven-enforcer-plugin 3.6.2→3.6.3) look like straightforward patch/minor updates with no issues.

PR Bot Information

Version: 1.31.2

  • Correlation ID: 8ee60ad0-a530-11f1-99ef-d586ace9fc69
  • File Content Strategy: Full file content
  • Event Trigger: pull_request.opened
  • LLM: anthropic--claude-4.6-sonnet

Comment thread .github/workflows/test.yml Outdated
Comment thread .github/workflows/linter.yml Outdated
Comment thread .github/workflows/linter.yml Outdated
- uses: actions/checkout@v7
- name: Set up JDK 21
uses: actions/setup-java@v5
uses: actions/setup-java@v6

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: actions/setup-java@v6 does not appear to be a valid published release of the actions/setup-java action. Using an unrecognised version tag will cause the workflow job to fail. Consider using the correct latest stable version instead.


Please provide feedback on the review comment by checking the appropriate box:

  • 🌟 Awesome comment, a human might have missed that.
  • ✅ Helpful comment
  • 🤷 Neutral
  • ❌ This comment is not helpful

@lisajulia lisajulia added the no changelog Pull requests that don't need a changelog entry label Aug 31, 2026
@lisajulia
lisajulia merged commit c2a70e4 into main Aug 31, 2026
6 checks passed
@lisajulia
lisajulia deleted the dependabot-updates branch August 31, 2026 11:47
@lisajulia

Copy link
Copy Markdown
Contributor Author

This closed: #40, #41, #42, #43, #44, #45, #47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no changelog Pull requests that don't need a changelog entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant