Skip to content

Commit

Permalink
Update gcp deps too
Browse files Browse the repository at this point in the history
  • Loading branch information
valerauko committed Oct 4, 2023
1 parent 3b72cb5 commit 61ed402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-errorreporting</artifactId>
<version>0.124.12-beta</version>
<version>0.148.0-beta</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/tools.logging "1.2.4"]
[com.google.cloud/google-cloud-errorreporting "0.124.12-beta"]]
[com.google.cloud/google-cloud-errorreporting "0.148.0-beta"]]
:repl-options {:init-ns gcp-ser-clj.core}
:deploy-repositories {"github" {:url "https://maven.pkg.github.com/valerauko/gcp-ser-clj"
:username :env/github_user
Expand Down

0 comments on commit 61ed402

Please sign in to comment.