Skip to content

Commit fdef1b4

Browse files
Update dependancies versions
1 parent e56d3c0 commit fdef1b4

File tree

1 file changed

+14
-32
lines changed

1 file changed

+14
-32
lines changed

pom.xml

Lines changed: 14 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.fugerit.java</groupId>
66
<artifactId>github-issue-export</artifactId>
77

8-
<version>0.5.0-SNAPSHOT</version>
8+
<version>0.5-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<name>github-issue-export</name>
@@ -58,19 +58,19 @@
5858

5959
<dependencies>
6060

61+
<dependency>
62+
<groupId>org.fugerit.java</groupId>
63+
<artifactId>fj-core</artifactId>
64+
<version>0.2.4.6</version>
65+
</dependency>
66+
6167
<!-- java core dependancies -->
6268
<dependency>
6369
<groupId>maven</groupId>
6470
<artifactId>maven-java-plugin</artifactId>
6571
<version>1.6</version>
6672
</dependency>
67-
<dependency>
68-
<groupId>javax</groupId>
69-
<artifactId>javaee-api</artifactId>
70-
<version>6.0</version>
71-
<scope>provided</scope>
72-
</dependency>
73-
73+
7474
<!-- logging -->
7575
<dependency>
7676
<groupId>log4j</groupId>
@@ -86,26 +86,22 @@
8686
<dependency>
8787
<groupId>org.slf4j</groupId>
8888
<artifactId>jcl-over-slf4j</artifactId>
89-
<version>1.6.4</version>
89+
<version>1.7.26</version>
9090
<scope>runtime</scope>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.slf4j</groupId>
9494
<artifactId>slf4j-log4j12</artifactId>
95-
<version>1.6.4</version>
95+
<version>1.7.26</version>
9696
<scope>runtime</scope>
9797
</dependency>
9898

99-
100-
<!-- https://mvnrepository.com/artifact/org.apache.poi/poi -->
10199
<dependency>
102100
<groupId>org.apache.poi</groupId>
103101
<artifactId>poi</artifactId>
104-
<version>3.16</version>
102+
<version>4.1.0</version>
105103
</dependency>
106104

107-
108-
<!-- https://mvnrepository.com/artifact/commons-lang/commons-lang -->
109105
<dependency>
110106
<groupId>commons-lang</groupId>
111107
<artifactId>commons-lang</artifactId>
@@ -115,34 +111,20 @@
115111
<dependency>
116112
<groupId>org.apache.commons</groupId>
117113
<artifactId>commons-lang3</artifactId>
118-
<version>3.5</version>
119-
</dependency>
120-
121-
<dependency>
122-
<groupId>commons-dbcp</groupId>
123-
<artifactId>commons-dbcp</artifactId>
124-
<version>1.4</version>
114+
<version>3.9</version>
125115
</dependency>
126116

127-
<dependency>
128-
<groupId>org.fugerit.java</groupId>
129-
<artifactId>fj-core</artifactId>
130-
<version>0.1.6</version>
131-
</dependency>
132-
133-
134-
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->
135117
<dependency>
136118
<groupId>com.fasterxml.jackson.core</groupId>
137119
<artifactId>jackson-core</artifactId>
138-
<version>2.8.8</version>
120+
<version>2.9.9</version>
139121
</dependency>
140122

141123
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
142124
<dependency>
143125
<groupId>com.fasterxml.jackson.core</groupId>
144126
<artifactId>jackson-databind</artifactId>
145-
<version>2.8.8</version>
127+
<version>2.9.9</version>
146128
</dependency>
147129

148130
<!-- for testing -->

0 commit comments

Comments
 (0)