Skip to content

Commit 03240cb

Browse files
author
Charles Daniels
committed
bump opa-java to 1.8.0
1 parent 9c63fe8 commit 03240cb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## v0.0.7 (unreleased)
44

5+
* Bump `opa-java` version to 1.8.0.
6+
57
## v0.0.6
68

79
* Fixed a null pointer exception while constructing the input to OPA with some Authentication implementations.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
testImplementation 'org.mockito:mockito-core:+'
5252
testImplementation 'org.mockito:mockito-junit-jupiter:+'
5353

54-
api group: 'com.styra', name: 'opa', version: '1.5.0'
54+
api group: 'com.styra', name: 'opa', version: '1.8.0'
5555

5656
compileOnly 'org.projectlombok:lombok:1.18.34'
5757
annotationProcessor 'org.projectlombok:lombok:1.18.34'

0 commit comments

Comments
 (0)