@@ -19,7 +19,7 @@ plugins {
19
19
apply from : ' publish.gradle'
20
20
21
21
group = ' dev.openfga'
22
- version = ' 0.6.0 '
22
+ version = ' 0.6.1 '
23
23
24
24
repositories {
25
25
mavenCentral()
@@ -60,13 +60,13 @@ ext {
60
60
}
61
61
62
62
dependencies {
63
- implementation " com.google.code.findbugs:jsr305:3.0.+ "
63
+ implementation " com.google.code.findbugs:jsr305:3.0.1 "
64
64
implementation " com.fasterxml.jackson.core:jackson-core:$jackson_version "
65
65
implementation " com.fasterxml.jackson.core:jackson-annotations:$jackson_version "
66
66
implementation " com.fasterxml.jackson.core:jackson-databind:$jackson_version "
67
67
implementation " com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson_version "
68
- implementation " org.openapitools:jackson-databind-nullable:0.2.+ "
69
- implementation platform(" io.opentelemetry:opentelemetry-bom:1.41.+ " )
68
+ implementation " org.openapitools:jackson-databind-nullable:0.2.6 "
69
+ implementation platform(" io.opentelemetry:opentelemetry-bom:1.41.0 " )
70
70
implementation " io.opentelemetry:opentelemetry-api"
71
71
}
72
72
@@ -78,9 +78,9 @@ testing {
78
78
dependencies {
79
79
implementation project()
80
80
implementation " org.junit.jupiter:junit-jupiter:$junit_version "
81
- implementation " org.mockito:mockito-core:5.+ "
81
+ implementation " org.mockito:mockito-core:5.12.0 "
82
82
runtimeOnly " org.junit.platform:junit-platform-launcher"
83
- implementation " org.wiremock:wiremock:3.9.+ "
83
+ implementation " org.wiremock:wiremock:3.9.1 "
84
84
85
85
// This test-only dependency is convenient but not widely used.
86
86
// Review project activity before updating the version here.
@@ -106,8 +106,8 @@ testing {
106
106
dependencies {
107
107
implementation " com.fasterxml.jackson.core:jackson-core:$jackson_version "
108
108
implementation " com.fasterxml.jackson.core:jackson-databind:$jackson_version "
109
- implementation " org.testcontainers:junit-jupiter:1.20.+ "
110
- implementation " org.testcontainers:openfga:1.20.+ "
109
+ implementation " org.testcontainers:junit-jupiter:1.20.1 "
110
+ implementation " org.testcontainers:openfga:1.20.1 "
111
111
implementation project()
112
112
}
113
113
0 commit comments