Skip to content

Commit

Permalink
Merge pull request #148 from cooljeanius/dependabot/gradle/gradle-877…
Browse files Browse the repository at this point in the history
…69cdb8c

Bump the gradle group with 2 updates
  • Loading branch information
cooljeanius authored Dec 23, 2024
2 parents dcf91a8 + 6cbfe8f commit 9834432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ repositories {

dependencies {
// Use JUnit Jupiter for testing.
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")

testRuntimeOnly("org.junit.platform:junit-platform-launcher")

// This dependency is exported to consumers, that is to say found on their compile classpath.
api("org.apache.commons:commons-math3:3.6.1")

// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation("com.google.guava:guava:33.3.1-jre")
implementation("com.google.guava:guava:33.4.0-jre")
}

// Apply a specific Java toolchain to ease working on different environments.
Expand Down

0 comments on commit 9834432

Please sign in to comment.