diff --git a/build.gradle b/build.gradle index f8848d8..df85f5a 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ dependencies { compile 'org.telegram:telegrambots:4.1.2' compile 'com.google.guava:guava:27.1-jre' compile 'org.springframework:spring-context:5.1.6.RELEASE' - compile 'org.apache.logging.log4j:log4j-api:2.11.2' + compile 'org.apache.logging.log4j:log4j-api:2.14.0' } spotbugs {