chore(deps): bump com.fifesoft:autocomplete from 3.3.2 to 3.3.3

Bumps [com.fifesoft:autocomplete](https://github.com/bobbylight/AutoComplete) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/bobbylight/AutoComplete/releases)
- [Commits](https://github.com/bobbylight/AutoComplete/compare/3.3.2...3.3.3)

---
updated-dependencies:
- dependency-name: com.fifesoft:autocomplete
  dependency-version: 3.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-01-05 02:15:59 +00:00
committed by GitHub
parent 68bd883305
commit 5dd7413d45

View File

@@ -12,7 +12,7 @@ dependencies {
compileOnly(project(":"))
implementation("com.fifesoft:rsyntaxtextarea:3.6.1")
implementation("com.fifesoft:languagesupport:3.4.0")
implementation("com.fifesoft:autocomplete:3.3.2")
implementation("com.fifesoft:autocomplete:3.3.3")
}
apply(from = "$rootDir/plugins/common.gradle.kts")