Skip to content

Commit

Permalink
Merge pull request #974 from amvanbaren/update-bucket4j
Browse files Browse the repository at this point in the history
Update bucket4j
  • Loading branch information
amvanbaren committed Aug 13, 2024
2 parents 7e021df + 53c0197 commit 33d9da2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def versions = [
jackson: '2.15.2',
woodstox: '6.4.0',
jobrunr: '6.2.0',
bucket4j: '0.9.0',
bucket4j: '0.12.7',
ehcache: '3.10.8',
tika: '2.6.0',
bouncycastle: '1.77',
Expand Down
3 changes: 3 additions & 0 deletions server/src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ spring:
client-id: dummy-client-id
client-secret: dummy-client-secret

bucket4j:
enabled: false

org:
jobrunr:
job-scheduler:
Expand Down

0 comments on commit 33d9da2

Please sign in to comment.