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

chore(deps): update module go-ozzo/ozzo-validation/v4 to v4.2.1 #4401

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 28, 2020

This PR contains the following updates:

Package Type Update Change
github.com/go-ozzo/ozzo-validation/v4 require patch v4.2.0 -> v4.2.1

Release Notes

go-ozzo/ozzo-validation

v4.2.1

Compare Source


Renovate configuration

📅 Schedule: 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@npepinpe
Copy link
Member

bors r+

zeebe-bors bot added a commit that referenced this pull request Apr 28, 2020
4397: chore(deps): update spring core to v5.2.6.release r=npepinpe a=renovate[bot]

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [org.springframework:spring-core](https://togithub.com/spring-projects/spring-framework) | patch | `5.2.5.RELEASE` -> `5.2.6.RELEASE` |
| [org.springframework:spring-context](https://togithub.com/spring-projects/spring-framework) | patch | `5.2.5.RELEASE` -> `5.2.6.RELEASE` |
| [org.springframework:spring-beans](https://togithub.com/spring-projects/spring-framework) | patch | `5.2.5.RELEASE` -> `5.2.6.RELEASE` |

---

### Release Notes

<details>
<summary>spring-projects/spring-framework</summary>

### [`v5.2.6.RELEASE`](https://togithub.com/spring-projects/spring-framework/releases/v5.2.6.RELEASE)

[Compare Source](https://togithub.com/spring-projects/spring-framework/compare/v5.2.5.RELEASE...v5.2.6.RELEASE)

#### ⭐ New Features

-   Cache meta-annotations for stereotype check in AnnotationBeanNameGenerator [#&#8203;24980](https://togithub.com/spring-projects/spring-framework/issues/24980)
-   Use WebsocketServerSpec in ReactorNettyRequestUpgradeStrategy [#&#8203;24959](https://togithub.com/spring-projects/spring-framework/issues/24959)
-   Warn about unsupported "/path/\*\*/other" patterns with WebFlux PathPatternParser [#&#8203;24958](https://togithub.com/spring-projects/spring-framework/issues/24958)
-   Allow override of data binding in ModelAttributeMethodArgumentResolver [#&#8203;24947](https://togithub.com/spring-projects/spring-framework/pull/24947)
-   Rid pointless wrapping with BufferedInputStream from class reading [#&#8203;24946](https://togithub.com/spring-projects/spring-framework/pull/24946)
-   ResponseStatusExceptionResolver ignores ResponseStatusException headers [#&#8203;24944](https://togithub.com/spring-projects/spring-framework/issues/24944)
-   Caching of autowire candidate metadata for lazy beans [#&#8203;24904](https://togithub.com/spring-projects/spring-framework/issues/24904)
-   Put a limit on the size of DefaultSingletonBeanRegistry#suppressedExceptions [#&#8203;24902](https://togithub.com/spring-projects/spring-framework/issues/24902)
-   Prevent setting parent bean factory to self [#&#8203;24900](https://togithub.com/spring-projects/spring-framework/pull/24900)
-   Honor overridden AcceptHeaderLocaleContextResolver.getDefaultLocale() [#&#8203;24871](https://togithub.com/spring-projects/spring-framework/pull/24871)
-   Improve performance of StringUtils.deleteAny() [#&#8203;24870](https://togithub.com/spring-projects/spring-framework/pull/24870)
-   'args' argument of 'JdbcTemplate#query(String, Object\[], RowCallbackHandler)' method should be marked `@Nullable` [#&#8203;24839](https://togithub.com/spring-projects/spring-framework/issues/24839)
-   Improve usage of ByteArrayOutputStream/ByteArrayInputStream [#&#8203;24805](https://togithub.com/spring-projects/spring-framework/pull/24805)
-   Simplify conversion of ByteArrayOutputStream to String [#&#8203;24785](https://togithub.com/spring-projects/spring-framework/pull/24785)
-   Optimize sortPostProcessors() in PostProcessorRegistrationDelegate [#&#8203;24776](https://togithub.com/spring-projects/spring-framework/issues/24776)
-   Reduce byte array allocations in StompEncoder [#&#8203;24694](https://togithub.com/spring-projects/spring-framework/pull/24694)

#### 🪲 Bug Fixes

-   ConflictingBeanDefinitionException on repeated index evaluation [#&#8203;24978](https://togithub.com/spring-projects/spring-framework/issues/24978)
-   Reintroduce synthesized annotation attribute value caching [#&#8203;24970](https://togithub.com/spring-projects/spring-framework/issues/24970)
-   MockHttpServletRequest should not strip brackets from IPV6 address supplied via Host header [#&#8203;24916](https://togithub.com/spring-projects/spring-framework/issues/24916)
-   Memory leak in MimeTypeUtils LRUCache [#&#8203;24886](https://togithub.com/spring-projects/spring-framework/issues/24886)
-   Annotation searches potentially synthesize annotations unnecessarily [#&#8203;24861](https://togithub.com/spring-projects/spring-framework/issues/24861)
-   Connection created by SingleConnectionDataSource with suppressClose=true always returns isClosed=false even if the target connection is closed [#&#8203;24853](https://togithub.com/spring-projects/spring-framework/issues/24853)
-   DefaultListableBeanFactory.getBean(Class) throws NoSuchBeanDefinitionException on existing bean if getBean(Class) previously tried before registration [#&#8203;24852](https://togithub.com/spring-projects/spring-framework/issues/24852)
-   Cannot dispatch without an AsyncContext when an expected error is thrown [#&#8203;24835](https://togithub.com/spring-projects/spring-framework/issues/24835)
-   Duplicate Vary headers after enabling CORS filter [#&#8203;24829](https://togithub.com/spring-projects/spring-framework/issues/24829)
-   Make it possible to run Spring MVC without kotlin-reflect [#&#8203;24828](https://togithub.com/spring-projects/spring-framework/issues/24828)
-   Recursively copy directory with symbolic link [#&#8203;24823](https://togithub.com/spring-projects/spring-framework/pull/24823)
-   Connection leak with WebClient retrieve().toBodilessEntity() [#&#8203;24788](https://togithub.com/spring-projects/spring-framework/issues/24788)
-   Using UriComponentsBuilder.cloneBuilder does not copy uriVariables [#&#8203;24782](https://togithub.com/spring-projects/spring-framework/pull/24782)
-   Fix empty domain handling in ResponseCookie [#&#8203;24758](https://togithub.com/spring-projects/spring-framework/pull/24758)
-   Illegal reflective access warning for interface-based lookup method injection [#&#8203;24657](https://togithub.com/spring-projects/spring-framework/issues/24657)
-   Annotation retrieval performance degradation after 5.2 [#&#8203;23905](https://togithub.com/spring-projects/spring-framework/issues/23905)

#### 📔 Documentation

-   HttpHeaders#getETagValuesAsList(String) does not document IAE [#&#8203;24950](https://togithub.com/spring-projects/spring-framework/issues/24950)
-   Describe that bean disposal is unsupported for the beans created by FactoryBean [#&#8203;24948](https://togithub.com/spring-projects/spring-framework/issues/24948)
-   Deprecate AnnotationFilter.NONE (since MergedAnnotations always filters java.lang.\* annotations) [#&#8203;24932](https://togithub.com/spring-projects/spring-framework/issues/24932)
-   Improve Javadoc [#&#8203;24908](https://togithub.com/spring-projects/spring-framework/pull/24908)
-   Fix Javadoc in PathPattern [#&#8203;24841](https://togithub.com/spring-projects/spring-framework/pull/24841)
-   Document default constructor as fallback for multiple non-`@Autowired` constructors [#&#8203;24838](https://togithub.com/spring-projects/spring-framework/issues/24838)
-   Document precedence for `@DynamicPropertySource` [#&#8203;24837](https://togithub.com/spring-projects/spring-framework/issues/24837)
-   Documentation: AbstractBeanDefinition.getBeanClass() vs BeanFactory.getType [#&#8203;24816](https://togithub.com/spring-projects/spring-framework/issues/24816)
-   Fix typos and improve readability in Webflux documentation [#&#8203;24781](https://togithub.com/spring-projects/spring-framework/pull/24781)
-   Document role of views within Spring application [#&#8203;24777](https://togithub.com/spring-projects/spring-framework/issues/24777)
-   Clarify how to avoid favoring path extensions as well as deprecation warnings [#&#8203;24642](https://togithub.com/spring-projects/spring-framework/issues/24642)

#### 🔨 Dependency Upgrades

-   Upgrade to RSocket 1.0 RC7 [#&#8203;24934](https://togithub.com/spring-projects/spring-framework/issues/24934)
-   Upgrade to Reactor Dysprosium-SR7 [#&#8203;24892](https://togithub.com/spring-projects/spring-framework/issues/24892)

#### ❤️ Contributors

We'd like to thank all the contributors who worked on this release!

-   [@&#8203;KimTaehee](https://togithub.com/KimTaehee)
-   [@&#8203;onnadi-sa](https://togithub.com/onnadi-sa)
-   [@&#8203;mavigdor](https://togithub.com/mavigdor)
-   [@&#8203;wilkinsona](https://togithub.com/wilkinsona)
-   [@&#8203;mikaelparsekyan](https://togithub.com/mikaelparsekyan)
-   [@&#8203;Deycoesr](https://togithub.com/Deycoesr)
-   [@&#8203;izeye](https://togithub.com/izeye)
-   [@&#8203;brianhartung](https://togithub.com/brianhartung)
-   [@&#8203;larsgrefer](https://togithub.com/larsgrefer)
-   [@&#8203;Buzzardo](https://togithub.com/Buzzardo)
-   [@&#8203;chenqimiao](https://togithub.com/chenqimiao)
-   [@&#8203;rahulmlokurte](https://togithub.com/rahulmlokurte)
-   [@&#8203;gurpiarbassi](https://togithub.com/gurpiarbassi)
-   [@&#8203;mickeelm](https://togithub.com/mickeelm)
-   [@&#8203;ollide](https://togithub.com/ollide)
-   [@&#8203;stsypanov](https://togithub.com/stsypanov)
-   [@&#8203;liuhy365](https://togithub.com/liuhy365)
-   [@&#8203;steve-todorov](https://togithub.com/steve-todorov)
-   [@&#8203;mattbertolini](https://togithub.com/mattbertolini)

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

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

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

:no_bell: **Ignore**: Close this PR and you won't be reminded about these updates again.

---

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

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#zeebe-io/zeebe).

4401: chore(deps): update module go-ozzo/ozzo-validation/v4 to v4.2.1 r=npepinpe a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/go-ozzo/ozzo-validation/v4](https://togithub.com/go-ozzo/ozzo-validation) | require | patch | `v4.2.0` -> `v4.2.1` |

---

### Release Notes

<details>
<summary>go-ozzo/ozzo-validation</summary>

### [`v4.2.1`](https://togithub.com/go-ozzo/ozzo-validation/compare/v4.2.0...v4.2.1)

[Compare Source](https://togithub.com/go-ozzo/ozzo-validation/compare/v4.2.0...v4.2.1)

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

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

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

:no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#zeebe-io/zeebe).

Co-authored-by: Renovate Bot <bot@renovateapp.com>
@zeebe-bors
Copy link
Contributor

zeebe-bors bot commented Apr 28, 2020

Build failed (retrying...)

@zeebe-bors
Copy link
Contributor

zeebe-bors bot commented Apr 28, 2020

Build succeeded

@zeebe-bors zeebe-bors bot merged commit eb7f0f2 into develop Apr 28, 2020
@zeebe-bors zeebe-bors bot deleted the renovate/github.com-go-ozzo-ozzo-validation-v4-4.x branch April 28, 2020 17:54
github-merge-queue bot pushed a commit that referenced this pull request Mar 14, 2024
* style: add carbon data table

* refactor: rename function and variable

* refactor: remove unnecessary wrapper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants