From 8ae8b390ec4882ab85fe5ee13791468079459461 Mon Sep 17 00:00:00 2001 From: Alexander Kiel Date: Tue, 4 Oct 2022 17:37:57 +0200 Subject: [PATCH] Update Dependencies --- deps.edn | 6 +++--- dev/blaze/dev.clj | 2 +- dev/blaze/dev/tx_log.clj | 2 +- modules/byte-buffer/deps.edn | 2 +- modules/byte-string/deps.edn | 2 +- modules/cassandra/src/blaze/cassandra/config.clj | 2 +- modules/cassandra/test/blaze/cassandra/config_test.clj | 2 +- modules/cql/src/blaze/elm/date_time.clj | 2 +- modules/cql/src/blaze/elm/expression_spec.clj | 2 +- .../test/blaze/elm/compiler/date_time_operators_test.clj | 2 +- modules/db-stub/src/blaze/db/api_stub.clj | 2 +- modules/db-tx-log-kafka/deps.edn | 2 +- .../db-tx-log-kafka/test/blaze/db/tx_log/kafka_test.clj | 2 +- modules/db-tx-log/src/blaze/db/tx_log_spec.clj | 2 +- modules/db-tx-log/test/blaze/db/tx_log_test.clj | 2 +- modules/db/src/blaze/db/node.clj | 2 +- modules/db/src/blaze/db/tx_log/local.clj | 2 +- modules/db/test-perf/blaze/db/api_test_perf.clj | 2 +- modules/db/test/blaze/db/test_util.clj | 2 +- modules/db/test/blaze/db/tx_log/local_test.clj | 2 +- .../test/blaze/fhir/spec/type/system_test.clj | 2 +- modules/http-client/test/blaze/http_client_test.clj | 2 +- .../test/blaze/interaction/history/instance_test.clj | 2 +- .../test/blaze/interaction/history/system_test.clj | 2 +- .../test/blaze/interaction/history/type_test.clj | 2 +- .../test/blaze/interaction/search_compartment_test.clj | 2 +- .../test/blaze/interaction/search_system_test.clj | 2 +- .../test/blaze/interaction/search_type_test.clj | 2 +- modules/luid/test/blaze/luid_test.clj | 2 +- modules/openid-auth/src/blaze/openid_auth.clj | 2 +- .../blaze/fhir/operation/evaluate_measure/cql_spec.clj | 2 +- modules/page-store/src/blaze/page_store/local.clj | 2 +- modules/rocksdb/deps.edn | 2 +- modules/scheduler/src/blaze/scheduler.clj | 2 +- modules/scheduler/src/blaze/scheduler_spec.clj | 2 +- modules/scheduler/test/blaze/scheduler_test.clj | 2 +- modules/server/deps.edn | 2 +- modules/spec/deps.edn | 7 ++----- modules/spec/src/blaze/spec.clj | 2 +- modules/test-util/deps.edn | 2 +- 40 files changed, 43 insertions(+), 46 deletions(-) diff --git a/deps.edn b/deps.edn index db40192e7..1a3e29dcf 100644 --- a/deps.edn +++ b/deps.edn @@ -41,7 +41,7 @@ {:mvn/version "1.3.6"} org.slf4j/slf4j-nop - {:mvn/version "2.0.2"}} + {:mvn/version "2.0.3"}} :aliases {:depstar @@ -80,10 +80,10 @@ :outdated {:replace-deps {com.github.liquidz/antq - {:mvn/version "2.1.927"} + {:mvn/version "2.1.932"} org.slf4j/slf4j-nop - {:mvn/version "2.0.2"}} + {:mvn/version "2.0.3"}} :main-opts ["-m" "antq.core" diff --git a/dev/blaze/dev.clj b/dev/blaze/dev.clj index 0cf1de216..742781db2 100644 --- a/dev/blaze/dev.clj +++ b/dev/blaze/dev.clj @@ -13,7 +13,7 @@ [clojure.repl :refer [pst]] [clojure.spec.test.alpha :as st] [clojure.tools.namespace.repl :refer [refresh]] - [java-time :as time] + [java-time.api :as time] [taoensso.timbre :as log]) (:import [com.github.benmanes.caffeine.cache Cache])) diff --git a/dev/blaze/dev/tx_log.clj b/dev/blaze/dev/tx_log.clj index 073713055..5c9dba769 100644 --- a/dev/blaze/dev/tx_log.clj +++ b/dev/blaze/dev/tx_log.clj @@ -2,7 +2,7 @@ (:require [blaze.core :refer [system]] [blaze.db.tx-log :as tx-log] - [java-time :as time])) + [java-time.api :as time])) (def tx-log diff --git a/modules/byte-buffer/deps.edn b/modules/byte-buffer/deps.edn index 58b1554a5..155f9fba1 100644 --- a/modules/byte-buffer/deps.edn +++ b/modules/byte-buffer/deps.edn @@ -1,6 +1,6 @@ {:deps {com.google.protobuf/protobuf-java - {:mvn/version "3.21.6"}} + {:mvn/version "3.21.7"}} :aliases {:test diff --git a/modules/byte-string/deps.edn b/modules/byte-string/deps.edn index 7eb0278a8..5923b7951 100644 --- a/modules/byte-string/deps.edn +++ b/modules/byte-string/deps.edn @@ -5,7 +5,7 @@ {:mvn/version "31.1-jre"} com.google.protobuf/protobuf-java - {:mvn/version "3.21.6"} + {:mvn/version "3.21.7"} com.fasterxml.jackson.core/jackson-databind {:mvn/version "2.13.4"}}} diff --git a/modules/cassandra/src/blaze/cassandra/config.clj b/modules/cassandra/src/blaze/cassandra/config.clj index 771526163..3268ae123 100644 --- a/modules/cassandra/src/blaze/cassandra/config.clj +++ b/modules/cassandra/src/blaze/cassandra/config.clj @@ -1,7 +1,7 @@ (ns blaze.cassandra.config (:require [clojure.string :as str] - [java-time :as time]) + [java-time.api :as time]) (:import [com.datastax.oss.driver.api.core.config OptionsMap TypedDriverOption] [java.net InetSocketAddress])) diff --git a/modules/cassandra/test/blaze/cassandra/config_test.clj b/modules/cassandra/test/blaze/cassandra/config_test.clj index 11a894488..e41f65cfb 100644 --- a/modules/cassandra/test/blaze/cassandra/config_test.clj +++ b/modules/cassandra/test/blaze/cassandra/config_test.clj @@ -3,7 +3,7 @@ [blaze.cassandra.config :as config] [clojure.spec.test.alpha :as st] [clojure.test :as test :refer [deftest are testing]] - [java-time :as time]) + [java-time.api :as time]) (:import [com.datastax.oss.driver.api.core.config OptionsMap TypedDriverOption] [java.net InetSocketAddress])) diff --git a/modules/cql/src/blaze/elm/date_time.clj b/modules/cql/src/blaze/elm/date_time.clj index e8c2576a8..a2dce7d28 100644 --- a/modules/cql/src/blaze/elm/date_time.clj +++ b/modules/cql/src/blaze/elm/date_time.clj @@ -8,7 +8,7 @@ [blaze.elm.protocols :as p] [blaze.fhir.spec.type] [blaze.fhir.spec.type.system :as system] - [java-time :as time]) + [java-time.api :as time]) (:import [blaze.fhir.spec.type OffsetInstant] [blaze.fhir.spec.type.system DateTimeYear DateTimeYearMonth DateTimeYearMonthDay] diff --git a/modules/cql/src/blaze/elm/expression_spec.clj b/modules/cql/src/blaze/elm/expression_spec.clj index c2e1233be..6097d5eaf 100644 --- a/modules/cql/src/blaze/elm/expression_spec.clj +++ b/modules/cql/src/blaze/elm/expression_spec.clj @@ -7,7 +7,7 @@ [blaze.elm.expression :as expr] [blaze.fhir.spec] [clojure.spec.alpha :as s] - [java-time :as time])) + [java-time.api :as time])) (s/def ::now diff --git a/modules/cql/test/blaze/elm/compiler/date_time_operators_test.clj b/modules/cql/test/blaze/elm/compiler/date_time_operators_test.clj index e4c0a03e6..f1d5d2f53 100644 --- a/modules/cql/test/blaze/elm/compiler/date_time_operators_test.clj +++ b/modules/cql/test/blaze/elm/compiler/date_time_operators_test.clj @@ -18,7 +18,7 @@ [clojure.test :as test :refer [are deftest is testing]] [clojure.test.check.properties :as prop] [cognitect.anomalies :as anom] - [java-time :as time] + [java-time.api :as time] [juxt.iota :refer [given]]) (:import [java.time Year YearMonth] diff --git a/modules/db-stub/src/blaze/db/api_stub.clj b/modules/db-stub/src/blaze/db/api_stub.clj index 33cc925ca..9b259d8a1 100644 --- a/modules/db-stub/src/blaze/db/api_stub.clj +++ b/modules/db-stub/src/blaze/db/api_stub.clj @@ -17,7 +17,7 @@ [blaze.fhir.structure-definition-repo] [blaze.test-util :refer [with-system]] [integrant.core :as ig] - [java-time :as time])) + [java-time.api :as time])) (defn create-mem-node-system [node-config] diff --git a/modules/db-tx-log-kafka/deps.edn b/modules/db-tx-log-kafka/deps.edn index ff78979cd..cc3ea9a6e 100644 --- a/modules/db-tx-log-kafka/deps.edn +++ b/modules/db-tx-log-kafka/deps.edn @@ -15,7 +15,7 @@ {:local/root "../module-base"} org.apache.kafka/kafka-clients - {:mvn/version "3.2.3"}} + {:mvn/version "3.3.1"}} :aliases {:test diff --git a/modules/db-tx-log-kafka/test/blaze/db/tx_log/kafka_test.clj b/modules/db-tx-log-kafka/test/blaze/db/tx_log/kafka_test.clj index 62d539d35..83deced4f 100644 --- a/modules/db-tx-log-kafka/test/blaze/db/tx_log/kafka_test.clj +++ b/modules/db-tx-log-kafka/test/blaze/db/tx_log/kafka_test.clj @@ -13,7 +13,7 @@ [clojure.test :as test :refer [deftest is testing]] [cognitect.anomalies :as anom] [integrant.core :as ig] - [java-time :as time] + [java-time.api :as time] [juxt.iota :refer [given]] [taoensso.timbre :as log]) (:import diff --git a/modules/db-tx-log/src/blaze/db/tx_log_spec.clj b/modules/db-tx-log/src/blaze/db/tx_log_spec.clj index ff463c3f0..3f2a377fc 100644 --- a/modules/db-tx-log/src/blaze/db/tx_log_spec.clj +++ b/modules/db-tx-log/src/blaze/db/tx_log_spec.clj @@ -5,7 +5,7 @@ [blaze.db.tx-log :as tx-log] [blaze.db.tx-log.spec] [clojure.spec.alpha :as s] - [java-time :as time])) + [java-time.api :as time])) ;; returns a CompletableFuture of :blaze.db/t diff --git a/modules/db-tx-log/test/blaze/db/tx_log_test.clj b/modules/db-tx-log/test/blaze/db/tx_log_test.clj index 2cd58935d..8e41ab0a5 100644 --- a/modules/db-tx-log/test/blaze/db/tx_log_test.clj +++ b/modules/db-tx-log/test/blaze/db/tx_log_test.clj @@ -7,7 +7,7 @@ [blaze.test-util :as tu] [clojure.spec.test.alpha :as st] [clojure.test :as test :refer [is deftest]] - [java-time :as time]) + [java-time.api :as time]) (:import [java.lang AutoCloseable] [java.time Instant])) diff --git a/modules/db/src/blaze/db/node.clj b/modules/db/src/blaze/db/node.clj index a0c9ea9eb..ba7acffb4 100644 --- a/modules/db/src/blaze/db/node.clj +++ b/modules/db/src/blaze/db/node.clj @@ -34,7 +34,7 @@ [clojure.spec.alpha :as s] [cognitect.anomalies :as anom] [integrant.core :as ig] - [java-time :as time] + [java-time.api :as time] [prometheus.alpha :as prom :refer [defhistogram]] [taoensso.timbre :as log]) (:import diff --git a/modules/db/src/blaze/db/tx_log/local.clj b/modules/db/src/blaze/db/tx_log/local.clj index 9b67b5992..1a0a28f44 100644 --- a/modules/db/src/blaze/db/tx_log/local.clj +++ b/modules/db/src/blaze/db/tx_log/local.clj @@ -20,7 +20,7 @@ [blaze.module :refer [reg-collector]] [clojure.spec.alpha :as s] [integrant.core :as ig] - [java-time :as time] + [java-time.api :as time] [prometheus.alpha :as prom :refer [defhistogram]] [taoensso.timbre :as log]) (:import diff --git a/modules/db/test-perf/blaze/db/api_test_perf.clj b/modules/db/test-perf/blaze/db/api_test_perf.clj index c31b39296..88b9f38a1 100644 --- a/modules/db/test-perf/blaze/db/api_test_perf.clj +++ b/modules/db/test-perf/blaze/db/api_test_perf.clj @@ -18,7 +18,7 @@ [clojure.test :refer [deftest]] [criterium.core :as criterium] [integrant.core :as ig] - [java-time :as time] + [java-time.api :as time] [taoensso.timbre :as log])) diff --git a/modules/db/test/blaze/db/test_util.clj b/modules/db/test/blaze/db/test_util.clj index 82e32ef68..82497b9e1 100644 --- a/modules/db/test/blaze/db/test_util.clj +++ b/modules/db/test/blaze/db/test_util.clj @@ -13,7 +13,7 @@ [blaze.fhir.structure-definition-repo] [blaze.test-util :refer [with-system]] [integrant.core :as ig] - [java-time :as time])) + [java-time.api :as time])) (def system diff --git a/modules/db/test/blaze/db/tx_log/local_test.clj b/modules/db/test/blaze/db/tx_log/local_test.clj index 3eb89c11b..f22d4d1fe 100644 --- a/modules/db/test/blaze/db/tx_log/local_test.clj +++ b/modules/db/test/blaze/db/tx_log/local_test.clj @@ -18,7 +18,7 @@ [clojure.test :as test :refer [deftest is testing]] [cognitect.anomalies :as anom] [integrant.core :as ig] - [java-time :as time] + [java-time.api :as time] [jsonista.core :as j] [juxt.iota :refer [given]] [taoensso.timbre :as log]) diff --git a/modules/fhir-structure/test/blaze/fhir/spec/type/system_test.clj b/modules/fhir-structure/test/blaze/fhir/spec/type/system_test.clj index 655f56a7e..3f59b5e00 100644 --- a/modules/fhir-structure/test/blaze/fhir/spec/type/system_test.clj +++ b/modules/fhir-structure/test/blaze/fhir/spec/type/system_test.clj @@ -5,7 +5,7 @@ [clojure.spec.test.alpha :as st] [clojure.test :as test :refer [are deftest is testing]] [cognitect.anomalies :as anom] - [java-time :as time]) + [java-time.api :as time]) (:import [com.google.common.hash Hashing] [java.time LocalDate LocalDateTime Year YearMonth OffsetDateTime diff --git a/modules/http-client/test/blaze/http_client_test.clj b/modules/http-client/test/blaze/http_client_test.clj index 7b310e8fe..7858ec33d 100644 --- a/modules/http-client/test/blaze/http_client_test.clj +++ b/modules/http-client/test/blaze/http_client_test.clj @@ -9,7 +9,7 @@ [clojure.spec.test.alpha :as st] [clojure.test :as test :refer [deftest is testing]] [integrant.core :as ig] - [java-time :as time] + [java-time.api :as time] [juxt.iota :refer [given]] [taoensso.timbre :as log]) (:import diff --git a/modules/interaction/test/blaze/interaction/history/instance_test.clj b/modules/interaction/test/blaze/interaction/history/instance_test.clj index 5cfb26ee7..d7b9198c3 100644 --- a/modules/interaction/test/blaze/interaction/history/instance_test.clj +++ b/modules/interaction/test/blaze/interaction/history/instance_test.clj @@ -17,7 +17,7 @@ [clojure.spec.test.alpha :as st] [clojure.test :as test :refer [deftest is testing]] [integrant.core :as ig] - [java-time :as time] + [java-time.api :as time] [juxt.iota :refer [given]] [reitit.core :as reitit] [taoensso.timbre :as log]) diff --git a/modules/interaction/test/blaze/interaction/history/system_test.clj b/modules/interaction/test/blaze/interaction/history/system_test.clj index c14cae29f..affa812d9 100644 --- a/modules/interaction/test/blaze/interaction/history/system_test.clj +++ b/modules/interaction/test/blaze/interaction/history/system_test.clj @@ -15,7 +15,7 @@ [clojure.spec.test.alpha :as st] [clojure.test :as test :refer [deftest is testing]] [integrant.core :as ig] - [java-time :as time] + [java-time.api :as time] [juxt.iota :refer [given]] [reitit.core :as reitit] [taoensso.timbre :as log]) diff --git a/modules/interaction/test/blaze/interaction/history/type_test.clj b/modules/interaction/test/blaze/interaction/history/type_test.clj index 78b55f163..959126bd8 100644 --- a/modules/interaction/test/blaze/interaction/history/type_test.clj +++ b/modules/interaction/test/blaze/interaction/history/type_test.clj @@ -15,7 +15,7 @@ [clojure.spec.test.alpha :as st] [clojure.test :as test :refer [deftest is testing]] [integrant.core :as ig] - [java-time :as time] + [java-time.api :as time] [juxt.iota :refer [given]] [reitit.core :as reitit] [taoensso.timbre :as log]) diff --git a/modules/interaction/test/blaze/interaction/search_compartment_test.clj b/modules/interaction/test/blaze/interaction/search_compartment_test.clj index 7da3625ca..e925393e8 100644 --- a/modules/interaction/test/blaze/interaction/search_compartment_test.clj +++ b/modules/interaction/test/blaze/interaction/search_compartment_test.clj @@ -19,7 +19,7 @@ [clojure.spec.test.alpha :as st] [clojure.test :as test :refer [deftest is testing]] [integrant.core :as ig] - [java-time :as time] + [java-time.api :as time] [juxt.iota :refer [given]] [reitit.core :as reitit] [taoensso.timbre :as log])) diff --git a/modules/interaction/test/blaze/interaction/search_system_test.clj b/modules/interaction/test/blaze/interaction/search_system_test.clj index 3a6ded869..a0ef4bb4a 100644 --- a/modules/interaction/test/blaze/interaction/search_system_test.clj +++ b/modules/interaction/test/blaze/interaction/search_system_test.clj @@ -18,7 +18,7 @@ [clojure.spec.test.alpha :as st] [clojure.test :as test :refer [deftest is testing]] [integrant.core :as ig] - [java-time :as time] + [java-time.api :as time] [juxt.iota :refer [given]] [reitit.core :as reitit] [taoensso.timbre :as log]) diff --git a/modules/interaction/test/blaze/interaction/search_type_test.clj b/modules/interaction/test/blaze/interaction/search_type_test.clj index 0e1462f08..568e8ec8e 100644 --- a/modules/interaction/test/blaze/interaction/search_type_test.clj +++ b/modules/interaction/test/blaze/interaction/search_type_test.clj @@ -20,7 +20,7 @@ [clojure.test :as test :refer [deftest is testing]] [cuerdas.core :as c-str] [integrant.core :as ig] - [java-time :as time] + [java-time.api :as time] [juxt.iota :refer [given]] [reitit.core :as reitit] [taoensso.timbre :as log]) diff --git a/modules/luid/test/blaze/luid_test.clj b/modules/luid/test/blaze/luid_test.clj index b99df3959..7241e8e2a 100644 --- a/modules/luid/test/blaze/luid_test.clj +++ b/modules/luid/test/blaze/luid_test.clj @@ -5,7 +5,7 @@ [clojure.math :as math] [clojure.spec.test.alpha :as st] [clojure.test :as test :refer [deftest is testing]] - [java-time :as time] + [java-time.api :as time] [juxt.iota :refer [given]]) (:import [java.time Clock Instant ZoneId] diff --git a/modules/openid-auth/src/blaze/openid_auth.clj b/modules/openid-auth/src/blaze/openid_auth.clj index fe5ea6ca7..14e9ba9aa 100644 --- a/modules/openid-auth/src/blaze/openid_auth.clj +++ b/modules/openid-auth/src/blaze/openid_auth.clj @@ -6,7 +6,7 @@ [blaze.scheduler.spec] [clojure.spec.alpha :as s] [integrant.core :as ig] - [java-time :as time] + [java-time.api :as time] [taoensso.timbre :as log]) (:import [java.security PublicKey])) diff --git a/modules/operation-measure-evaluate-measure/test/blaze/fhir/operation/evaluate_measure/cql_spec.clj b/modules/operation-measure-evaluate-measure/test/blaze/fhir/operation/evaluate_measure/cql_spec.clj index fd31cf2c8..5b9e9656f 100644 --- a/modules/operation-measure-evaluate-measure/test/blaze/fhir/operation/evaluate_measure/cql_spec.clj +++ b/modules/operation-measure-evaluate-measure/test/blaze/fhir/operation/evaluate_measure/cql_spec.clj @@ -10,7 +10,7 @@ [blaze.fhir.spec] [clojure.spec.alpha :as s] [cognitect.anomalies :as anom] - [java-time :as time])) + [java-time.api :as time])) (s/def ::now diff --git a/modules/page-store/src/blaze/page_store/local.clj b/modules/page-store/src/blaze/page_store/local.clj index 29222e664..968520e43 100644 --- a/modules/page-store/src/blaze/page_store/local.clj +++ b/modules/page-store/src/blaze/page_store/local.clj @@ -8,7 +8,7 @@ [blaze.page-store.weigh :as w] [clojure.spec.alpha :as s] [integrant.core :as ig] - [java-time :as time] + [java-time.api :as time] [taoensso.timbre :as log]) (:import [com.github.benmanes.caffeine.cache Cache Caffeine Weigher])) diff --git a/modules/rocksdb/deps.edn b/modules/rocksdb/deps.edn index fc274b4ec..6dfc71dda 100644 --- a/modules/rocksdb/deps.edn +++ b/modules/rocksdb/deps.edn @@ -9,7 +9,7 @@ {:local/root "../module-base"} org.rocksdb/rocksdbjni - {:mvn/version "7.5.3"}} + {:mvn/version "7.6.0"}} :aliases {:test diff --git a/modules/scheduler/src/blaze/scheduler.clj b/modules/scheduler/src/blaze/scheduler.clj index 7ca9758e6..0a5aa8fae 100644 --- a/modules/scheduler/src/blaze/scheduler.clj +++ b/modules/scheduler/src/blaze/scheduler.clj @@ -4,7 +4,7 @@ [blaze.scheduler.protocol :as p] [blaze.scheduler.spec] [integrant.core :as ig] - [java-time :as time] + [java-time.api :as time] [taoensso.timbre :as log]) (:import [java.util.concurrent Executors Future ScheduledExecutorService TimeUnit])) diff --git a/modules/scheduler/src/blaze/scheduler_spec.clj b/modules/scheduler/src/blaze/scheduler_spec.clj index 833292290..d50d5d59f 100644 --- a/modules/scheduler/src/blaze/scheduler_spec.clj +++ b/modules/scheduler/src/blaze/scheduler_spec.clj @@ -3,7 +3,7 @@ [blaze.scheduler :as sched] [blaze.scheduler.spec] [clojure.spec.alpha :as s] - [java-time :as time])) + [java-time.api :as time])) (s/fdef sched/schedule-at-fixed-rate diff --git a/modules/scheduler/test/blaze/scheduler_test.clj b/modules/scheduler/test/blaze/scheduler_test.clj index abe0b0cb3..e751891c2 100644 --- a/modules/scheduler/test/blaze/scheduler_test.clj +++ b/modules/scheduler/test/blaze/scheduler_test.clj @@ -7,7 +7,7 @@ [clojure.spec.test.alpha :as st] [clojure.test :as test :refer [deftest is testing]] [integrant.core :as ig] - [java-time :as time] + [java-time.api :as time] [taoensso.timbre :as log])) diff --git a/modules/server/deps.edn b/modules/server/deps.edn index ad23d8a5a..09a9ae556 100644 --- a/modules/server/deps.edn +++ b/modules/server/deps.edn @@ -6,7 +6,7 @@ {:local/root "../module-base"} org.eclipse.jetty/jetty-server - {:mvn/version "9.4.48.v20220622"} + {:mvn/version "9.4.49.v20220914"} ring/ring-jetty-adapter {:mvn/version "1.9.6" diff --git a/modules/spec/deps.edn b/modules/spec/deps.edn index 24adf0a70..3232a6c0e 100644 --- a/modules/spec/deps.edn +++ b/modules/spec/deps.edn @@ -1,6 +1,3 @@ {:deps - { - ;; switch to original dependency of https://github.com/dm3/clojure.java-time/issues/84 is solved - clojure.java-time/clojure.java-time - {:git/url "https://github.com/bevuta/clojure.java-time.git" - :git/sha "bf11ca522c83f39a32bf02e490241a4b9ce499b5"}}} + {clojure.java-time/clojure.java-time + {:mvn/version "1.1.0"}}} diff --git a/modules/spec/src/blaze/spec.clj b/modules/spec/src/blaze/spec.clj index 26f813d2f..946240e25 100644 --- a/modules/spec/src/blaze/spec.clj +++ b/modules/spec/src/blaze/spec.clj @@ -2,7 +2,7 @@ (:require [clojure.spec.alpha :as s] [clojure.string :as str] - [java-time :as time]) + [java-time.api :as time]) (:import [java.util Random])) diff --git a/modules/test-util/deps.edn b/modules/test-util/deps.edn index fcd58a07a..0434e2339 100644 --- a/modules/test-util/deps.edn +++ b/modules/test-util/deps.edn @@ -25,4 +25,4 @@ {:mvn/version "1.1.1"} org.slf4j/slf4j-nop - {:mvn/version "2.0.2"}}} + {:mvn/version "2.0.3"}}}