From 410ff2751100c95a94dec01f886e2380d0937f54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 14:15:31 +0000 Subject: [PATCH 1/2] Bump com.puppycrawl.tools:checkstyle from 12.3.0 to 13.4.2 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 12.3.0 to 13.4.2. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-12.3.0...checkstyle-13.4.2) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 13.4.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 861e0ff9b..fe76d91c6 100644 --- a/pom.xml +++ b/pom.xml @@ -86,7 +86,7 @@ 3.12.0 3.6.0 2.21.0 - 12.3.0 + 13.4.2 3.0.0-M4 0.10.0 3.1.2 From 61b7b2390a1c5a7291fcde43b533f4364a2547fb Mon Sep 17 00:00:00 2001 From: Fabio Borriello Date: Thu, 7 May 2026 12:41:15 +0200 Subject: [PATCH 2/2] Readme title change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f2c6db24..d368243ba 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ BULL -## 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.