Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump org.reflections:reflections from 0.9.10 to 0.10.2 in /jans-auth-server #9796

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 18, 2024

Bumps org.reflections:reflections from 0.9.10 to 0.10.2.

Release notes

Sourced from org.reflections:reflections's releases.

0.10.2

reflections-0.10.2

0.10.1

reflections-0.10.1

  • 0.10.1 - fix exception in JavassistHelper.getParametersAnnotations, docs
  • ci: Setup GitHub actions for basic PR CI (#333)
  • Make the path format to be platform-compatible (#299)
  • enable Dependabot v2 (#319)
  • Enable automatic module name (#308)

known issue ronmamo/reflections#351: deprecated scanners are using wrong index name :( which results in empty query results. will be solved in next release. workaround/solution: migrate to the new Scanners

0.10

reflections-0.10 refactor

known issue #337: annotation not marked with Retention(RUNTIME) will be excluded because of an exception

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from yurem as a code owner October 18, 2024 10:17
@dependabot dependabot bot added the java Pull requests that update Java code label Oct 18, 2024
@dependabot dependabot bot requested a review from yuriyz as a code owner October 18, 2024 10:17
@dependabot dependabot bot added the kind-dependencies Pull requests that update a dependency file label Oct 18, 2024
@dependabot dependabot bot requested a review from yuriyzz as a code owner October 18, 2024 10:17
Copy link

dryrunsecurity bot commented Oct 18, 2024

DryRun Security Summary

The code change updates the version of the "org.reflections" dependency in the "jans-auth-server" project from 0.9.10 to 0.10.2, which is a routine maintenance update with no significant security implications.

Expand for full summary

Summary:

This code change is a routine maintenance update that updates the version of the "org.reflections" dependency from 0.9.10 to 0.10.2 in the "jans-auth-server" project. From an application security perspective, this change is not particularly interesting, as the "org.reflections" library is a utility library for scanning Java class paths and is commonly used in various Java projects. Updating the version of this library is a routine task and is unlikely to have a significant impact on the application's security.

However, it's always a good practice to review any dependency updates, especially for libraries that are known to have security vulnerabilities. In this case, the version change from 0.9.10 to 0.10.2 does not appear to address any known security vulnerabilities, but it's still a good idea to check the release notes and security advisories for the new version to ensure that there are no newly discovered issues. Overall, this code change is a low-risk maintenance update that does not raise any immediate security concerns.

Files Changed:

  • jans-auth-server/server/pom.xml: This file has been updated to change the version of the "org.reflections" dependency from 0.9.10 to 0.10.2.

Code Analysis

We ran 9 analyzers against 1 file and 1 analyzer had findings. 8 analyzers had no findings.

Analyzer Findings
Sensitive Files Analyzer 1 finding

View PR in the DryRun Dashboard.

….2 in /jans-auth-server

Dependabot couldn't find the original pull request head commit, 9e4c78c.
@dependabot dependabot bot force-pushed the dependabot/maven/jans-auth-server/org.reflections-reflections-0.10.2 branch from 9e4c78c to b97c6d9 Compare November 14, 2024 08:36
@moabu moabu force-pushed the dependabot/maven/jans-auth-server/org.reflections-reflections-0.10.2 branch from b97c6d9 to 9491bd3 Compare December 26, 2024 19:25
@moabu moabu force-pushed the dependabot/maven/jans-auth-server/org.reflections-reflections-0.10.2 branch from 9491bd3 to daf55bb Compare December 27, 2024 04:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java Pull requests that update Java code kind-dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants