Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
08ca16971e chore(deps): bump org.apache.commons:commons-pool2 from 2.13.0 to 2.13.1
Bumps org.apache.commons:commons-pool2 from 2.13.0 to 2.13.1.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-pool2
  dependency-version: 2.13.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-05 02:16:10 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ dependencies {
testImplementation(kotlin("test"))
compileOnly(project(":"))
implementation("com.fifesoft:rsyntaxtextarea:3.6.1")
implementation("com.fifesoft:languagesupport:3.4.1")
implementation("com.fifesoft:languagesupport:3.4.0")
implementation("com.fifesoft:autocomplete:3.3.2")
}

View File

@@ -7,7 +7,7 @@ project.version = "0.0.2"
dependencies {
testImplementation(kotlin("test"))
compileOnly(project(":"))
implementation("org.apache.commons:commons-pool2:2.13.0")
implementation("org.apache.commons:commons-pool2:2.13.1")
testImplementation(project(":"))
}