This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 8f77b9c16e fix(deps): update dependency cglib:cglib-nodep to v3.3.0
(#5842)
8f77b9c16e is described below
commit 8f77b9c16e9d910d9ba99eb438e5cb7a43643686
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Apr 28 11:21:59 2023 +0200
fix(deps): update dependency cglib:cglib-nodep to v3.3.0 (#5842)
---
src/bom-thirdparty/build.gradle.kts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bom-thirdparty/build.gradle.kts
b/src/bom-thirdparty/build.gradle.kts
index 0ef7970d8a..8465d23eb4 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -49,7 +49,7 @@ dependencies {
api("org.springframework:spring-beans:4.3.17.RELEASE")
api("bsf:bsf:2.4.0")
- api("cglib:cglib-nodep:3.2.12")
+ api("cglib:cglib-nodep:3.3.0")
api("com.fasterxml.jackson.core:jackson-annotations:2.15.0")
api("com.fasterxml.jackson.core:jackson-core:2.15.0")
api("com.fasterxml.jackson.core:jackson-databind:2.15.0")