v3.0.1
What's Changed
- Fixed groupid in readme by @RajatArora08 in #392
- Add missing AccountRoot fields by @nkramer44 in #399
- Bump testcontainers from 1.15.1 to 1.17.6 by @dependabot in #394
- Bump jsonassert from 1.5.0 to 1.5.1 by @dependabot in #395
- Bump slf4j-api from 1.7.30 to 1.7.36 by @dependabot in #396
- Bump nexus-staging-maven-plugin from 1.6.12 to 1.6.13 by @dependabot in #397
Maven
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.xrpl4j</groupId>
<artifactId>xrpl4j-bom</artifactId>
<version>3.0.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
New Contributors
- @RajatArora08 made their first contribution in #392
Full Changelog: v3.0.0...v3.0.1