Skip to content

Commit

Permalink
Bump build.gradle to 1.5.1 (#49)
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Eknert <[email protected]>
  • Loading branch information
anderseknert authored Mar 9, 2023
1 parent 5f405cb commit d2c7851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'org.openpolicyagent.kafka'
version '1.5.0'
version '1.5.1'

java {
sourceCompatibility = JavaVersion.VERSION_11
Expand Down Expand Up @@ -63,7 +63,7 @@ publishing {
mavenJava(MavenPublication) {
groupId ='org.openpolicyagent.kafka'
artifactId = 'opa-authorizer'
version = '1.5.0'
version = '1.5.1'

from components.java

Expand Down

0 comments on commit d2c7851

Please sign in to comment.