We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478e14e commit ea9f682Copy full SHA for ea9f682
olcut-config-edn/pom.xml
@@ -58,7 +58,7 @@
58
<dependency>
59
<groupId>us.bpsm</groupId>
60
<artifactId>edn-java</artifactId>
61
- <version>0.6.0</version>
+ <version>0.7.1</version>
62
</dependency>
63
64
<groupId>${project.groupId}</groupId>
pom.xml
@@ -40,8 +40,8 @@
40
<maven.compiler.source>1.8</maven.compiler.source>
41
<maven.compiler.target>1.8</maven.compiler.target>
42
<jsk.version>2.2.3</jsk.version>
43
- <jackson.version>2.11.0</jackson.version>
44
- <jline.version>3.14.0</jline.version>
+ <jackson.version>2.11.2</jackson.version>
+ <jline.version>3.15.0</jline.version>
45
<junit.version>5.6.0</junit.version>
46
</properties>
47
<modules>
0 commit comments