Skip to content

Commit

Permalink
Update thunx to 0.4.2
Browse files Browse the repository at this point in the history
This version fixes the platform dependency on thunx-bom
  • Loading branch information
rschev committed Oct 10, 2022
1 parent 0a02264 commit 8ffc7ee
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ repositories {
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots'
content {
includeGroup 'com.contentgrid'
includeGroup 'com.contentgrid.thunx'
}
}
Expand All @@ -29,7 +28,7 @@ reckon {

ext {
springCloudVersion = '2021.0.4'
thunxVersion = '0.4.0'
thunxVersion = '0.4.2'
}

bootRun {
Expand Down Expand Up @@ -61,9 +60,9 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-actuator'

implementation "com.contentgrid.thunx:thunx-spring:${thunxVersion}"
implementation "com.contentgrid.thunx:thunx-pdp-opa:${thunxVersion}"
implementation "com.contentgrid.opa-java-client:opa-async-java-client:0.4.0"
implementation platform("com.contentgrid.thunx:thunx-bom:${thunxVersion}")
implementation "com.contentgrid.thunx:thunx-spring"
implementation "com.contentgrid.thunx:thunx-pdp-opa"

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

0 comments on commit 8ffc7ee

Please sign in to comment.