[JAVA-30178] Upgraded byte-buddy version in main pom.xml (#15860)
This commit is contained in:
parent
b4bbf68734
commit
c90cd8ace8
2
pom.xml
2
pom.xml
|
@ -1167,7 +1167,7 @@
|
||||||
<hamcrest.version>2.2</hamcrest.version>
|
<hamcrest.version>2.2</hamcrest.version>
|
||||||
<hamcrest-all.version>1.3</hamcrest-all.version>
|
<hamcrest-all.version>1.3</hamcrest-all.version>
|
||||||
<mockito.version>4.4.0</mockito.version>
|
<mockito.version>4.4.0</mockito.version>
|
||||||
<byte-buddy.version>1.14.6</byte-buddy.version>
|
<byte-buddy.version>1.14.11</byte-buddy.version>
|
||||||
|
|
||||||
<!-- logging -->
|
<!-- logging -->
|
||||||
<!-- overwriting in the slf4j and logback in the hibernate-jpa, spring-data-eclipselink. When updated to the latest version remove the version from that module-->
|
<!-- overwriting in the slf4j and logback in the hibernate-jpa, spring-data-eclipselink. When updated to the latest version remove the version from that module-->
|
||||||
|
|
Loading…
Reference in New Issue