We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c63fe8 commit 03240cbCopy full SHA for 03240cb
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## v0.0.7 (unreleased)
4
5
+* Bump `opa-java` version to 1.8.0.
6
+
7
## v0.0.6
8
9
* Fixed a null pointer exception while constructing the input to OPA with some Authentication implementations.
build.gradle
@@ -51,7 +51,7 @@ dependencies {
51
testImplementation 'org.mockito:mockito-core:+'
52
testImplementation 'org.mockito:mockito-junit-jupiter:+'
53
54
- api group: 'com.styra', name: 'opa', version: '1.5.0'
+ api group: 'com.styra', name: 'opa', version: '1.8.0'
55
56
compileOnly 'org.projectlombok:lombok:1.18.34'
57
annotationProcessor 'org.projectlombok:lombok:1.18.34'
0 commit comments