Skip to content

Commit

Permalink
CORE-69: Update commons-compress from 1.26.2 to 1.27.1 (#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot authored Nov 12, 2024
1 parent 3fd15e6 commit f64c24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object Dependencies {
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonHotfixV,
"com.fasterxml.jackson.core" % "jackson-core" % jacksonV,
"org.yaml" % "snakeyaml" % "2.3",
"org.apache.commons" % "commons-compress" % "1.26.2", // workbench-libs libraries pull this in
"org.apache.commons" % "commons-compress" % "1.27.1", // workbench-libs libraries pull this in
"com.google.apis" % "google-api-services-pubsub" % "v1-rev20240730-2.0.0", // from workbench-google2
"com.google.apis" % "google-api-services-admin-directory" % "directory_v1-rev20240709-2.0.0" // from workbench-google2
)
Expand Down

0 comments on commit f64c24d

Please sign in to comment.