NIFI-12879 Upgraded Clojure from 1.11.1 to 1.11.2

This closes #8487

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
dependabot[bot] 2024-03-08 20:58:36 +00:00 committed by exceptionfactory
parent fabf6bf536
commit 63cc0520dc
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
<version>1.11.1</version>
<version>1.11.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>