Skip to content

Commit f3dc6bb

Browse files
authored
Merge pull request #30 from arrowhead-f/log4j2-fix
Fixing Log4J2 Vulnerability
2 parents 98ccca4 + 2177a8f commit f3dc6bb

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

application-skeleton-consumer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>eu.arrowhead</groupId>
66
<artifactId>application-skeleton-java-spring</artifactId>
7-
<version>4.4.0.0</version>
7+
<version>4.4.0.1</version>
88
</parent>
99

1010
<artifactId>arrowhead-application-skeleton-consumer</artifactId>

application-skeleton-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>eu.arrowhead</groupId>
66
<artifactId>application-skeleton-java-spring</artifactId>
7-
<version>4.4.0.0</version>
7+
<version>4.4.0.1</version>
88
</parent>
99

1010
<artifactId>arrowhead-application-skeleton-provider</artifactId>

application-skeleton-publisher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>eu.arrowhead</groupId>
66
<artifactId>application-skeleton-java-spring</artifactId>
7-
<version>4.4.0.0</version>
7+
<version>4.4.0.1</version>
88
</parent>
99

1010
<artifactId>arrowhead-application-skeleton-publisher</artifactId>

application-skeleton-subscriber/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>eu.arrowhead</groupId>
66
<artifactId>application-skeleton-java-spring</artifactId>
7-
<version>4.4.0.0</version>
7+
<version>4.4.0.1</version>
88
</parent>
99

1010
<artifactId>arrowhead-application-skeleton-subscriber</artifactId>

pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>eu.arrowhead</groupId>
1212
<artifactId>application-skeleton-java-spring</artifactId>
13-
<version>4.4.0.0</version>
13+
<version>4.4.0.1</version>
1414
<packaging>pom</packaging>
1515
<name>application-skeleton-java-spring</name>
1616
<description>Arrowhead Application Skeleton using Spring Boot</description>
@@ -23,6 +23,10 @@
2323
</license>
2424
</licenses>
2525

26+
<properties>
27+
<log4j2.version>2.17.0</log4j2.version>
28+
</properties>
29+
2630
<modules>
2731
<module>application-skeleton-consumer</module>
2832
<module>application-skeleton-provider</module>
@@ -34,7 +38,7 @@
3438
<dependency>
3539
<groupId>ai.aitia</groupId>
3640
<artifactId>arrowhead-application-library-java-spring</artifactId>
37-
<version>4.4.0.0</version>
41+
<version>4.4.0.1</version>
3842
</dependency>
3943
</dependencies>
4044

0 commit comments

Comments
 (0)