Skip to content

Commit

Permalink
Merge pull request #1005 from gradle/dependabot/gradle/dot-github/wor…
Browse files Browse the repository at this point in the history
…kflow-samples/kotlin-dsl/com.google.guava-guava-33.0.0-jre

Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre in /.github/workflow-samples/kotlin-dsl
  • Loading branch information
bigdaz authored Dec 24, 2023
2 parents 92cb3fe + 89e4618 commit e865911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflow-samples/kotlin-dsl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

dependencies {
api("org.apache.commons:commons-math3:3.6.1")
implementation("com.google.guava:guava:32.1.3-jre")
implementation("com.google.guava:guava:33.0.0-jre")

testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
}
Expand Down

0 comments on commit e865911

Please sign in to comment.