Skip to content

Commit

Permalink
bump opa-java to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Daniels committed Oct 3, 2024
1 parent 9c63fe8 commit 03240cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## v0.0.7 (unreleased)

* Bump `opa-java` version to 1.8.0.

## v0.0.6

* Fixed a null pointer exception while constructing the input to OPA with some Authentication implementations.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
testImplementation 'org.mockito:mockito-core:+'
testImplementation 'org.mockito:mockito-junit-jupiter:+'

api group: 'com.styra', name: 'opa', version: '1.5.0'
api group: 'com.styra', name: 'opa', version: '1.8.0'

compileOnly 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
Expand Down

0 comments on commit 03240cb

Please sign in to comment.