From 9d89fb034a4e9394cf1351f2068fddb41e1ca9b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 11:13:14 +0000 Subject: [PATCH] Bump javassist from 3.29.0-GA to 3.29.2-GA Bumps [javassist](https://github.com/jboss-javassist/javassist) from 3.29.0-GA to 3.29.2-GA. - [Release notes](https://github.com/jboss-javassist/javassist/releases) - [Changelog](https://github.com/jboss-javassist/javassist/blob/master/Changes.md) - [Commits](https://github.com/jboss-javassist/javassist/commits) --- updated-dependencies: - dependency-name: org.javassist:javassist dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5b02091a0..d0156a9bc 100644 --- a/build.gradle +++ b/build.gradle @@ -70,7 +70,7 @@ dependencies { implementation(files('lib/nodes-0.5.0.jar')) runtimeOnly('com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.3') compileOnly('com.google.code.findbugs:jsr305:3.0.2') - implementation('org.javassist:javassist:3.29.0-GA') + implementation('org.javassist:javassist:3.29.2-GA') implementation('com.squareup.okhttp3:logging-interceptor:4.10.0') testImplementation(platform('org.junit:junit-bom:5.8.2')) testImplementation('org.junit.jupiter:junit-jupiter')