OpenRTF 1.2.1 has been released. OpenRTF is a free Java library for creating and editing RTF files with a LGPL and MPL open source license.
Update to the latest OpenRTF version by using this in your pom.xml file:
<dependency>
<groupId>com.github.librepdf</groupId>
<artifactId>openrtf</artifactId>
<version>1.2.1</version>
</dependency>