Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actions/cache@v2 did not work as expected, so it has been updated to v4.

https://github.com/YuMuuu/finatra/actions/runs/15608659063

env:
cache-name: cache-build-deps
with:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down