diff --git a/build.gradle b/build.gradle index f9fb753..a82e3a3 100644 --- a/build.gradle +++ b/build.gradle @@ -92,7 +92,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'javax.annotation:javax.annotation-api:1.3.2' implementation 'org.bouncycastle:bcpkix-jdk15on:1.70' - implementation 'com.google.protobuf:protobuf-java:3.23.4' + implementation 'com.google.protobuf:protobuf-java:3.24.4' implementation 'org.jmdns:jmdns:3.5.8' implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.2' testImplementation 'org.springframework.boot:spring-boot-starter-test'