Skip to content

Commit 95009b4

Browse files
authored
Merge pull request #156 from bencomp/update-master-deps
Update dependencies in master branch
2 parents 81b1bbb + 4ef663a commit 95009b4

1 file changed

Lines changed: 27 additions & 13 deletions

File tree

pom.xml

Lines changed: 27 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111

1212
<jsf.version>2.2.15</jsf.version>
1313
<primefaces.version>7.0</primefaces.version>
14-
<jetty.version>9.4.29.v20200521</jetty.version>
14+
<jetty.version>9.4.56.v20240826</jetty.version>
15+
<log4j.version>2.24.2</log4j.version>
1516
</properties>
1617
<dependencies>
1718
<dependency>
@@ -68,12 +69,12 @@
6869
<dependency>
6970
<groupId>commons-codec</groupId>
7071
<artifactId>commons-codec</artifactId>
71-
<version>1.15</version>
72+
<version>1.17.1</version>
7273
</dependency>
7374
<dependency>
7475
<groupId>com.github.jsonld-java</groupId>
7576
<artifactId>jsonld-java</artifactId>
76-
<version>0.13.4</version>
77+
<version>0.13.6</version>
7778
<exclusions>
7879
<exclusion>
7980
<groupId>org.apache.httpcomponents</groupId>
@@ -93,7 +94,7 @@
9394
<dependency>
9495
<groupId>jaxen</groupId>
9596
<artifactId>jaxen</artifactId>
96-
<version>1.2.0</version>
97+
<version>2.0.0</version>
9798
</dependency>
9899
<dependency>
99100
<groupId>org.jdom</groupId>
@@ -103,12 +104,12 @@
103104
<dependency>
104105
<groupId>com.fasterxml.jackson.core</groupId>
105106
<artifactId>jackson-core</artifactId>
106-
<version>2.13.0</version>
107+
<version>2.18.2</version>
107108
</dependency>
108109
<dependency>
109110
<groupId>com.fasterxml.jackson.core</groupId>
110111
<artifactId>jackson-databind</artifactId>
111-
<version>2.13.2.1</version>
112+
<version>2.18.2</version>
112113
</dependency>
113114
<dependency>
114115
<groupId>org.openrdf.sesame</groupId>
@@ -123,7 +124,7 @@
123124
<dependency>
124125
<groupId>org.apache.httpcomponents</groupId>
125126
<artifactId>httpclient</artifactId>
126-
<version>4.5.13</version>
127+
<version>4.5.14</version>
127128
<exclusions>
128129
<exclusion>
129130
<groupId>commons-logging</groupId>
@@ -144,17 +145,17 @@
144145
<dependency>
145146
<groupId>org.apache.logging.log4j</groupId>
146147
<artifactId>log4j-api</artifactId>
147-
<version>2.17.1</version>
148+
<version>${log4j.version}</version>
148149
</dependency>
149150
<dependency>
150151
<groupId>org.apache.logging.log4j</groupId>
151152
<artifactId>log4j-core</artifactId>
152-
<version>2.17.1</version>
153+
<version>${log4j.version}</version>
153154
</dependency>
154155
<dependency>
155156
<groupId>org.apache.logging.log4j</groupId>
156157
<artifactId>log4j-slf4j-impl</artifactId>
157-
<version>2.16.0</version>
158+
<version>${log4j.version}</version>
158159
</dependency>
159160
<dependency>
160161
<groupId>org.apache.solr</groupId>
@@ -166,12 +167,25 @@
166167
<groupId>org.elasticsearch.client</groupId>
167168
<artifactId>elasticsearch-rest-high-level-client</artifactId>
168169
<version>7.13.4</version>
170+
<exclusions>
171+
<exclusion>
172+
<groupId>commons-logging</groupId>
173+
<artifactId>commons-logging</artifactId>
174+
</exclusion>
175+
</exclusions>
169176
</dependency>
170177
<dependency>
171178
<groupId>com.amazonaws</groupId>
172179
<artifactId>aws-java-sdk-core</artifactId>
173-
<version>1.12.129</version>
180+
<version>1.12.779</version>
181+
<exclusions>
182+
<exclusion>
183+
<groupId>commons-logging</groupId>
184+
<artifactId>commons-logging</artifactId>
185+
</exclusion>
186+
</exclusions>
174187
</dependency>
188+
<!-- testing -->
175189
<dependency>
176190
<groupId>junit</groupId>
177191
<artifactId>junit</artifactId>
@@ -201,7 +215,7 @@
201215
<plugin>
202216
<groupId>org.eclipse.jetty</groupId>
203217
<artifactId>jetty-maven-plugin</artifactId>
204-
<version>9.4.30.v20200611</version>
218+
<version>${jetty.version}</version>
205219
<configuration>
206220
<httpConnector>
207221
<port>8888</port>
@@ -219,7 +233,7 @@
219233
<dependency>
220234
<groupId>org.eclipse.jetty</groupId>
221235
<artifactId>apache-jstl</artifactId>
222-
<version>9.4.29.v20200521</version>
236+
<version>${jetty.version}</version>
223237
<exclusions>
224238
<exclusion>
225239
<groupId>org.apache.taglibs</groupId>

0 commit comments

Comments
 (0)