Skip to content

Commit 1602b78

Browse files
authored
Bump dependencies (#176)
* Bump dependencies * Don't upgrade CodeCov * Don't upgrade Honey SQL yet until we fix seancorfield/honeysql#537
1 parent 4dfb559 commit 1602b78

File tree

5 files changed

+26
-22
lines changed

5 files changed

+26
-22
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-20.04
1111
environment: Deployment
1212
steps:
13-
- uses: actions/[email protected].0
13+
- uses: actions/[email protected].7
1414
with:
1515
fetch-depth: 0
1616
- name: Setup Java & Clojure

.github/workflows/tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
CLJ_KONDO_VERSION: "2023.09.07"
1515
DOWNLOAD_URL: https://github.com/clj-kondo/clj-kondo/releases/download
1616
steps:
17-
- uses: actions/[email protected].0
17+
- uses: actions/[email protected].7
1818
- name: Setup Java & Clojure
1919
uses: ./.github/actions/setup
2020
with:
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-20.04
5151
timeout-minutes: 10
5252
steps:
53-
- uses: actions/[email protected].0
53+
- uses: actions/[email protected].7
5454
- uses: harmon758/postgresql-action@v1
5555
with:
5656
postgresql version: 14
@@ -79,7 +79,7 @@ jobs:
7979
MYSQL_USER: root
8080
MYSQL_ALLOW_EMPTY_PASSWORD: yes
8181
steps:
82-
- uses: actions/[email protected].0
82+
- uses: actions/[email protected].7
8383
- name: Setup Java & Clojure
8484
uses: ./.github/actions/setup
8585
with:
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: ubuntu-20.04
9494
timeout-minutes: 10
9595
steps:
96-
- uses: actions/[email protected].0
96+
- uses: actions/[email protected].7
9797
- name: Setup Java & Clojure
9898
uses: ./.github/actions/setup
9999
with:
@@ -106,7 +106,7 @@ jobs:
106106
whitespace-linter:
107107
runs-on: ubuntu-20.04
108108
steps:
109-
- uses: actions/[email protected].0
109+
- uses: actions/[email protected].7
110110
- name: Setup Java & Clojure
111111
uses: ./.github/actions/setup
112112
with:
@@ -117,7 +117,7 @@ jobs:
117117
check:
118118
runs-on: ubuntu-20.04
119119
steps:
120-
- uses: actions/[email protected].0
120+
- uses: actions/[email protected].7
121121
- name: Setup Java & Clojure
122122
uses: ./.github/actions/setup
123123
with:
@@ -131,7 +131,7 @@ jobs:
131131
codecov:
132132
runs-on: ubuntu-20.04
133133
steps:
134-
- uses: actions/[email protected].0
134+
- uses: actions/[email protected].7
135135
- name: Setup Java & Clojure
136136
uses: ./.github/actions/setup
137137
with:
@@ -146,7 +146,7 @@ jobs:
146146
codespell:
147147
runs-on: ubuntu-20.04
148148
steps:
149-
- uses: actions/[email protected].0
149+
- uses: actions/[email protected].7
150150
- uses: codespell-project/actions-codespell@v2
151151
with:
152152
ignore_words_file: .codespellignore

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*.class
22
*.jar
3+
*.~undo-tree~
34
.\#*
45
.cache
56
.cpcache

deps.edn

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,31 @@
44
:deps
55
{better-cond/better-cond {:mvn/version "2.1.5"}
66
camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.3"}
7-
com.github.seancorfield/honeysql {:mvn/version "2.4.1066"}
8-
com.github.seancorfield/next.jdbc {:mvn/version "1.3.894"}
7+
com.github.seancorfield/honeysql {:mvn/version "2.4.1066"} ; don't upgrade yet because of https://github.com/seancorfield/honeysql/issues/537
8+
com.github.seancorfield/next.jdbc {:mvn/version "1.3.939"}
99
environ/environ {:mvn/version "1.2.0"}
10-
methodical/methodical {:mvn/version "0.15.1"}
10+
methodical/methodical {:mvn/version "1.0.123"}
1111
mvxcvi/puget {:mvn/version "1.3.4"}
12-
org.clojure/tools.logging {:mvn/version "1.2.4"}
13-
org.clojure/tools.trace {:mvn/version "0.7.11"}
14-
potemkin/potemkin {:mvn/version "0.4.6"}
12+
org.clojure/tools.logging {:mvn/version "1.3.0"}
13+
org.clojure/tools.trace {:mvn/version "0.8.0"}
14+
potemkin/potemkin {:mvn/version "0.4.7"}
1515
pretty/pretty {:mvn/version "1.0.5"}}
1616

1717
:aliases
1818
{:dev
1919
{:extra-deps
20-
{com.h2database/h2 {:mvn/version "2.2.224"}
20+
{com.h2database/h2 {:mvn/version "2.3.232"}
2121
eftest/eftest {:mvn/version "0.6.0"}
2222
io.github.camsaul/humane-are {:mvn/version "1.0.2"}
23-
org.clojure/java.classpath {:mvn/version "1.0.0"}
24-
org.clojure/math.combinatorics {:mvn/version "0.2.0"}
25-
org.clojure/tools.namespace {:mvn/version "1.4.4"}
23+
org.clojure/java.classpath {:mvn/version "1.1.0"}
24+
org.clojure/math.combinatorics {:mvn/version "0.3.0"}
25+
org.clojure/tools.namespace {:mvn/version "1.5.0"}
2626
;; Don't upgrade to 3.x yet. It only returns the first generated key when inserting multiple rows. So keep using v2
2727
;; until we decide how to work around it or they fix it. See
2828
;;
2929
;; https://mariadb.com/kb/en/about-mariadb-connector-j/#generated-keys-limitation
3030
org.mariadb.jdbc/mariadb-java-client {:mvn/version "2.7.8"}
31-
org.postgresql/postgresql {:mvn/version "42.6.0"}
31+
org.postgresql/postgresql {:mvn/version "42.7.4"}
3232
pjstadig/humane-test-output {:mvn/version "0.11.0"}}
3333

3434
:extra-paths
@@ -48,7 +48,7 @@
4848
;; clojure -M:check
4949
:check
5050
{:extra-deps {athos/clj-check {:git/url "https://github.com/athos/clj-check.git"
51-
:sha "518d5a1cbfcd7c952f548e6dbfcb9a4a5faf9062"}}
51+
:sha "d997df866b2a04b7ce7b17533093ee0a2e2cb729"}}
5252
:main-opts ["-m" "clj-check.check"]}
5353

5454
;; clj -T:whitespace-linter
@@ -130,6 +130,6 @@
130130

131131
;; clojure -T:build
132132
:build
133-
{:deps {io.github.clojure/tools.build {:git/tag "v0.9.6" :git/sha "8e78bcc"}
133+
{:deps {io.github.clojure/tools.build {:git/tag "v0.10.5" :git/sha "2a21b7a"}
134134
slipset/deps-deploy {:mvn/version "0.2.2"}}
135135
:ns-default build}}}

test/toucan2/delete_test.clj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[clojure.test :refer :all]
44
[methodical.core :as m]
55
[toucan2.connection :as conn]
6+
[toucan2.core]
67
[toucan2.delete :as delete]
78
[toucan2.model :as model]
89
[toucan2.pipeline :as pipeline]
@@ -12,6 +13,8 @@
1213
[toucan2.tools.compile :as tools.compile]
1314
[toucan2.tools.named-query :as tools.named-query]))
1415

16+
(comment toucan2.core/keep-me)
17+
1518
(deftest ^:parallel parse-args-test
1619
;; these are basically the same as the select args so we don't need a ton of coverage here.
1720
(are [args expected] (= expected

0 commit comments

Comments
 (0)