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
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ colorpicker = "2.0.1"
rhino = "1.9.0"
delight-rhino-sandbox = "0.2.1"
testcontainers = "2.0.3"
mixpanel = "1.7.0"
mixpanel = "1.5.4"
jSerialComm = "2.11.4"
ini4j = "0.5.5-2"
restart4j = "0.0.1"

View File

@@ -8,7 +8,7 @@ project.version = "0.0.4"
dependencies {
testImplementation(kotlin("test"))
implementation("com.qcloud:cos_api:5.6.260.1")
implementation("com.qcloud:cos_api:5.6.259")
compileOnly(project(":"))
}

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(":"))
}