You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2021. It is now read-only.
Artefact: com.nimbusds/nimbus-jose-jwt Specified version: 6.3.1 Most recent version: 9.4.1
Output
ray@rays-MacBook-Pro myapp % clojure -M:ancient
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
The following deps are ancient:
org.clojure/tools.deps.alpha: current-version 0.9.810, latest version
org.slf4j/slf4j-nop: current-version 1.7.25, latest version
ray@rays-MacBook-Pro myapp % clojure -M:ancient
Downloading: org/clojure/tools.deps.alpha/0.9.857/tools.deps.alpha-0.9.857.pom from central
Downloading: com/cognitect/aws/endpoints/1.1.11.911/endpoints-1.1.11.911.pom from central
Downloading: com/cognitect/aws/s3/810.2.801.0/s3-810.2.801.0.pom from central
Downloading: com/cognitect/aws/api/0.8.484/api-0.8.484.pom from central
Downloading: org/clojure/tools.deps.alpha/0.9.857/tools.deps.alpha-0.9.857.jar from central
Downloading: com/cognitect/aws/api/0.8.484/api-0.8.484.jar from central
Downloading: com/cognitect/aws/endpoints/1.1.11.911/endpoints-1.1.11.911.jar from central
Downloading: com/cognitect/aws/s3/810.2.801.0/s3-810.2.801.0.jar from central
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
All versions are up to date!
With a vanilla project I added an outdated dependency:
Artefact:
com.nimbusds/nimbus-jose-jwt
Specified version: 6.3.1
Most recent version: 9.4.1
Output
ray@rays-MacBook-Pro myapp % clojure -M:ancient
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
The following deps are ancient:
org.clojure/tools.deps.alpha: current-version 0.9.810, latest version
org.slf4j/slf4j-nop: current-version 1.7.25, latest version
Versions of things
ray@rays-MacBook-Pro myapp % java -version
openjdk version "11.0.7" 2020-04-14
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+10)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.7+10, mixed mode)
ray@rays-MacBook-Pro myapp % clojure -Sverbose
version = 1.10.1.763
install_dir = /usr/local/Cellar/clojure/1.10.1.763
config_dir = /Users/ray/.clojure
config_paths = /usr/local/Cellar/clojure/1.10.1.763/deps.edn /Users/ray/.clojure/deps.edn deps.edn
cache_dir = .cpcache
cp_file = .cpcache/882063730.cp
Refreshing classpath
Clojure 1.10.1
user=> ^D
ray@rays-MacBook-Pro myapp % uname -av
Darwin rays-MacBook-Pro.local 19.6.0 Darwin Kernel Version 19.6.0: Tue Nov 10 00:10:30 PST 2020; root:xnu-6153.141.10~1/RELEASE_X86_64 x86_64
The text was updated successfully, but these errors were encountered: