Skip to content

Commit ea5defb

Browse files
author
“jklein94”
committed
Fixed vulnerabilities by changing the version of affected dependencies
1 parent 3feefc2 commit ea5defb

33 files changed

Lines changed: 69 additions & 72 deletions

File tree

org-tweetyproject-arg-aba/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>junit</groupId>
1818
<artifactId>junit</artifactId>
19-
<version>4.9</version>
19+
<version>4.13.1</version>
2020
<scope>test</scope>
2121
</dependency>
2222
<dependency>

org-tweetyproject-arg-adf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>junit</groupId>
1818
<artifactId>junit</artifactId>
19-
<version>4.13</version>
19+
<version>4.13.1</version>
2020
<scope>test</scope>
2121
</dependency>
2222
<dependency>

org-tweetyproject-arg-aspic/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22
<modelVersion>4.0.0</modelVersion>
3-
3+
44
<groupId>org.tweetyproject.arg</groupId>
55
<artifactId>aspic</artifactId>
6-
6+
77
<name>TweetyProject (ASPIC Library)</name>
88

99
<parent>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>junit</groupId>
1818
<artifactId>junit</artifactId>
19-
<version>4.9</version>
19+
<version>4.13.1</version>
2020
<scope>test</scope>
2121
</dependency>
2222
<dependency>

org-tweetyproject-arg-bipolar/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
22
<modelVersion>4.0.0</modelVersion>
3-
3+
44
<groupId>org.tweetyproject.arg</groupId>
55
<artifactId>bipolar</artifactId>
6-
6+
77
<name>TweetyProject (Bipolar Argumentation Library)</name>
8-
8+
99
<parent>
1010
<groupId>org.tweetyproject</groupId>
1111
<artifactId>parent-pom</artifactId>
1212
<version>1.27-SNAPSHOT</version>
1313
<relativePath>..</relativePath>
1414
</parent>
15-
15+
1616
<dependencies>
1717
<dependency>
1818
<groupId>junit</groupId>
1919
<artifactId>junit</artifactId>
20-
<version>4.9</version>
20+
<version>4.13.1</version>
2121
<scope>test</scope>
2222
</dependency>
2323
<dependency>

org-tweetyproject-arg-caf/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.tweetyproject.arg</groupId>
44
<artifactId>caf</artifactId>
5-
5+
66
<parent>
77
<groupId>org.tweetyproject</groupId>
88
<artifactId>parent-pom</artifactId>
99
<version>1.27-SNAPSHOT</version>
1010
<relativePath>..</relativePath>
1111
</parent>
12-
12+
1313
<dependencies>
1414
<dependency>
1515
<groupId>junit</groupId>
1616
<artifactId>junit</artifactId>
17-
<version>4.9</version>
17+
<version>4.13.1</version>
1818
<scope>test</scope>
1919
</dependency>
2020
<dependency>
@@ -43,5 +43,5 @@
4343
<version>1.27-SNAPSHOT</version>
4444
</dependency>
4545
</dependencies>
46-
46+
4747
</project>

org-tweetyproject-arg-deductive/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22
<modelVersion>4.0.0</modelVersion>
3-
3+
44
<groupId>org.tweetyproject.arg</groupId>
55
<artifactId>deductive</artifactId>
6-
6+
77
<name>TweetyProject (Deductive Argumentation Library)</name>
8-
8+
99
<parent>
1010
<groupId>org.tweetyproject</groupId>
1111
<artifactId>parent-pom</artifactId>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>junit</groupId>
1818
<artifactId>junit</artifactId>
19-
<version>4.9</version>
19+
<version>4.13.1</version>
2020
<scope>test</scope>
2121
</dependency>
2222
<dependency>

org-tweetyproject-arg-delp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
<dependency>
3232
<groupId>junit</groupId>
3333
<artifactId>junit</artifactId>
34-
<version>4.11</version>
34+
<version>4.13.1</version>
3535
<scope>test</scope>
36-
</dependency>
36+
</dependency>
3737
</dependencies>
3838
</project>

org-tweetyproject-arg-dung/pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>junit</groupId>
1919
<artifactId>junit</artifactId>
20-
<version>4.9</version>
20+
<version>4.13.1</version>
2121
<scope>test</scope>
2222
</dependency>
2323
<dependency>
@@ -30,13 +30,7 @@
3030
<artifactId>graphs</artifactId>
3131
<version>1.27-SNAPSHOT</version>
3232
</dependency>
33-
<dependency>
34-
<groupId>org.tweetyproject</groupId>
35-
<artifactId>math</artifactId>
36-
<version>1.27-SNAPSHOT</version>
37-
</dependency>
38-
39-
<dependency>
33+
<dependency>
4034
<groupId>org.tweetyproject</groupId>
4135
<artifactId>math</artifactId>
4236
<version>1.27-SNAPSHOT</version>

org-tweetyproject-arg-lp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>junit</groupId>
2222
<artifactId>junit</artifactId>
23-
<version>4.9</version>
23+
<version>4.13.1</version>
2424
<scope>test</scope>
2525
</dependency>
2626
</dependencies>

org-tweetyproject-arg-rankings/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22
<modelVersion>4.0.0</modelVersion>
3-
3+
44
<groupId>org.tweetyproject.arg</groupId>
55
<artifactId>rankings</artifactId>
6-
6+
77
<name>TweetyProject (Ranking Semantics for Argumentation Library)</name>
88

99
<parent>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>junit</groupId>
1818
<artifactId>junit</artifactId>
19-
<version>4.9</version>
19+
<version>4.13.1</version>
2020
<scope>test</scope>
2121
</dependency>
2222
<dependency>

0 commit comments

Comments
 (0)