diff --git a/build.gradle b/build.gradle index 83e6487..d599002 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ dependencies { testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.14.2' // Might using "Reflection" - implementation 'com.google.protobuf:protobuf-java:4.29.0' + implementation 'com.google.protobuf:protobuf-java:4.29.2' implementation "com.fasterxml.jackson.core:jackson-databind:2.18.2" } test {