Skip to content

Commit 0d22e34

Browse files
committed
Bumped dep on asm to 9.2
1 parent d09fd7d commit 0d22e34

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Changelog
22
========================================
33
Since tools.analyzer.jvm version are usually cut simultaneously with a tools.analyzer version, check also the tools.analyzer [CHANGELOG](https://github.com/clojure/tools.analyzer/blob/master/CHANGELOG.md) for changes on the corresponding version, since changes in that library will reflect on this one.
44
- - -
5+
* next
6+
* Bumped dep on asm to 9.2
57
* Release 1.2.1 on 6 Dec 2021
68
* Bumped dep on core.memoize to 1.0.253
79
* Bumped dep on tools.reader to 1.3.6

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.ow2.asm</groupId>
3939
<artifactId>asm</artifactId>
40-
<version>5.2</version>
40+
<version>9.2</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.clojure</groupId>

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
[org.clojure/core.memoize "1.0.253"]
1010
[org.clojure/tools.reader "1.3.6"]
1111
[org.clojure/tools.analyzer "1.0.0"]
12-
[org.ow2.asm/asm "5.2"]]
12+
[org.ow2.asm/asm "9.2"]]
1313
:repositories [["sonatype" "https://oss.sonatype.org/content/repositories/releases"]
1414
["snapshots" "https://oss.sonatype.org/content/repositories/snapshots"]])

0 commit comments

Comments
 (0)