Skip to content

chore(deps): bump net.fellbaum:jemoji from 1.6.0 to 1.7.5#68

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/net.fellbaum-jemoji-1.7.5
Open

chore(deps): bump net.fellbaum:jemoji from 1.6.0 to 1.7.5#68
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/net.fellbaum-jemoji-1.7.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 22, 2025

Bumps net.fellbaum:jemoji from 1.6.0 to 1.7.5.

Release notes

Sourced from net.fellbaum:jemoji's releases.

v1.7.5

Features

  • Support Unicode emoji version v17.0

v1.7.4

Improvements

  • EmojiManager#getAllEmojis now returns an unmodifiable set
  • Fixed EmojiGroup and EmojiSubGroup enums not being auto generated leading to outdated values
  • Fixed a race condition NPE that occured when calling internal init methods

v1.7.3

Improvements

  • Improved library initialisation when reading serialized emoji data
  • Fixed an InvalidClassException which could occur on some systems due to a missing serialVersionUID in the Emoji class
  • Simplified source code generation by switching from Javaparser to Javapoet which makes it much more maintainable

v1.7.2

Improvements

  • Improved library initialization time and no longer use the (100+) pre generated interfaces for direct emoji access to create the emoji list (which seems to be pretty slow)

v1.7.1

Improvements

  • Emoji#getUnicode has been deprecated in favor of Emoji#getUnicodeText to not confuse it with Emoji#getEmoji
  • Initialization time has been greatly improved (#57)

v1.7.0

Features

  • Added the ability for methods to handle emojis which are not in their UNICODE form. For example HTML_DECIMAL, HTML_HEXADECIMAL, URL_ENCODED.
  • Added support for emoji aliases
    • EmojiManager.extractAliases
    • EmojiManager.extractAliasesInOrder
    • EmojiManager.extractAliasesInOrderWithIndex
    • EmojiManager.replaceAliases

Improvements

  • Updated translation files.

Breaking

  • EmojiManager.getByAlias now returns Optional<List<Emoji>> instead of Optional<Emoji>
  • Renamed EmojiManager.containsEmoji to EmojiManager.containsAnyEmoji as it describes better what it actually does
Commits
  • 6bb3db8 Bump library version to 1.7.5
  • f3789ba Update internally used jemoji.jar file
  • b251f87 Rename emoji source files to use .ser extension and update references
  • 04a64fb Update gradle wrapper to 9.1.0
  • 7ec4c86 Fix test
  • 2979f62 Formatting
  • f95effc Update gradle wrapper
  • e13957f Update generated files
  • c521833 Bump jackson from 2.19.2 to 2.20.0
  • 5dcc7de Bump org.htmlunit:htmlunit from 4.14.0 to 4.16.0
  • Additional commits viewable in compare view

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)

Summary by cubic

Upgrade JEmoji from 1.6.0 to 1.7.5 to add Unicode 17 emoji support and faster initialization. This may require small API updates where we use alias lookups or emoji presence checks.

  • Migration
    • Update EmojiManager.getByAlias usage to handle Optional<List>.
    • Rename EmojiManager.containsEmoji calls to containsAnyEmoji.
    • Replace Emoji#getUnicode with Emoji#getUnicodeText where used.

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

Bumps [net.fellbaum:jemoji](https://github.com/felldo/JEmoji) from 1.6.0 to 1.7.5.
- [Release notes](https://github.com/felldo/JEmoji/releases)
- [Commits](felldo/JEmoji@v1.6.0...v1.7.5)

---
updated-dependencies:
- dependency-name: net.fellbaum:jemoji
  dependency-version: 1.7.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Sep 22, 2025
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