Skip to content

Commit f8dd39a

Browse files
Bump org.slf4j:slf4j-bom from 2.0.16 to 2.0.17 in the slf4j group (#137)
Bumps the slf4j group with 1 update: [org.slf4j:slf4j-bom](https://github.com/qos-ch/slf4j). Updates `org.slf4j:slf4j-bom` from 2.0.16 to 2.0.17 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](qos-ch/slf4j@v_2.0.16...v_2.0.17) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: slf4j ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64af2e3 commit f8dd39a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515

1616
dependencies {
1717
implementation(project(":core"))
18-
implementation(platform("org.slf4j:slf4j-bom:2.0.16"))
18+
implementation(platform("org.slf4j:slf4j-bom:2.0.17"))
1919
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.18.3")
2020
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.3")
2121
implementation("org.apache.commons:commons-text:1.13.0")

sample/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515

1616
dependencies {
1717
implementation(project(":core"))
18-
implementation(platform("org.slf4j:slf4j-bom:2.0.16"))
18+
implementation(platform("org.slf4j:slf4j-bom:2.0.17"))
1919
implementation("org.slf4j:slf4j-api")
2020
implementation("org.slf4j:slf4j-simple")
2121
}

0 commit comments

Comments
 (0)