Skip to content

Commit

Permalink
⬆️ Upgrade dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pmonks committed Apr 9, 2024
1 parent 8c06d5e commit d1055cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{:deps
{org.spdx/java-spdx-library {:mvn/version "1.1.11" :exclusions [org.apache.logging.log4j/log4j-slf4j18-impl]}
org.slf4j/slf4j-api {:mvn/version "2.0.12"} ; This is required by org.spdx/java-spdx-library, yet somehow isn't coming through transitively (and it's not due to the exclusion above)
instaparse/instaparse {:mvn/version "1.4.12"}}
instaparse/instaparse {:mvn/version "1.4.14"}}
:aliases
{:build {:deps {com.github.pmonks/pbr {:mvn/version "RELEASE"}}
:ns-default pbr.build}}}

0 comments on commit d1055cf

Please sign in to comment.