Skip to content

Commit

Permalink
Upgrade SLF4J to 2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Feb 12, 2024
1 parent ab61974 commit eb1d9c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencyResolutionManagement {
library('hamcrest', 'org.hamcrest:hamcrest:2.2')
library('sshd', 'org.apache.sshd', 'sshd-core').version('2.10.0')
library('eddsa', 'net.i2p.crypto:eddsa:0.3.0')
library('slf4japi', 'org.slf4j:slf4j-api:1.7.36')
library('slf4jnop', 'org.slf4j:slf4j-nop:1.7.36')
library('slf4japi', 'org.slf4j:slf4j-api:2.0.12')
library('slf4jnop', 'org.slf4j:slf4j-nop:2.0.12')
library('hdrhistogram', 'org.hdrhistogram:HdrHistogram:2.1.12')
library('yaml', 'org.yaml:snakeyaml:2.0')
library('micrometercore', 'io.micrometer:micrometer-core:1.11.2')
Expand Down

0 comments on commit eb1d9c4

Please sign in to comment.