Bump byte-buddy from 1.9.7 to 1.10.7

Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.9.7 to 1.10.7.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.9.7...byte-buddy-1.10.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-31 07:29:33 +00:00
parent fbba8e879e
commit 39f116bc68
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
<version.mockito>3.2.4</version.mockito> <version.mockito>3.2.4</version.mockito>
<version.junit.mockito>3.2.4</version.junit.mockito> <version.junit.mockito>3.2.4</version.junit.mockito>
<!-- byte buddy 1.9.7+ is needed to solve dependency errors with spring mock tests see LdapClientTest --> <!-- byte buddy 1.9.7+ is needed to solve dependency errors with spring mock tests see LdapClientTest -->
<version.byte-buddy>1.9.7</version.byte-buddy> <version.byte-buddy>1.10.7</version.byte-buddy>
<version.byte-buddy-agent>1.9.7</version.byte-buddy-agent> <version.byte-buddy-agent>1.9.7</version.byte-buddy-agent>
<version.powermock>2.0.5</version.powermock> <version.powermock>2.0.5</version.powermock>
<version.hamcrest>2.2</version.hamcrest> <version.hamcrest>2.2</version.hamcrest>