Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img width="420" alt="BULL" src="./docs/site/resources/images/BullBranding_04.png">
</h1>

## Bean Utils Light Library
## Bean Utils Light Library (BULL)

BULL is a Java Bean to Java Bean transformer that recursively copies data from one object to another, it is generic, flexible, reusable, configurable, and incredibly fast.
It's the only library able to transform Mutable, Immutable, and Mixed bean without any custom configuration.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<maven.javadoc-plugin.version>3.12.0</maven.javadoc-plugin.version>
<maven.checkstyle.plugin.version>3.6.0</maven.checkstyle.plugin.version>
<maven.versions.plugin.version>2.21.0</maven.versions.plugin.version>
<puppycrawl.checkstyle.version>12.3.0</puppycrawl.checkstyle.version>
<puppycrawl.checkstyle.version>13.4.2</puppycrawl.checkstyle.version>
<maven.release.plugin.version>3.0.0-M4</maven.release.plugin.version>
<maven.central-publishing.plugin.version>0.10.0</maven.central-publishing.plugin.version>
<maven.project.info.reports.plugin.version>3.1.2</maven.project.info.reports.plugin.version>
Expand Down
Loading