Skip to content

Commit

Permalink
Update dependency dev.hollowcube:polar to v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 13, 2024
1 parent 0d19488 commit bb4d6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
annotationProcessor("org.projectlombok:lombok:1.18.32") // lombok
implementation("org.tomlj:tomlj:1.1.1") // Config lang
implementation("com.rabbitmq:amqp-client:5.21.0") // Message broker
implementation("dev.hollowcube:polar:1.9.5") // Polar
implementation("dev.hollowcube:polar:1.10.0") // Polar
implementation("com.google.guava:guava:33.2.1-jre") // a lot of things, but mostly caching
implementation("redis.clients:jedis:5.1.3") // redis client
implementation("org.reflections:reflections:0.10.2") // reflection utils
Expand Down

0 comments on commit bb4d6fc

Please sign in to comment.