Skip to content

Commit

Permalink
Updates to deps for 43 (#24666)
Browse files Browse the repository at this point in the history
* bump apache hive 3.1.3 (#24542)

* Bump jetty-server to 9.4.48.v20220622 (#24482)

Co-authored-by: dpsutton <dan@dpsutton.com>
  • Loading branch information
rlotun and dpsutton committed Aug 8, 2022
1 parent 7bc9fcc commit 7a895ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Expand Up @@ -116,7 +116,7 @@
org.clojure/tools.namespace {:mvn/version "1.2.0"}
org.clojure/tools.reader {:mvn/version "1.3.6"}
org.clojure/tools.trace {:mvn/version "0.7.11"} ; function tracing
org.eclipse.jetty/jetty-server {:mvn/version "9.4.44.v20210927"} ; web server
org.eclipse.jetty/jetty-server {:mvn/version "9.4.48.v20220622"} ; web server
org.flatland/ordered {:mvn/version "1.15.10"} ; ordered maps & sets
org.graalvm.js/js {:mvn/version "22.0.0.2"} ; JavaScript engine
org.liquibase/liquibase-core {:mvn/version "4.8.0" ; migration management (Java lib)
Expand Down
2 changes: 1 addition & 1 deletion modules/drivers/sparksql/deps.edn
Expand Up @@ -5,7 +5,7 @@
;; implementations of things like log4j <-> slf4j, or are part of both hadoop-common and hive-jdbc;
:deps
{org.apache.hive/hive-jdbc
{:mvn/version "3.1.2"
{:mvn/version "3.1.3"
:exclusions [aopalliance/aopalliance
ch.qos.logback/logback-classic
ch.qos.logback/logback-core
Expand Down

0 comments on commit 7a895ac

Please sign in to comment.