Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.0.417 #93

Merged
merged 2 commits into from
Jun 13, 2024
Merged
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
14 changes: 7 additions & 7 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;

Check failure on line 1 in deps.edn

View workflow job for this annotation

GitHub Actions / antq

jonase/eastwood 1.4.0 is outdated. Latest version is 1.4.2. https://github.com/jonase/eastwood/compare/v1.4.0...v1.4.2

Check failure on line 1 in deps.edn

View workflow job for this annotation

GitHub Actions / antq

org.springframework.build/aws-maven 4.8.0.RELEASE is outdated. Latest version is 5.0.0.RELEASE. https://github.com/SpringSource/aws-maven/compare/4.8.0.RELEASE...5.0.0.RELEASE

Check failure on line 1 in deps.edn

View workflow job for this annotation

GitHub Actions / antq

jonase/eastwood 1.4.0 is outdated. Latest version is 1.4.2. https://github.com/jonase/eastwood/compare/v1.4.0...v1.4.2

Check failure on line 1 in deps.edn

View workflow job for this annotation

GitHub Actions / antq

org.springframework.build/aws-maven 4.8.0.RELEASE is outdated. Latest version is 5.0.0.RELEASE. https://github.com/SpringSource/aws-maven/compare/4.8.0.RELEASE...5.0.0.RELEASE

Check failure on line 1 in deps.edn

View workflow job for this annotation

GitHub Actions / antq

jonase/eastwood 1.4.0 is outdated. Latest version is 1.4.2. https://github.com/jonase/eastwood/compare/v1.4.0...v1.4.2

Check failure on line 1 in deps.edn

View workflow job for this annotation

GitHub Actions / antq

org.springframework.build/aws-maven 4.8.0.RELEASE is outdated. Latest version is 5.0.0.RELEASE. https://github.com/SpringSource/aws-maven/compare/4.8.0.RELEASE...5.0.0.RELEASE
; Copyright © 2021 Peter Monks
;
; Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -18,15 +18,15 @@

{:paths ["src" "resources"]
:deps
{org.clojure/clojure {:mvn/version "1.11.2"}
org.clojure/tools.deps {:mvn/version "0.19.1417"}
{org.clojure/clojure {:mvn/version "1.11.3"}
org.clojure/tools.deps {:mvn/version "0.19.1432"}
org.clojure/data.json {:mvn/version "2.5.0"}
slipset/deps-deploy {:mvn/version "0.2.2" :exclusions [org.slf4j/slf4j-nop ch.qos.logback/logback-classic]}
; io.github.clojure/tools.build {:mvn/version "0.9.6" :exclusions [org.slf4j/slf4j-nop]}
com.github.pmonks/tools-convenience {:mvn/version "1.0.151"}
com.github.pmonks/tools-pom {:mvn/version "1.0.136"}
com.github.pmonks/tools-licenses {:mvn/version "2.0.228"}
clj-kondo/clj-kondo {:mvn/version "2024.03.13"}
com.github.pmonks/tools-convenience {:mvn/version "1.0.154"}
com.github.pmonks/tools-pom {:mvn/version "1.0.139"}
com.github.pmonks/tools-licenses {:mvn/version "2.0.235"}
clj-kondo/clj-kondo {:mvn/version "2024.05.24"}

; Forced versions for shit that's broken elsewhere
org.springframework.build/aws-maven {:mvn/version "4.8.0.RELEASE"} ; Note: do NOT upgrade to 5.0.0.RELEASE or deps-deploy throws a ClassDefNotFoundException
Expand All @@ -43,7 +43,7 @@
codox/codox {:mvn/version "0.10.8"}
com.github.athos/clj-check {:git/sha "d997df866b2a04b7ce7b17533093ee0a2e2cb729"}
io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}
com.github.liquidz/antq {:mvn/version "2.8.1185"}}
com.github.liquidz/antq {:mvn/version "2.8.1201"}}
:aliases
{:build {:deps {com.github.pmonks/pbr {:local/root "."}}
:ns-default pbr.build}}}
2 changes: 1 addition & 1 deletion src/pbr/tasks.clj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
(def ^:private ver-log4j2 {:mvn/version "2.23.1"})
(def ^:private ver-eastwood {:mvn/version "1.4.0"})
(def ^:private ver-codox {:mvn/version "0.10.8"})
(def ^:private ver-antq {:mvn/version "2.8.1185"})
(def ^:private ver-antq {:mvn/version "2.8.1201"})

; Utility functions

Expand Down
Loading