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

Bump com.github.fppt:jedis-mock from 1.1.1 to 1.1.2 #5029

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2024

Bumps com.github.fppt:jedis-mock from 1.1.1 to 1.1.2.

Release notes

Sourced from com.github.fppt:jedis-mock's releases.

1.1.2

🐞 Bugfix

  • #480 Non-integer scores in zset get rounded to integer in zrange withscores
  • Thread leak if a large number of RedisServer instances is being created and stopped.

🚀 Enhancement

  • #475 RedisServer now has isRunning() method which allows one to check if the server is running from another thread.

💼 Maintenance

  • Dependencies updates

Thanks @​penev-ff and @​newacct for reporting issues and @​Alex286756 for providing the quick solution

Commits
  • 751e961 Release 1.1.2
  • cd0602c implement isRunning and fix a minor thread leak on RedisServer::stop (#483)
  • 4246c43 Solution of issue #480 (#272) (#481)
  • bd0b0fe Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.5.0 to 4.8.6.1 (#479)
  • 7408d23 Remove com.github.spotbugs:spotbugs-annotations (#474)
  • 11f6404 Bump org.apache.maven.plugins:maven-checkstyle-plugin (#470)
  • 03ec181 Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 (#478)
  • 1bf3d80 Bump org.redisson:redisson from 3.30.0 to 3.32.0 (#476)
  • a2ee2a6 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 (#473)
  • e51e351 Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.0 (#472)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [com.github.fppt:jedis-mock](https://github.com/fppt/jedis-mock) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/fppt/jedis-mock/releases)
- [Commits](fppt/jedis-mock@v.1.1.1...v1.1.2)

---
updated-dependencies:
- dependency-name: com.github.fppt:jedis-mock
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 8, 2024
@Pil0tXia Pil0tXia merged commit 3d3e32f into master Jul 15, 2024
10 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/com.github.fppt-jedis-mock-1.1.2 branch July 15, 2024 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant