Skip to content

Commit

Permalink
build: bump to gc-bom/0.234.0 (lib-bom 26.53.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
edporras committed Feb 3, 2025
1 parent 3c607e6 commit 393a8e1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
;; dependency versions that work well with each other.
;;
;; based on versions from
;; https://mvnrepository.com/artifact/com.google.cloud/google-cloud-bom/0.215.0
;; https://mvnrepository.com/artifact/com.google.cloud/google-cloud-bom/0.234.0
;; which corresponds to
;; https://mvnrepository.com/artifact/com.google.cloud/libraries-bom/26.34.0
[[com.google.cloud/google-cloud-bom "0.215.0"
;; https://mvnrepository.com/artifact/com.google.cloud/libraries-bom/26.53.0
[[com.google.cloud/google-cloud-bom "0.234.0"
:extension "pom"
:scope "import"]
[com.google.cloud/google-cloud-shared-dependencies "3.27.0"
[com.google.cloud/google-cloud-shared-dependencies "3.42.0"
:extension "pom"
:scope "import"]]
:dependencies [[org.clojure/clojure "1.11.3"]
[com.oscaro/clj-gcloud-common "0.215-1.0"]
[com.google.cloud/google-cloud-nio "0.127.14"]
[com.google.cloud/google-cloud-storage "2.35.0"]
:dependencies [[org.clojure/clojure "1.11.4"]
[com.oscaro/clj-gcloud-common "0.234-1.0"]
[com.google.cloud/google-cloud-nio "0.127.29"]
[com.google.cloud/google-cloud-storage "2.47.0"]
[org.clojure/tools.logging "1.3.0"]]
:plugins [[io.github.borkdude/lein-lein2deps "0.1.0"]]
:prep-tasks [["lein2deps" "--write-file" "deps.edn" "--print" "false"]]
Expand Down

0 comments on commit 393a8e1

Please sign in to comment.