Skip to content

Commit 78b787e

Browse files
build(deps): bump org.slf4j:slf4j-api from 2.0.16 to 2.0.18
Bumps org.slf4j:slf4j-api from 2.0.16 to 2.0.18. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8b78811 commit 78b787e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python-embed-runtime/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ version = project.findProperty('releaseVersion') ?: '1.0.2-SNAPSHOT'
66

77
dependencies {
88
implementation 'org.msgpack:msgpack-core:0.9.8'
9-
implementation 'org.slf4j:slf4j-api:2.0.16'
9+
implementation 'org.slf4j:slf4j-api:2.0.18'
1010

1111
testImplementation platform('org.junit:junit-bom:5.11.4')
1212
testImplementation 'org.junit.jupiter:junit-jupiter'
1313
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
14-
testImplementation 'org.slf4j:slf4j-simple:2.0.16'
14+
testImplementation 'org.slf4j:slf4j-simple:2.0.18'
1515
}
1616

1717
test {

0 commit comments

Comments
 (0)