Skip to content

Commit

Permalink
Merge pull request #37 from telekom/maintenance
Browse files Browse the repository at this point in the history
Update build.gradle and README.md
  • Loading branch information
Th3Shadowbroker authored Jan 17, 2025
2 parents 9e8a57e + 825d53e commit ff38a57
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
groups:
jackson:
patterns:
- com.fasterxml.jackson.*
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ The result of the evaluation is an `EvaluationResult` that indicates if and why
| greater than | `gt` | comparison | Valid if `field` > `value`. |
| greater or equal | `ge` | comparison | Valid if `field` >= `value`. |
| in | `in` | comparison | Valid if `field` is in `value`. |
| nin | `nin` | comparison | Valid if `field` is not in `value`. |
| not in | `nin` | comparison | Valid if `field` is not in `value`. |
| contains | `ct` | comparison | Valid if `field` contains `value`. |
| nct | `nct` | comparison | Valid if `field` does not contain `value`. |
| not contains | `nct` | comparison | Valid if `field` does not contain `value`. |

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ publishing {

licenses {
license {
name = 'MIT License'
url = 'https://opensource.org/licenses/MIT'
name = 'Apache-2.0'
url = 'https://www.apache.org/licenses/LICENSE-2.0'
}
}
developers {
Expand Down

0 comments on commit ff38a57

Please sign in to comment.