Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/auto_approve_pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Automatically approve Pull requests

on:
pull_request_target:
types:
- opened
branches:
- master
pull_request:
types:
- opened
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ allprojects {

dependencies {
api group: 'org.json', name: 'json', version: '20210307'
api group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.8.0'
api group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '3.0.2'
api group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
api group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30'

Expand Down