Skip to content

Commit 9934046

Browse files
dependabot[bot]bigdaz
authored andcommitted
Bump the gradle group across 1 directory with 2 updates
Bumps the gradle group with 2 updates in the /.github/workflow-samples/kotlin-dsl directory: [com.google.guava:guava](https://github.com/google/guava) and [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5). Updates `com.google.guava:guava` from 33.3.1-jre to 33.4.0-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `org.junit.jupiter:junit-jupiter` from 5.11.3 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3839b20 commit 9934046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflow-samples/kotlin-dsl/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ repositories {
88

99
dependencies {
1010
api("org.apache.commons:commons-math3:3.6.1")
11-
implementation("com.google.guava:guava:33.3.1-jre")
11+
implementation("com.google.guava:guava:33.4.0-jre")
1212

13-
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
13+
testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
1414
}
1515

1616
tasks.test {

0 commit comments

Comments
 (0)