Skip to content

Commit

Permalink
Update dependency com.optimizely.ab:core-httpclient-impl to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 7, 2024
1 parent 9eb416e commit 5800e55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ application {

dependencies {
implementation("com.optimizely.ab:core-api:4.2.0")
implementation("com.optimizely.ab:core-httpclient-impl:4.1.1")
implementation("com.optimizely.ab:core-httpclient-impl:4.2.0")
implementation(kotlin("stdlib"))
}

Expand Down
2 changes: 1 addition & 1 deletion samples/maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>com.optimizely.ab</groupId>
<artifactId>core-httpclient-impl</artifactId>
<version>4.1.1</version>
<version>4.2.0</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down

0 comments on commit 5800e55

Please sign in to comment.