Skip to content

Conversation

hantsy
Copy link
Owner

@hantsy hantsy commented Oct 14, 2025

User description

Reverts #397


PR Type

Other


Description

  • Reverts JUnit BOM version from 6.0.0 back to 5.13.4

Diagram Walkthrough

flowchart LR
  A["JUnit BOM 6.0.0"] -- "revert" --> B["JUnit BOM 5.13.4"]
Loading

File Walkthrough

Relevant files
Dependencies
pom.xml
Revert JUnit BOM version to 5.13.4                                             

pom.xml

  • Reverts junit-bom.version property from 6.0.0 to 5.13.4
+1/-1     

Copy link

Summary of Changes

Hello @hantsy, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request reverts a recent dependency update for the JUnit Bill of Materials (BOM). The change specifically targets the junit-bom version, setting it back to its prior state. This action likely addresses an incompatibility or issue that arose from the newer version, aiming to restore stability or compatibility within the project.

Highlights

  • Revert Dependency Bump: The junit-bom dependency has been reverted from version 6.0.0 back to 5.13.4 in the pom.xml file, undoing a previous update.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@hantsy hantsy merged commit 401afef into master Oct 14, 2025
0 of 2 checks passed
Copy link

PR Compliance Guide 🔍

Below is a summary of compliance checks for this PR:

Security Compliance
Dependency downgrade risk

Description: Reverting a dependency BOM may reintroduce previously fixed vulnerabilities present in
older JUnit 5.13.4 versions; confirm no known CVEs affect the selected artifacts.
pom.xml [40-40]

Referred Code
<junit-bom.version>5.13.4</junit-bom.version>
<mockito-bom.version>5.20.0</mockito-bom.version>
Ticket Compliance
🎫 No ticket provided
  • Create ticket/issue
Codebase Duplication Compliance
Codebase context is not defined

Follow the guide to enable codebase context checks.

Custom Compliance
No custom compliance provided

Follow the guide to enable custom compliance check.

Compliance status legend 🟢 - Fully Compliant
🟡 - Partial Compliant
🔴 - Not Compliant
⚪ - Requires Further Human Verification
🏷️ - Compliance label

Copy link

PR Code Suggestions ✨

No code suggestions found for the PR.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request reverts the version of org.junit:junit-bom from 6.0.0 back to 5.13.4. This is a straightforward dependency downgrade, likely intended to resolve issues introduced by the original version bump. The change itself is correct and I have no specific feedback.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant