Skip to content

Commit

Permalink
fix(deps): update dependency org.clojure:data.xml to v0.2.0-alpha9
Browse files Browse the repository at this point in the history
| datasource | package              | from         | to           |
| ---------- | -------------------- | ------------ | ------------ |
| clojure    | org.clojure:data.xml | 0.2.0-alpha8 | 0.2.0-alpha9 |
| maven      | org.clojure:data.xml | 0.2.0-alpha8 | 0.2.0-alpha9 |
  • Loading branch information
renovate[bot] authored Feb 20, 2024
1 parent 729d05b commit f5f5cf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>data.xml</artifactId>
<version>0.2.0-alpha8</version>
<version>0.2.0-alpha9</version>
</dependency>
</dependencies>
</project>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:scm {:name "git"
:url "https://github.com/Wall-Brew-Co/clj-xml"}
:dependencies [[org.clojure/clojure "1.11.1"]
[org.clojure/data.xml "0.2.0-alpha8"]]
[org.clojure/data.xml "0.2.0-alpha9"]]
:plugins [[com.github.clj-kondo/lein-clj-kondo "2024.02.12"]
[com.wallbrew/lein-sealog "1.1.0"]
[lein-project-version "0.1.0"]
Expand Down

0 comments on commit f5f5cf9

Please sign in to comment.