From 014a7c895ddb51aa2b5ce2aee5ebed429b4f6dec Mon Sep 17 00:00:00 2001 From: YuMuuu Date: Thu, 12 Jun 2025 19:55:26 +0900 Subject: [PATCH 1/2] update commons-fileuploa dependency --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 928106052..21d954dce 100644 --- a/build.sbt +++ b/build.sbt @@ -87,7 +87,7 @@ lazy val versions = new { // All Twitter library releases are date versioned as YY.MM.patch val twLibVersion = releaseVersion - val commonsFileupload = "1.4" + val commonsFileupload = "1.5" val guice = "5.1.0" val jackson = "2.14.3" val jodaConvert = "2.2.3" From ab18407598bfe0ed8d177828dad5f03f6150ce70 Mon Sep 17 00:00:00 2001 From: YuMuuu Date: Thu, 12 Jun 2025 19:58:35 +0900 Subject: [PATCH 2/2] update actions/cache v2 -> v4 --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 5e6fdd3b4..c9400c47d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -34,7 +34,7 @@ jobs: - name: echo javac version run: javac -J-Xmx32m -version - name: cache build dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 env: cache-name: cache-build-deps with: