Skip to content

chore(deps): bump org.jsmpp:jsmpp from 2.3.10 to 3.0.1#3217

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/org.jsmpp-jsmpp-3.0.1
Open

chore(deps): bump org.jsmpp:jsmpp from 2.3.10 to 3.0.1#3217
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/org.jsmpp-jsmpp-3.0.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2026

Bumps org.jsmpp:jsmpp from 2.3.10 to 3.0.1.

Changelog

Sourced from org.jsmpp:jsmpp's changelog.

3.0.1

  • use ReadWriteLock instead of synchronized on class level.
  • Don't try to close the session from enquireLinkSender too.
  • Fixed typo in User_response_code optional parameter.
  • Decode not only the header if the status is not OK.
  • Allow data_sm_resp to be sent with message_id and optional_parameters when command_status != 0.
  • Fixed typo in sendGenerickNack.
  • Replace jCharset due to incompatible GNU GPL license.
  • Update several Maven dependencies.

3.0.0

  • Require Java 8 as minimum.
  • Implement all SMPP 5.0 requests, optional parameters, etc.
  • Support for SMPP 3.3
  • Fix first message immediately after outbind.
  • Use SubmitSmResult instead of MessageId for submit_sm response handling.
  • Remove obsolete classes.
  • Remove log4j dependency and use slf4j-simple in examples.
  • Set the log level of enquire_link messages to trace.
  • Add protocol identifier factories.
  • Update dependency Slf4j to 1.7.36.

2.3.11

  • Also set the socket timeout for server sessions for enquiry link timer.
  • Removed not used parameter from getTimeout method.
  • Fixed typo in method name of convertBytesToHexString.
  • Rewrote concatenation example, including 16-bit reference numbering.
  • Added jCharset dependency to examples.
  • Added convertByteToHexString to print hex string for single byte.
  • Added UCS-2 class to verify Unicode characters are inside BMP Unicode for UCS-2.
  • Update Maven dependencies.
  • Update Apache Commons Codec dependency to 1.15.
  • Renamed sendSubmiMulti to sendSubmitMulti.
  • Fix all JavaDoc warnings and errors and generate JavaDoc jars.
  • Log send and received PDU's at debug log level. Remove the space to condense the output.
Commits
  • 57d8444 Set version to release 3.0.1
  • 967c829 Merge pull request #196 from sana167/master
  • 110a80b Merge pull request #203 from opentelecoms-org/dependabot/maven/org.apache.mav...
  • 5d9287f Bump org.apache.maven.plugins:maven-surefire-plugin from 2.22.2 to 3.2.5
  • ed62e4b Merge pull request #202 from opentelecoms-org/dependabot/maven/org.apache.mav...
  • 41d39a9 Bump org.apache.maven.plugins:maven-release-plugin
  • fc42c63 Merge pull request #200 from opentelecoms-org/dependabot/maven/org.apache.mav...
  • b56f896 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.4.1 to 3.6.3
  • 5e77a3c Merge pull request #198 from der-ambi/fix-193
  • 1ea600f use ReadWriteLock instead of synchronized on class level
  • 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 [org.jsmpp:jsmpp](https://github.com/opentelecoms-org/jsmpp) from 2.3.10 to 3.0.1.
- [Release notes](https://github.com/opentelecoms-org/jsmpp/releases)
- [Changelog](https://github.com/opentelecoms-org/jsmpp/blob/master/CHANGES.txt)
- [Commits](opentelecoms-org/jsmpp@2.3.10...3.0.1)

---
updated-dependencies:
- dependency-name: org.jsmpp:jsmpp
  dependency-version: 3.0.1
  dependency-type: direct:production
  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 Mar 20, 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