Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
luposlip committed Apr 2, 2024
1 parent 0eec0e1 commit c5675e2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## 0.4.4 - 2024-04-02

- Updated dependencies

## 0.4.3 - 2024-02-20

### Enhanced
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Clojure JSON Schema Validator & Generator

```clojure
[luposlip/json-schema "0.4.3"]
[luposlip/json-schema "0.4.4"]
```

A Clojure library for:
Expand Down Expand Up @@ -185,7 +185,7 @@ To the contributors!
## Copyright & License
Copyright (C) 2020-2023 Henrik Mohr
Copyright (C) 2020-2024 Henrik Mohr
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(defproject luposlip/json-schema "0.4.3"
(defproject luposlip/json-schema "0.4.4"
:description "Clojure library for JSON Schema validation and generation - Draft-07 compatible"
:url "https://github.com/luposlip/json-schema"
:license {:name "Apache License, Version 2.0"
:url "https://www.apache.org/licenses/LICENSE-2.0"}
:dependencies [[org.clojure/clojure "1.11.1"]
[cheshire "5.12.0"]
:dependencies [[org.clojure/clojure "1.11.2"]
[cheshire "5.13.0"]
[com.github.erosb/everit-json-schema "1.14.4"]]
:global-vars {*warn-on-reflection* true}
:repl-options {:init-ns json-schema.core}
Expand Down

0 comments on commit c5675e2

Please sign in to comment.