Skip to content

Commit 466263b

Browse files
dependabot[bot]J12934
authored andcommitted
Bump the gradle-version-updates group across 1 directory with 2 updates
Bumps the gradle-version-updates group with 2 updates in the /hooks/persistence-defectdojo/hook directory: [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) and [org.junit:junit-bom](https://github.com/junit-team/junit-framework). Updates `com.fasterxml.jackson:jackson-bom` from 2.22.0 to 2.22.1 - [Commits](FasterXML/jackson-bom@jackson-bom-2.22.0...jackson-bom-2.22.1) Updates `org.junit:junit-bom` from 6.1.1 to 6.1.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.1.1...r6.1.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.22.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.1.2 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 0c9f926 commit 466263b

1 file changed

Lines changed: 2 additions & 2 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.22.0")
31+
implementation platform("com.fasterxml.jackson:jackson-bom:2.22.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.1.1"))
41+
testImplementation(platform("org.junit:junit-bom:6.1.2"))
4242
testImplementation("org.junit.jupiter:junit-jupiter")
4343
testImplementation group: "org.mockito", name: "mockito-core", version: "5.23.0"
4444
testImplementation group: "org.mockito", name: "mockito-junit-jupiter", version: "5.23.0"

0 commit comments

Comments
 (0)