Skip to content

Commit

Permalink
Merge pull request #246 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.1.1
  • Loading branch information
patxibocos committed May 9, 2024
2 parents c8a319c + 5abb084 commit dfb84b7
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 @@ -13,7 +13,7 @@ nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }

[libraries]
optimizely-core-api = "com.optimizely.ab:core-api:4.1.0"
optimizely-core-api = "com.optimizely.ab:core-api:4.1.1"
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 = "dev.zacsweers.kctfork:core:0.4.1"
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:4.1.0")
implementation("com.optimizely.ab:core-api:4.1.1")
implementation("com.optimizely.ab:core-httpclient-impl:4.1.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>4.1.0</version>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>com.optimizely.ab</groupId>
Expand Down

0 comments on commit dfb84b7

Please sign in to comment.