Skip to content

Commit 07b51ed

Browse files
committed
bump: deps
1 parent 40a7462 commit 07b51ed

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

deps.edn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{:paths ["src" "resources"]
22
:deps {org.clojure/clojure {:mvn/version "1.12.0"}
3-
com.github.parenthesin/components {:mvn/version "0.3.0"
3+
com.github.parenthesin/components {:mvn/version "0.3.1"
44
:exclusions [prismatic/schema]}
5-
com.github.seancorfield/honeysql {:mvn/version "2.6.1196"}
5+
com.github.seancorfield/honeysql {:mvn/version "2.6.1203"}
66
metosin/reitit-swagger {:mvn/version "0.7.2"}
77
org.postgresql/postgresql {:mvn/version "42.7.4"}
8-
com.taoensso/encore {:mvn/version "3.122.0"}
8+
com.taoensso/encore {:mvn/version "3.127.0"}
99
datalevin/datalevin {:mvn/version "0.9.12"}
1010
buddy/buddy-sign {:mvn/version "3.6.1-359"}
1111
metosin/malli {:mvn/version "0.16.4"}}

resources/config.edn

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
:username #or [#env DB_USER "postgres"]
99
:password #or [#env DB_PASS "postgres"]
1010
:host #or [#env DB_HOST "localhost"]
11-
:port #or [#env DB_PORT 5432]
12-
:useSSL true}
11+
:port #or [#env DB_PORT 5432]}
1312

1413
:db-docs {:dir #or [#env DB_DOCS_DIR "target"]
1514
:url #or [#env DB_DOCS_URL "https://github.com/clj-codes/docs.extractor/releases/download"]

0 commit comments

Comments
 (0)