Skip to content

Commit

Permalink
upgraded slf4j libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Orbiter committed Dec 1, 2022
1 parent 563d49e commit 8d6e3cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repositories {

jar {
manifest {
attributes 'Main-Class': 'net.yacy.grid.mcp.MCP'
attributes 'Main-Class': mainClassName
}
}

Expand Down Expand Up @@ -60,9 +60,9 @@ dependencies {
implementation 'org.eclipse.jgit:org.eclipse.jgit:6.+'
implementation 'org.elasticsearch.client:transport:6.8.+'
implementation 'org.mapdb:mapdb:3.0.+'
implementation 'org.slf4j:log4j-over-slf4j:1.7.+'
implementation 'org.slf4j:slf4j-jdk14:1.7.+'
implementation 'org.apache.logging.log4j:log4j-to-slf4j:2.18.+'
implementation 'org.slf4j:log4j-over-slf4j:2.0.+'
implementation 'org.slf4j:slf4j-jdk14:2.0.+'
implementation 'org.apache.logging.log4j:log4j-to-slf4j:2.19.+'
implementation 'io.minio:minio:8.4.+'
implementation 'com.amazonaws:aws-java-sdk-s3:1.12.+'
implementation 'io.findify:s3mock_2.13:0.2.+'
Expand Down

0 comments on commit 8d6e3cd

Please sign in to comment.