Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

build(deps): bump slf4j-api from 2.0.0-alpha5 to 2.0.0-alpha7 #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ allprojects {

dependencies {
implementation 'org.jetbrains:annotations:22.0.0'
implementation 'org.slf4j:slf4j-api:2.0.0-alpha5'
implementation 'org.slf4j:slf4j-api:2.0.0-alpha7'
}

tasks.build.dependsOn tasks.javadocJar
Expand Down
2 changes: 1 addition & 1 deletion bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation(rootProject) {
exclude group: 'org.slf4j'
}
compileOnly 'org.slf4j:slf4j-api:2.0.0-alpha5'
compileOnly 'org.slf4j:slf4j-api:2.0.0-alpha7'
}

tasks.build.dependsOn tasks.shadowJar
Expand Down