Update build.gradle

This commit is contained in:
Anthony Stirling 2025-01-15 19:22:14 +00:00 committed by GitHub
parent b2d1f20ebe
commit eb3c3cace0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -405,6 +405,8 @@ dependencies {
implementation "com.bucket4j:bucket4j_jdk17-core:8.14.0"
implementation "com.fathzer:javaluator:3.0.5"
implementation 'org.jsoup:jsoup:1.18.3'
developmentOnly("org.springframework.boot:spring-boot-devtools:$springBootVersion")
compileOnly "org.projectlombok:lombok:$lombokVersion"
annotationProcessor "org.projectlombok:lombok:$lombokVersion"