simple-java-mail
simple-java-mail copied to clipboard
Bump com.github.bbottema:java-reflection from 4.0.2 to 4.1.0
Bumps com.github.bbottema:java-reflection from 4.0.2 to 4.1.0.
Changelog
Sourced from com.github.bbottema:java-reflection's changelog.
v4.1.0 (18-January-2024 )
- Updated Jakarta Activation to Angus Activation package
v4.0.0 (26-December-2021)
- Updated to Java 8 and fixed recent log4j security issue
- Updated to Jakarta 2.0.1
v3.13.1 (15-June-2020)
- Made zipping method parameters and arguments more flexible
v3.13.0 (17-November-2019)
- Added converter support for String to Date yyyy-MM-dd[ HH:mm]
v3.12.0 (4-November-2019)
- For simple class lookups, In addition to java.lang, also try the packages java.util and java.math
v3.11.1 - v3.11.3 (29-October-2019 - 1-November-2019)
- 3.11.3: Solved an NullPointerException in a collectMethods method
- 3.11.2: recompiled so the line numbers are correct with the released sources (due to license boilerplate added at the wrong time)
- 3.11.1: ClassUtils.collectMethods now returns methods define on implemented interfaces as well
v3.11.0 (27-October-2019)
- Added support for UUID conversion
- The Jakarta Activation framework is now an explicit dependency
v3.10.1 (21-October-2019)
- Made locateClass a little bit more user friendly by deferring return type T
v3.10.0 (28-September-2019)
- Added methods for finding parameters by annotations type
- Moved to Intellij
@Nullability
annotations- Added license boilerplate code in Maven build script
- Solved a bunch of static anlayses warnings
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)