Skip to content

Commit 9e75e8b

Browse files
deps: bump the maven-version group with 4 updates
--- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-version - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-version - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-version - dependency-name: com.gradleup.shadow dependency-version: 9.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-version ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f1d12de commit 9e75e8b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'com.gradleup.shadow' version '9.4.3'
3+
id 'com.gradleup.shadow' version '9.5.1'
44
id 'maven-publish'
55
}
66

@@ -20,12 +20,12 @@ dependencies {
2020
implementation(group: 'io.confluent', name: 'kafka-schema-registry-client', version: '8.3.0') {
2121
exclude group: 'org.apache.kafka', module: 'kafka-clients'
2222
}
23-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.22.0'
23+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.22.1'
2424
implementation 'org.bitbucket.b_c:jose4j:0.9.6'
2525
implementation 'org.slf4j:slf4j-api:2.0.18'
2626
implementation 'com.azure:azure-identity:1.18.4'
27-
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.1.1'
28-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.1.1'
27+
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.1.2'
28+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.1.2'
2929
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
3030
testImplementation 'org.mockito:mockito-core:5.23.0'
3131
testImplementation 'org.mockito:mockito-junit-jupiter:5.23.0'

0 commit comments

Comments
 (0)