File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 58
58
<dependency >
59
59
<groupId >us.bpsm</groupId >
60
60
<artifactId >edn-java</artifactId >
61
- <version >0.7.1</version >
62
61
</dependency >
63
62
<dependency >
64
63
<groupId >${project.groupId} </groupId >
100
99
</plugins >
101
100
</build >
102
101
103
- </project >
102
+ </project >
Original file line number Diff line number Diff line change 39
39
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
40
40
<maven .compiler.source>1.8</maven .compiler.source>
41
41
<maven .compiler.target>1.8</maven .compiler.target>
42
- <jackson .version>2.11.2</jackson .version>
43
- <jline .version>3.15.0</jline .version>
44
- <junit .version>5.6.0</junit .version>
42
+ <edn .version>0.7.1</edn .version>
43
+ <jackson .version>2.11.3</jackson .version>
44
+ <jline .version>3.16.0</jline .version>
45
+ <junit .version>5.7.0</junit .version>
45
46
</properties >
46
47
<modules >
47
48
<module >olcut-core</module >
143
144
<artifactId >jackson-databind</artifactId >
144
145
<version >${jackson.version} </version >
145
146
</dependency >
147
+ <dependency >
148
+ <groupId >us.bpsm</groupId >
149
+ <artifactId >edn-java</artifactId >
150
+ <version >${edn.version} </version >
151
+ </dependency >
146
152
<dependency >
147
153
<groupId >org.junit.jupiter</groupId >
148
154
<artifactId >junit-jupiter</artifactId >
You can’t perform that action at this time.
0 commit comments