Skip to content

Commit

Permalink
Minor dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Aug 3, 2021
1 parent 1dfd4f5 commit 00affa2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,18 @@ SSLSocketFactories (factory factories cough.)

* Add support for additional/alternative trust stores with the `--add-truststore <keystore>` and `--alt-truststore <keystore>` command-line options.


=== Dependency Updates

* RxJava 3.0.13
* Jackson 2.12.4
* SLF4J 1.7.32
* Micronaut 2.5.11

=== Build/Test Updates

* Fix, re-enable, and improve `WalletSendSpec` integration test
* Spock 2.0-groovy-3.0 (released version)

== v0.5.8

Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ bitcoinjGroup = org.bitcoinj
bitcoinjArtifact = bitcoinj-core
bitcoinjVersion = 0.15.10
guavaVersion = 28.2-android
rxJavaVersion = 3.0.12
rxJavaVersion = 3.0.13
groovyVersion = 3.0.8
spockVersion = 2.0-M5-groovy-3.0
slf4jVersion = 1.7.30
jacksonVersion = 2.12.2
micronautVersion = 2.5.1
spockVersion = 2.0-groovy-3.0
slf4jVersion = 1.7.32
jacksonVersion = 2.12.4
micronautVersion = 2.5.11
micronautShadowVersion = 6.1.0
micronautAppGradlePluginVersion = 1.5.0
javaMoneyMonetaVersion = 1.4
Expand Down

0 comments on commit 00affa2

Please sign in to comment.