Skip to content

Commit d8f0b6c

Browse files
committedDec 2, 2024
fix updated all dependencies in poms
1 parent 4897642 commit d8f0b6c

File tree

3 files changed

+22
-27
lines changed

3 files changed

+22
-27
lines changed
 

‎client-api/pom.xml

+7-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
66
<groupId>it.unibo.arces.wot</groupId>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.apache.httpcomponents</groupId>
2020
<artifactId>httpclient</artifactId>
21-
<version>4.5.13</version>
21+
<version>4.5.14</version>
2222
</dependency>
2323
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore -->
2424
<dependency>
@@ -30,13 +30,13 @@
3030
<dependency>
3131
<groupId>org.slf4j</groupId>
3232
<artifactId>slf4j-simple</artifactId>
33-
<version>1.7.26</version>
33+
<version>2.0.13</version>
3434
</dependency>
3535
<!-- 2.0.2 -->
3636
<dependency>
3737
<groupId>org.glassfish.tyrus.bundles</groupId>
3838
<artifactId>tyrus-standalone-client</artifactId>
39-
<version>2.1.3</version>
39+
<version>2.1.5</version>
4040
</dependency>
4141
<!-- https://mvnrepository.com/artifact/commons-lang/commons-lang -->
4242
<dependency>
@@ -48,12 +48,7 @@
4848
<dependency>
4949
<groupId>javax.xml.bind</groupId>
5050
<artifactId>jaxb-api</artifactId>
51-
<version>2.3.0</version>
52-
</dependency>
53-
<dependency>
54-
<groupId>org.apache.logging.log4j</groupId>
55-
<artifactId>log4j-core</artifactId>
56-
<version>2.23.1</version>
51+
<version>2.4.0-b180830.0359</version>
5752
</dependency>
5853
</dependencies>
59-
</project>
54+
</project>

‎engine/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
66
<groupId>it.unibo.arces.wot</groupId>
@@ -19,7 +19,7 @@
1919
<url>http://dl.bintray.com/cy6ergn0m/maven</url>
2020
</pluginRepository>
2121
</pluginRepositories>
22-
22+
2323
<build>
2424
<plugins>
2525
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-deploy-plugin -->
@@ -85,7 +85,7 @@
8585
<transformers>
8686
<!-- add Main-Class to manifest file -->
8787
<transformer
88-
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
88+
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
8989
<mainClass>it.unibo.arces.wot.sepa.engine.core.Engine</mainClass>
9090
<manifestEntries>
9191
<Multi-Release>true</Multi-Release>
@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>org.apache.directory.api</groupId>
128128
<artifactId>api-all</artifactId>
129-
<version>2.0.0.AM4</version>
129+
<version>2.1.6</version>
130130
<exclusions>
131131
<exclusion>
132132
<groupId>org.slf4j</groupId>
@@ -138,4 +138,4 @@
138138

139139
</dependencies>
140140

141-
</project>
141+
</project>

‎pom.xml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>it.unibo.arces.wot</groupId>
77
<artifactId>sepa</artifactId>
@@ -138,7 +138,7 @@
138138
</goals>
139139
</pluginExecutionFilter>
140140
<action>
141-
<ignore></ignore>
141+
<ignore/>
142142
</action>
143143
</pluginExecution>
144144
</pluginExecutions>
@@ -157,7 +157,7 @@
157157
<dependency>
158158
<groupId>org.apache.jena</groupId>
159159
<artifactId>apache-jena-libs</artifactId>
160-
<version>4.9.0</version>
160+
<version>5.0.0</version>
161161
<type>pom</type>
162162
<exclusions>
163163
<exclusion>
@@ -200,22 +200,22 @@
200200
<dependency>
201201
<groupId>com.nimbusds</groupId>
202202
<artifactId>nimbus-jose-jwt</artifactId>
203-
<version>9.31</version>
203+
<version>9.40</version>
204204
</dependency>
205205
<dependency>
206206
<groupId>org.junit.jupiter</groupId>
207207
<artifactId>junit-jupiter-api</artifactId>
208-
<version>5.10.0</version>
208+
<version>5.10.3</version>
209209
</dependency>
210210
<dependency>
211211
<groupId>org.junit.jupiter</groupId>
212212
<artifactId>junit-jupiter-engine</artifactId>
213-
<version>5.10.0</version>
213+
<version>5.10.2</version>
214214
</dependency>
215215
<dependency>
216216
<groupId>org.java-websocket</groupId>
217217
<artifactId>Java-WebSocket</artifactId>
218-
<version>1.5.3</version>
218+
<version>1.5.7</version>
219219
</dependency>
220220
</dependencies>
221-
</project>
221+
</project>

0 commit comments

Comments
 (0)