You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This documentation describes LaunchDarkly's REST API. To access the complete OpenAPI spec directly, use [Get OpenAPI spec](https://launchdarkly.com/docs/api/other/get-openapi-spec).
@@ -483,7 +483,7 @@ Add this dependency to your project's POM:
483
483
<dependency>
484
484
<groupId>com.launchdarkly</groupId>
485
485
<artifactId>api-client</artifactId>
486
-
<version>18.0.1</version>
486
+
<version>18.0.2</version>
487
487
<scope>compile</scope>
488
488
</dependency>
489
489
```
@@ -499,7 +499,7 @@ Add this dependency to your project's build file:
0 commit comments