Skip to content

chore(deps): bump com.fifesoft:rsyntaxtextarea from 3.6.3 to 4.0.0 in the flatlaf-and-rsyntaxtextarea group - #27

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/flatlaf-and-rsyntaxtextarea-486a7d964f
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/flatlaf-and-rsyntaxtextarea-486a7d964f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026 •

Copy link
Copy Markdown
Contributor

Bumps the flatlaf-and-rsyntaxtextarea group with 1 update: com.fifesoft:rsyntaxtextarea.

Updates com.fifesoft:rsyntaxtextarea from 3.6.3 to 4.0.0

Release notes

Sourced from com.fifesoft:rsyntaxtextarea's releases.

4.0.0

Precompiled jars are available in Maven Central (com.fifesoft:rsyntaxtextarea:4.0.0). This is an especially important update if you render Markdown.

Highlights

🔧 The minimum required JRE is now 11 (#524)

The 3.x versions of RSTA ran on Java 8 and newer. The decision to bump the minimum required JRE was made for several reasons:

  1. Java 8 is ancient - end of (premier) support was 4 years ago, and Java 11 - also ancient - and came out 8 years ago (September 2018)
  2. Java 11 is the first LTS Java release that supported high DPI screens (Retina, 4k, etc.), which we can fully take advantage of
  3. This allows us to modernize the codebase

🎁 Support customizing the end-of-line marker (#708)

Previously, if setEolMarkersVisible(true) was called, the editor always rendered at the end of each line. Clients can now call setEolMarker(String) to set a custom value to render. The default has also been changed to the more appropriate ↲.

Default Customized

🎁 Add syntax highlighting and code folding of .env files (#709)

Like it says on the tin.

.env syntax highlighting and code folding

🎁 Allow clients to define their own matched bracket pairs (#693)

The library no longer hard-codes [, (, and { as bracket types to match. Now, TokenMakers specify which chars, if any, represent "brackets" to match in them. This allows other languages to use other chara ters.

New Contributors

Full Changelog: bobbylight/RSyntaxTextArea@3.6.3...4.0.0

Commits
  • 5da7ebc chore(deps): Bumping version to 4.0.0
  • 17933bb perf: defer Fold/Position creation in XmlFoldParser until confirmed multi-line
  • c882d05 refactor: simplify Java file license headers
  • 312f78e build(deps): bump gradle, spotbugs, checkstyle, and junit-bom
  • dee3be9 fix: use YYINITIAL instead of TokenTypes.NULL for initial lexer state
  • 6e51514 feat: add RUndoManager#setEnabled to allow disabling undo tracking
  • dcdb4e4 feat: start a new undo edit on newline insertion
  • fd4129e fix: Make default monospaced font overridable
  • 7531767 feat: add syntax highlighting for .env files
  • 162f14e Support customizing the EOL marker (#704)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the flatlaf-and-rsyntaxtextarea group with 1 update: [com.fifesoft:rsyntaxtextarea](https://github.com/bobbylight/rsyntaxtextarea).


Updates `com.fifesoft:rsyntaxtextarea` from 3.6.3 to 4.0.0
- [Release notes](https://github.com/bobbylight/rsyntaxtextarea/releases)
- [Commits](bobbylight/RSyntaxTextArea@3.6.3...4.0.0)

---
updated-dependencies:
- dependency-name: com.fifesoft:rsyntaxtextarea
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: flatlaf-and-rsyntaxtextarea
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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.

0 participants