Skip to content

Commit

Permalink
Merge pull request #207 from patxibocos/renovate/com.optimizely.ab-co…
Browse files Browse the repository at this point in the history
…re-api-4.x

Update dependency com.optimizely.ab:core-api to v4
  • Loading branch information
patxibocos authored Jan 17, 2024
2 parents 4d5122b + 1ab32cf commit 83ce94f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetimizely-core/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0
spotless = { id = "com.diffplug.spotless", version = "6.24.0" }

[libraries]
optimizely-core-api = "com.optimizely.ab:core-api:3.10.4"
optimizely-core-api = "com.optimizely.ab:core-api:4.0.0"
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5-jvm", version.ref = "kotest" }
kotest-assertions-core-jvm = { module = "io.kotest:kotest-assertions-core-jvm", version.ref = "kotest" }
kotlin-compile-testing = "com.github.tschuchortdev:kotlin-compile-testing:1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion samples/gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ application {
}

dependencies {
implementation("com.optimizely.ab:core-api:3.10.4")
implementation("com.optimizely.ab:core-api:4.0.0")
implementation("com.optimizely.ab:core-httpclient-impl:4.0.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 @@ -15,7 +15,7 @@
<dependency>
<groupId>com.optimizely.ab</groupId>
<artifactId>core-api</artifactId>
<version>3.10.4</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.optimizely.ab</groupId>
Expand Down

0 comments on commit 83ce94f

Please sign in to comment.