[JAVA-30178] Upgraded byte-buddy version in main pom.xml (#15860)

This commit is contained in:
panos-kakos 2024-02-19 19:28:46 +02:00 committed by GitHub
parent b4bbf68734
commit c90cd8ace8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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-->