Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve exception message in DateTimeFormatter #731

Merged
merged 2 commits into from Jan 6, 2024

Conversation

cyrilou242
Copy link
Contributor

Hello,
The proposed change is a very minor improvement to the exception message in DateTimeFormatter when the input is null or empty.

Current exception text:

Invalid pattern specification

Proposed exception text:

Invalid pattern specification. Pattern is null or empty.

Rationale:
An IllegalArgumentException is thrown if the pattern does not respect the ISO-8601 format OR if the pattern is null or empty.
The current exception text for null or empty case does not make it clear that the issue is not a ISO-8601 format issue but a null/empty issue.
I lost some time on this when debugging. I think the proposed change can only improve the joda user experience, and does not add complexity to the codebase.

I did not open an issue, sorry about this, it was simpler to show the change in a PR.

@jodastephen jodastephen enabled auto-merge (squash) January 6, 2024 23:08
@jodastephen jodastephen merged commit a804c5e into JodaOrg:main Jan 6, 2024
4 checks passed
dongjoon-hyun pushed a commit to apache/spark that referenced this pull request Jan 8, 2024
### What changes were proposed in this pull request?
This pr aims to upgrade  joda-time  from 2.12.5 to 2.12.6

### Why are the changes needed?
The new version brings the following fixes:
- JodaOrg/joda-time#733
- JodaOrg/joda-time#755
- JodaOrg/joda-time#731

The full release notes as follows:
- https://github.com/JodaOrg/joda-time/releases/tag/v2.12.6

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
Pass GitHub Actions

### Was this patch authored or co-authored using generative AI tooling?
No

Closes #44626 from LuciferYang/SPARK-46624.

Authored-by: yangjie01 <yangjie01@baidu.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
a0x8o added a commit to a0x8o/spark that referenced this pull request Jan 8, 2024
### What changes were proposed in this pull request?
This pr aims to upgrade  joda-time  from 2.12.5 to 2.12.6

### Why are the changes needed?
The new version brings the following fixes:
- JodaOrg/joda-time#733
- JodaOrg/joda-time#755
- JodaOrg/joda-time#731

The full release notes as follows:
- https://github.com/JodaOrg/joda-time/releases/tag/v2.12.6

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
Pass GitHub Actions

### Was this patch authored or co-authored using generative AI tooling?
No

Closes #44626 from LuciferYang/SPARK-46624.

Authored-by: yangjie01 <yangjie01@baidu.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
a0x8o added a commit to a0x8o/spark that referenced this pull request Jan 8, 2024
### What changes were proposed in this pull request?
This pr aims to upgrade  joda-time  from 2.12.5 to 2.12.6

### Why are the changes needed?
The new version brings the following fixes:
- JodaOrg/joda-time#733
- JodaOrg/joda-time#755
- JodaOrg/joda-time#731

The full release notes as follows:
- https://github.com/JodaOrg/joda-time/releases/tag/v2.12.6

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
Pass GitHub Actions

### Was this patch authored or co-authored using generative AI tooling?
No

Closes #44626 from LuciferYang/SPARK-46624.

Authored-by: yangjie01 <yangjie01@baidu.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
github-merge-queue bot pushed a commit to camunda/zeebe that referenced this pull request Mar 28, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [joda-time:joda-time](https://www.joda.org/joda-time/)
([source](https://togithub.com/JodaOrg/joda-time)) | `2.10.10` ->
`2.12.7` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/joda-time:joda-time/2.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/joda-time:joda-time/2.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/joda-time:joda-time/2.10.10/2.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/joda-time:joda-time/2.10.10/2.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>JodaOrg/joda-time (joda-time:joda-time)</summary>

###
[`v2.12.7`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.12.7)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.12.7) for
more information.

#### What's Changed

- Update time zone data to 2024agtz by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[JodaOrg/joda-time#768

**Full Changelog**:
JodaOrg/joda-time@v2.12.6...v2.12.7

###
[`v2.12.6`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.12.6)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.12.6) for
more information.

#### What's Changed

- Match more time-zone IDs by
[@&#8203;jodastephen](https://togithub.com/jodastephen) in
[JodaOrg/joda-time#733
- Bump maven-install-plugin from 3.1.0 to 3.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JodaOrg/joda-time#707
- Bump maven-resources-plugin from 3.3.0 to 3.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JodaOrg/joda-time#708
- Update time zone data to 2023dgtz by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[JodaOrg/joda-time#755
- improve exception message in DateTimeFormatter by
[@&#8203;cyrilou242](https://togithub.com/cyrilou242) in
[JodaOrg/joda-time#731

#### New Contributors

- [@&#8203;cyrilou242](https://togithub.com/cyrilou242) made their first
contribution in
[JodaOrg/joda-time#731

**Full Changelog**:
JodaOrg/joda-time@v2.12.5...v2.12.6

###
[`v2.12.5`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.12.5)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.12.4...v2.12.5)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.12.5) for
more information.

###
[`v2.12.4`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.12.4)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.12.3...v2.12.4)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.12.4) for
more information.

###
[`v2.12.3`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.12.3)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/2.12.2...v2.12.3)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.12.3) for
more information.

###
[`v2.12.2`](https://togithub.com/JodaOrg/joda-time/releases/tag/2.12.2)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.12.1...2.12.2)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.12.2) for
more information.

###
[`v2.12.1`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.12.1)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.12.0...v2.12.1)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.12.1) for
more information.

###
[`v2.12.0`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.12.0)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.11.2...v2.12.0)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.12.0) for
more information.

###
[`v2.11.2`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.11.2)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.11.1...v2.11.2)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.11.2) for
more information.

###
[`v2.11.1`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.11.1)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.11.0...v2.11.1)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.11.1) for
more information.

###
[`v2.11.0`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.11.0)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.10.14...v2.11.0)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.11.0) for
more information.

###
[`v2.10.14`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.10.14)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.10.13...v2.10.14)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.10.14) for
more information.

###
[`v2.10.13`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.10.13)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.10.12...v2.10.13)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.10.13) for
more information.

###
[`v2.10.12`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.10.12)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.10.11...v2.10.12)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.10.12) for
more information.

###
[`v2.10.11`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.10.11)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.10.10...v2.10.11)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.10.11) for
more information.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 6am
every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/zeebe).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
github-merge-queue bot pushed a commit to camunda/zeebe that referenced this pull request Mar 28, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [joda-time:joda-time](https://www.joda.org/joda-time/)
([source](https://togithub.com/JodaOrg/joda-time)) | `2.10.10` ->
`2.12.7` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/joda-time:joda-time/2.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/joda-time:joda-time/2.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/joda-time:joda-time/2.10.10/2.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/joda-time:joda-time/2.10.10/2.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>JodaOrg/joda-time (joda-time:joda-time)</summary>

###
[`v2.12.7`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.12.7)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.12.7) for
more information.

#### What's Changed

- Update time zone data to 2024agtz by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[JodaOrg/joda-time#768

**Full Changelog**:
JodaOrg/joda-time@v2.12.6...v2.12.7

###
[`v2.12.6`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.12.6)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.12.6) for
more information.

#### What's Changed

- Match more time-zone IDs by
[@&#8203;jodastephen](https://togithub.com/jodastephen) in
[JodaOrg/joda-time#733
- Bump maven-install-plugin from 3.1.0 to 3.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JodaOrg/joda-time#707
- Bump maven-resources-plugin from 3.3.0 to 3.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JodaOrg/joda-time#708
- Update time zone data to 2023dgtz by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[JodaOrg/joda-time#755
- improve exception message in DateTimeFormatter by
[@&#8203;cyrilou242](https://togithub.com/cyrilou242) in
[JodaOrg/joda-time#731

#### New Contributors

- [@&#8203;cyrilou242](https://togithub.com/cyrilou242) made their first
contribution in
[JodaOrg/joda-time#731

**Full Changelog**:
JodaOrg/joda-time@v2.12.5...v2.12.6

###
[`v2.12.5`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.12.5)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.12.4...v2.12.5)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.12.5) for
more information.

###
[`v2.12.4`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.12.4)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.12.3...v2.12.4)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.12.4) for
more information.

###
[`v2.12.3`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.12.3)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/2.12.2...v2.12.3)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.12.3) for
more information.

###
[`v2.12.2`](https://togithub.com/JodaOrg/joda-time/releases/tag/2.12.2)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.12.1...2.12.2)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.12.2) for
more information.

###
[`v2.12.1`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.12.1)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.12.0...v2.12.1)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.12.1) for
more information.

###
[`v2.12.0`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.12.0)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.11.2...v2.12.0)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.12.0) for
more information.

###
[`v2.11.2`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.11.2)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.11.1...v2.11.2)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.11.2) for
more information.

###
[`v2.11.1`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.11.1)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.11.0...v2.11.1)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.11.1) for
more information.

###
[`v2.11.0`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.11.0)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.10.14...v2.11.0)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.11.0) for
more information.

###
[`v2.10.14`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.10.14)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.10.13...v2.10.14)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.10.14) for
more information.

###
[`v2.10.13`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.10.13)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.10.12...v2.10.13)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.10.13) for
more information.

###
[`v2.10.12`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.10.12)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.10.11...v2.10.12)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.10.12) for
more information.

###
[`v2.10.11`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.10.11)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.10.10...v2.10.11)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.10.11) for
more information.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 6am
every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/zeebe).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
github-merge-queue bot pushed a commit to camunda/zeebe that referenced this pull request Mar 28, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [joda-time:joda-time](https://www.joda.org/joda-time/)
([source](https://togithub.com/JodaOrg/joda-time)) | `2.10.10` ->
`2.12.7` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/joda-time:joda-time/2.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/joda-time:joda-time/2.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/joda-time:joda-time/2.10.10/2.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/joda-time:joda-time/2.10.10/2.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>JodaOrg/joda-time (joda-time:joda-time)</summary>

###
[`v2.12.7`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.12.7)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.12.7) for
more information.

#### What's Changed

- Update time zone data to 2024agtz by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[JodaOrg/joda-time#768

**Full Changelog**:
JodaOrg/joda-time@v2.12.6...v2.12.7

###
[`v2.12.6`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.12.6)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.12.6) for
more information.

#### What's Changed

- Match more time-zone IDs by
[@&#8203;jodastephen](https://togithub.com/jodastephen) in
[JodaOrg/joda-time#733
- Bump maven-install-plugin from 3.1.0 to 3.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JodaOrg/joda-time#707
- Bump maven-resources-plugin from 3.3.0 to 3.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[JodaOrg/joda-time#708
- Update time zone data to 2023dgtz by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[JodaOrg/joda-time#755
- improve exception message in DateTimeFormatter by
[@&#8203;cyrilou242](https://togithub.com/cyrilou242) in
[JodaOrg/joda-time#731

#### New Contributors

- [@&#8203;cyrilou242](https://togithub.com/cyrilou242) made their first
contribution in
[JodaOrg/joda-time#731

**Full Changelog**:
JodaOrg/joda-time@v2.12.5...v2.12.6

###
[`v2.12.5`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.12.5)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.12.4...v2.12.5)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.12.5) for
more information.

###
[`v2.12.4`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.12.4)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.12.3...v2.12.4)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.12.4) for
more information.

###
[`v2.12.3`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.12.3)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/2.12.2...v2.12.3)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.12.3) for
more information.

###
[`v2.12.2`](https://togithub.com/JodaOrg/joda-time/releases/tag/2.12.2)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.12.1...2.12.2)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.12.2) for
more information.

###
[`v2.12.1`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.12.1)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.12.0...v2.12.1)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.12.1) for
more information.

###
[`v2.12.0`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.12.0)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.11.2...v2.12.0)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.12.0) for
more information.

###
[`v2.11.2`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.11.2)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.11.1...v2.11.2)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.11.2) for
more information.

###
[`v2.11.1`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.11.1)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.11.0...v2.11.1)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.11.1) for
more information.

###
[`v2.11.0`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.11.0)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.10.14...v2.11.0)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.11.0) for
more information.

###
[`v2.10.14`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.10.14)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.10.13...v2.10.14)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.10.14) for
more information.

###
[`v2.10.13`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.10.13)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.10.12...v2.10.13)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.10.13) for
more information.

###
[`v2.10.12`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.10.12)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.10.11...v2.10.12)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.10.12) for
more information.

###
[`v2.10.11`](https://togithub.com/JodaOrg/joda-time/releases/tag/v2.10.11)

[Compare
Source](https://togithub.com/JodaOrg/joda-time/compare/v2.10.10...v2.10.11)

See the [change
notes](https://www.joda.org/joda-time/changes-report.html#a2.10.11) for
more information.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 6am
every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/zeebe).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants