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

Update build.gradle #199

Merged
merged 1 commit into from Dec 5, 2023
Merged

Update build.gradle #199

merged 1 commit into from Dec 5, 2023

Conversation

Alexcn
Copy link
Contributor

@Alexcn Alexcn commented Jul 14, 2023

Description

fix CVE-2023-2976
ref: https://mvnrepository.com/artifact/com.google.guava/guava/30.1-jre

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Unit Test
  • Integration Test
  • Reactive Integration Test

Test Configuration:

  • Spring Version
  • Spring Boot Version
  • Redis Driver Version

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@coveralls
Copy link

Pull Request Test Coverage Report for Build 2646

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 10 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.2%) to 91.509%

Files with Coverage Reduction New Missed Lines %
rqueue-core/src/main/java/com/github/sonus21/rqueue/listener/RqueueMessageListenerContainer.java 2 97.04%
rqueue-core/src/main/java/com/github/sonus21/rqueue/listener/RqueueMessageHandler.java 4 92.42%
rqueue-core/src/main/java/com/github/sonus21/rqueue/web/service/RqueueJobMetricsAggregatorService.java 4 86.29%
Totals Coverage Status
Change from base Build 2639: -0.2%
Covered Lines: 5378
Relevant Lines: 5877

💛 - Coveralls

@sonus21
Copy link
Owner

sonus21 commented Jul 15, 2023

I think we need a pr for 2.x train as well.

@sonus21 sonus21 merged commit 795265a into sonus21:master Dec 5, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants