v3.2.0
What's Changed
- Bump maven-failsafe-plugin from 2.22.2 to 3.1.2 by @dependabot in #454
- Bump assertj-core from 3.23.1 to 3.24.2 by @dependabot in #455
- Bump caffeine from 2.8.8 to 2.9.3 by @dependabot in #457
- Bump jacoco-maven-plugin from 0.8.8 to 0.8.10 by @dependabot in #458
- Support for NetworkID by @nkramer44 in #461
- Add PreviousFields to DeletedNode by @nkramer44 in #462
- Add nftoken_id, nftoken_ids, and offer_id fields to TransactionMetadata by @nkramer44 in #463
- Fix NfTokenBuyOffers and NfTokenSellOffers RequestParams/Results by @nkramer44 in #465
- Add nft_info support by @nkramer44 in #466
- Allow for No-Op AccountSet SetFlag and ClearFlag values by @nkramer44 in #479
Maven
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.xrpl4j</groupId>
<artifactId>xrpl4j-bom</artifactId>
<version>3.2.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
Full Changelog: v3.1.2...v3.2.0