Skip to content

Commit 49d95b8

Browse files
dependabot[bot]lucasstarsz
authored andcommitted
Bump slf4j-api from 2.0.0-alpha7 to 2.0.0-beta1
Bumps [slf4j-api](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-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e9d38dc commit 49d95b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ repositories.mavenCentral()
5959
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")
62-
dependencies.api('org.slf4j:slf4j-api:2.0.0-alpha7')
62+
dependencies.api('org.slf4j:slf4j-api:2.0.0-beta1')
6363
dependencies.testImplementation('org.slf4j:slf4j-simple:2.0.0-alpha7')
6464

6565
/* ********************* *

0 commit comments

Comments
 (0)