Skip to content

Commit 7cb0df2

Browse files
dependabot[bot]Weltraumschaf
authored andcommitted
Bump the gradle-version-updates group across 1 directory with 3 updates
Bumps the gradle-version-updates group with 3 updates in the /hooks/persistence-defectdojo/hook directory: [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom), [org.junit:junit-bom](https://github.com/junit-team/junit-framework) and gradle-wrapper. Updates `com.fasterxml.jackson:jackson-bom` from 2.21.0 to 2.21.1 - [Commits](FasterXML/jackson-bom@jackson-bom-2.21.0...jackson-bom-2.21.1) Updates `org.junit:junit-bom` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.2...r6.0.3) Updates `gradle-wrapper` from 9.3.0 to 9.3.1 --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.21.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-version-updates - dependency-name: org.junit:junit-bom dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-version-updates - dependency-name: gradle-wrapper dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7da2c37 commit 7cb0df2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

hooks/persistence-defectdojo/hook/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
// so it causes issues with the version in the defectdojo client
2929
implementation group: "org.springframework", name: "spring-web", version: "6.2.12"
3030
// https://github.com/FasterXML/jackson-bom
31-
implementation platform("com.fasterxml.jackson:jackson-bom:2.21.0")
31+
implementation platform("com.fasterxml.jackson:jackson-bom:2.21.1")
3232
implementation "com.fasterxml.jackson.core:jackson-core"
3333
implementation "com.fasterxml.jackson.core:jackson-annotations"
3434
implementation "com.fasterxml.jackson.core:jackson-databind"
@@ -38,7 +38,7 @@ dependencies {
3838
// If I try to notate this like the others (with separate strings) I got errors. No idea why sh... Gradle
3939
// want it like this. It is the official documented example:
4040
// https://github.com/junit-team/junit5-samples/blob/r5.10.0/junit5-jupiter-starter-gradle/build.gradle
41-
testImplementation(platform("org.junit:junit-bom:6.0.2"))
41+
testImplementation(platform("org.junit:junit-bom:6.0.3"))
4242
testImplementation("org.junit.jupiter:junit-jupiter")
4343
testImplementation group: "org.mockito", name: "mockito-core", version: "5.21.0"
4444
testImplementation group: "org.mockito", name: "mockito-junit-jupiter", version: "5.21.0"

hooks/persistence-defectdojo/hook/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)