Skip to content

Commit

Permalink
build: bump deps gc-bom/0.234.0 (libbom/26.53.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
edporras committed Feb 2, 2025
1 parent 4ca61d2 commit 5fbeb61
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Added

### Changed
* Bumped dependecies - bom 0.234.0 / 26.53.0

### Fixed

Expand Down
28 changes: 14 additions & 14 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -45,34 +45,34 @@
;; google-cloud-bom, we'll continue to use that. For this release,
;; we'll looking at versions specified here:
;;
;; 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 seem to correspond 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.2" :scope "provided"]
[[org.clojure/clojure "1.11.3" :scope "provided"]
;; This must correspond to the version pinned in BOM files.
[com.google.cloud/google-cloud-core "2.35.0"]
[com.google.cloud/google-cloud-core-http "2.35.0"]
[com.google.http-client/google-http-client-gson "1.44.1"]
[com.google.cloud/google-cloud-core "2.49.1"]
[com.google.cloud/google-cloud-core-http "2.49.1"]
[com.google.http-client/google-http-client-gson "1.45.3"]
;; grpc-api is required to compile ‘clj-gcloud.common’ namespace
[io.grpc/grpc-api "1.62.2"]
[io.grpc/grpc-api "1.70.0"]
;; Handle version mismatches between grpc-api and other deps.
[com.google.errorprone/error_prone_annotations "2.26.1"]]
[com.google.errorprone/error_prone_annotations "2.36.0"]]
:profiles
{:dev
{:dependencies
[[com.google.cloud/google-cloud-bigquery "2.38.1"]
[com.google.cloud/google-cloud-pubsub "1.127.1"]
[com.google.cloud/google-cloud-datastore "2.18.5"]
[com.google.cloud/google-cloud-storage "2.35.0"]
[[com.google.cloud/google-cloud-bigquery "2.46.0" :exclusions [org.slf4j/slf4j-api]]
[com.google.cloud/google-cloud-pubsub "1.136.0"]
[com.google.cloud/google-cloud-datastore "2.25.2"]
[com.google.cloud/google-cloud-storage "2.47.0" :exclusions [org.slf4j/slf4j-api]]
[org.clojure/tools.namespace "1.5.0"]]
:source-paths ["dev" "test"]
:resource-paths ["test-resources"]
Expand Down

0 comments on commit 5fbeb61

Please sign in to comment.