Bump joda-time:joda-time from 2.14.1 to 2.14.2 in the dependencies group
Bumps the dependencies group with 1 update: joda-time:joda-time.
Updates
joda-time:joda-timefrom 2.14.1 to 2.14.2Release notes
Sourced from joda-time:joda-time's releases.
Release v2.14.2
See the change notes for more information.
What's Changed
- Update time zone data to 2026bgtz by
@jodastephenin JodaOrg/joda-time#831Full Changelog: https://github.com/JodaOrg/joda-time/compare/v2.14.1...v2.14.2
Commits
d6ba4f0Release v2.14.243ea40bUpdate time zone data to 2026bgtz (#831)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency’s major version (unless you unignore this specific dependency’s major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency’s minor version (unless you unignore this specific dependency’s minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsFixes https://github.com/google/caliper/pull/548
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/caliper/pull/548 from google:dependabot/maven/dependencies-debbb52ff8 d51fdabb819a7dfb6aed6c106cebcb6eb8fa1854 PiperOrigin-RevId: 910702882
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
Caliper
Caliper is a tool for measuring Java code performance, primarily focused on microbenchmarks.
Prefer JMH or Jetpack Microbenchmark
For new benchmarks, we recommend using a tool other than Caliper:
Building
To build the JVM version of Caliper (the only supported version at the moment), run:
Android
Caliper currently has a number of artifacts related to Android. These are in a transitional state and no easy way to run Caliper benchmarks on Android is currently available.
If you are interested in building the Android artifacts for any reason, you can run:
Note that for these artifacts to build, you must have an
ANDROID_HOMEenvironment variable set to the location of an Android SDK containing the fileplatforms/android-25/android.jar. Alternatively, you can pass-Dandroid.home=<path>to yourmvncommand to set the Android SDK directory that way, and/or-Dandroid.sdk.version=<version>to specify a version other than25(but note that the build may not work with a version lower than25).