Skip to content

Bump com.thetransactioncompany:jsonrpc2-base from 1.38.1 to 2.2#604

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/com.thetransactioncompany-jsonrpc2-base-2.2
Open

Bump com.thetransactioncompany:jsonrpc2-base from 1.38.1 to 2.2#604
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/com.thetransactioncompany-jsonrpc2-base-2.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2026

Bumps com.thetransactioncompany:jsonrpc2-base from 1.38.1 to 2.2.

Changelog

Sourced from com.thetransactioncompany:jsonrpc2-base's changelog.

CHANGE LOG

version 1.0 (2009-10-04)

  • First release.

version 1.1 (2009-12-04)

  • Official release.
  • Major refactoring.

version 1.2 (2009-12-27)

  • More detailed messages in parser exceptions.

version 1.3 (2010-01-06)

  • Adds convenient constant instances of the JSONRPC2Error class for all standard JSON-RPC 2.0 errors (with proper codes and messages): PARSE_ERROR, INVALID_REQUEST, METHOD_NOT_FOUND, INVALID_PARAMS, INTERNAL_ERROR.

version 1.4 (2010-02-02)

  • New JSONRPC2ParamsType class enumerates the three possible JSON-RPC parameter types: NO_PARAMS, ARRAY and OBJECT.
  • Improves the documentation.

version 1.5 (2010-02-12)

  • Adds the utility classes PositionalParamsRetriever and NamedParamsRetriever to ease the processing of request parameters (type and mandatory/optional parameter checking, default values).
  • Introduces JUnit test cases.

version 1.6 (2010-02-18)

  • Adds a base absract class ParamsRetriever to the utility parameter retriever classes PositionalParamsRetriever and NamedParamsRetriever.
  • Adds methods for getting enumerated strings to the parameter retriever classes.

version 1.7 (2010-02-24)

  • Adds a getNames() method to NamedParamsRetriever to list the names of all parameters.
  • Adds the checking methods checkNames(String[] mandatoryNames) and checkNames(String[] mandatoryNames,String[]optionalNames) to NamedParamsRetriever which will throw an exception if a mandatory parameter name is missing or a name outside the expected is present.

version 1.8 (2010-03-11)

  • Changes the signature of PositionalParamsRetriever.getOptEnumString().
  • Changes the signature of NamedParamsRetriever.getOptEnumString().

version 1.9 (2010-03-12)

  • Refactors the PositionalParamsRetriever class, hasParameter() and ensureParameter() methods.

... (truncated)

Commits
  • 609f7c7 [maven-release-plugin] prepare for next development iteration
  • 84d9e43 Updates pom.xml links to https
  • 565d903 Updates README.md
  • b7ebdc3 Refactors the library for a JSONRPC2Parser.Option enum, adds new Option ALLO...
  • b256613 Updates the pom.xml
  • 0d96129 Initial Bitbucket Pipelines configuration
  • ac65ef1 Merge branch 'master' of ssh://bitbucket.org/thetransactioncompany/json-rpc-2...
  • a339722 [maven-release-plugin] prepare release 2.1
  • 5cbd6d7 [maven-release-plugin] prepare for next development iteration
  • 46b04e5 Fixes JavaDoc errors
  • 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 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.thetransactioncompany:jsonrpc2-base](https://bitbucket.org/thetransactioncompany/json-rpc-2.0-base) from 1.38.1 to 2.2.
- [Changelog](https://bitbucket.org/thetransactioncompany/json-rpc-2.0-base/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/thetransactioncompany/json-rpc-2.0-base/branches/compare/2.2..1.38.1)

---
updated-dependencies:
- dependency-name: com.thetransactioncompany:jsonrpc2-base
  dependency-version: '2.2'
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Feb 10, 2026
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.

0 participants