|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>lambdaisland</groupId> |
5 | 5 | <artifactId>data-printers</artifactId> |
6 | | - <version>0.7.47</version> |
| 6 | + <version>0.8.55</version> |
7 | 7 | <name>data-printers</name> |
8 | 8 | <description>Quickly define print handlers for tagged literals across print/pprint implementations.</description> |
9 | 9 | <url>https://github.com/lambdaisland/data-printers</url> |
|
12 | 12 | <name>Lambda Island</name> |
13 | 13 | <url>https://lambdaisland.com</url> |
14 | 14 | </organization> |
| 15 | + <properties> |
| 16 | + <project class="build sourceEncoding">UTF-8</project> |
| 17 | + </properties> |
15 | 18 | <licenses> |
16 | 19 | <license> |
17 | 20 | <name>MPL-2.0</name> |
|
22 | 25 | <url>https://github.com/lambdaisland/data-printers</url> |
23 | 26 | <connection>scm:git:git://github.com/lambdaisland/data-printers.git</connection> |
24 | 27 | < developerConnection>scm:git:ssh:// [email protected]/lambdaisland/data-printers.git</ developerConnection> |
25 | | - <tag>52f7140a2400e18050ac14078f6a34671873d5d0</tag> |
| 28 | + <tag>49b1b137001c173f76df91d04b3369afbe294ba2</tag> |
26 | 29 | </scm> |
27 | 30 | <dependencies> |
28 | 31 | <dependency> |
29 | 32 | <groupId>org.clojure</groupId> |
30 | 33 | <artifactId>clojure</artifactId> |
31 | | - <version>1.10.3</version> |
| 34 | + <version>1.12.0</version> |
32 | 35 | <optional>true</optional> |
33 | 36 | </dependency> |
34 | 37 | <dependency> |
35 | 38 | <groupId>lambdaisland</groupId> |
36 | 39 | <artifactId>deep-diff2</artifactId> |
37 | | - <version>2.0.108</version> |
| 40 | + <version>2.12.219</version> |
38 | 41 | <optional>true</optional> |
39 | 42 | </dependency> |
40 | 43 | <dependency> |
|
46 | 49 | <dependency> |
47 | 50 | <groupId>com.cognitect</groupId> |
48 | 51 | <artifactId>transit-clj</artifactId> |
49 | | - <version>1.0.324</version> |
| 52 | + <version>1.0.333</version> |
50 | 53 | <optional>true</optional> |
51 | 54 | </dependency> |
52 | 55 | <dependency> |
53 | 56 | <groupId>com.cognitect</groupId> |
54 | 57 | <artifactId>transit-cljs</artifactId> |
55 | | - <version>0.8.269</version> |
| 58 | + <version>0.8.280</version> |
56 | 59 | <optional>true</optional> |
57 | 60 | </dependency> |
58 | 61 | <dependency> |
59 | 62 | <groupId>mvxcvi</groupId> |
60 | 63 | <artifactId>puget</artifactId> |
61 | | - <version>1.3.1</version> |
| 64 | + <version>1.3.4</version> |
62 | 65 | <optional>true</optional> |
63 | 66 | </dependency> |
64 | 67 | <dependency> |
65 | 68 | <groupId>org.clojure</groupId> |
66 | 69 | <artifactId>java.classpath</artifactId> |
67 | | - <version>1.0.0</version> |
| 70 | + <version>1.1.0</version> |
68 | 71 | <optional>true</optional> |
69 | 72 | </dependency> |
70 | 73 | </dependencies> |
|
80 | 83 | <groupId>org.apache.maven.plugins</groupId> |
81 | 84 | <artifactId>maven-compiler-plugin</artifactId> |
82 | 85 | <version>3.8.1</version> |
| 86 | + <configuration> |
| 87 | + <source>1.8</source> |
| 88 | + <target>1.8</target> |
| 89 | + </configuration> |
83 | 90 | </plugin> |
84 | 91 | <plugin> |
85 | 92 | <groupId>org.apache.maven.plugins</groupId> |
|
88 | 95 | <configuration> |
89 | 96 | <archive> |
90 | 97 | <manifestEntries> |
91 | | - <git-revision>52f7140a2400e18050ac14078f6a34671873d5d0</git-revision> |
| 98 | + <git-revision>49b1b137001c173f76df91d04b3369afbe294ba2</git-revision> |
92 | 99 | </manifestEntries> |
93 | 100 | </archive> |
94 | 101 | </configuration> |
|
0 commit comments