Skip to content

Commit 169fb0f

Browse files
Bump slf4j-simple from 2.0.0-alpha7 to 2.0.0-beta1
Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 2.0.0-alpha7 to 2.0.0-beta1. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](qos-ch/slf4j@v_2.0.0-alpha7...v_2.0.0-beta1) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cb6b3ec commit 169fb0f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies.testImplementation(dependencies.platform('org.junit:junit-bom:5.8.2
6060
dependencies.testImplementation('org.junit.jupiter:junit-jupiter:5.8.2')
6161
dependencies.testRuntimeOnly("org.junit.platform:junit-platform-launcher")
6262
dependencies.api('org.slf4j:slf4j-api:2.0.0-beta1')
63-
dependencies.testImplementation('org.slf4j:slf4j-simple:2.0.0-alpha7')
63+
dependencies.testImplementation('org.slf4j:slf4j-simple:2.0.0-beta1')
6464

6565
/* ********************* *
6666
* Unit Testing *

examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
}
1717

1818
dependencies.implementation(project(':'))
19-
dependencies.implementation('org.slf4j:slf4j-simple:2.0.0-alpha7')
19+
dependencies.implementation('org.slf4j:slf4j-simple:2.0.0-beta1')
2020

2121
sourceSets {
2222
main.java.srcDirs = ['java']

0 commit comments

Comments
 (0)