Skip to content

Commit

Permalink
Merge pull request #14 from nubank/update-dependencies
Browse files Browse the repository at this point in the history
updating bouncycastle dependencies
  • Loading branch information
pamgaraujo authored Aug 7, 2024
2 parents 9a2e3a4 + ef17b38 commit 27d34d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.1] — 2024-08-06
### Changed
* Bump dependencies

Expand Down Expand Up @@ -43,4 +45,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[0.1.3]: https://github.com/nubank/clj-github-app/compare/0.1.2...0.1.3
[0.1.4]: https://github.com/nubank/clj-github-app/compare/0.1.3...0.1.4
[0.2.0]: https://github.com/nubank/clj-github-app/compare/0.1.4...0.2.0
[Unreleased]: https://github.com/nubank/clj-github-app/compare/0.2.0...HEAD
[0.2.1]: https://github.com/nubank/clj-github-app/compare/0.2.0...0.2.1
[Unreleased]: https://github.com/nubank/clj-github-app/compare/0.2.1...HEAD
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject nubank/clj-github-app "0.2.0"
(defproject nubank/clj-github-app "0.2.1"
:description "A library to implement GitHub Apps in Clojure."
:url "http://github.com/nubank/clj-github-app"
:license {:name "Eclipse Public License"
Expand All @@ -11,8 +11,8 @@
[clj-http/clj-http "3.12.3"]
[org.clojure/core.cache "1.0.225"]
[com.auth0/java-jwt "4.0.0"]
[org.bouncycastle/bcprov-jdk15on "1.70"]
[org.bouncycastle/bcpkix-jdk15on "1.70"]
[org.bouncycastle/bcpkix-jdk18on "1.78.1"]
[org.bouncycastle/bcpg-jdk18on "1.78.1"]
[pandect/pandect "1.0.2"]
[ring/ring-codec "1.2.0"]
[crypto-equality/crypto-equality "1.0.1"]
Expand Down

0 comments on commit 27d34d2

Please sign in to comment.