We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d864774 commit 291f53eCopy full SHA for 291f53e
reactify-core/pom.xml
@@ -92,7 +92,7 @@
92
<reflections.version>0.10.2</reflections.version>
93
<jaxb-api.version>2.3.1</jaxb-api.version>
94
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
95
- <log4j.version>2.24.1</log4j.version>
+ <log4j.version>2.24.3</log4j.version>
96
</properties>
97
98
<!-- =========================================== -->
reactify-utils/pom.xml
@@ -98,7 +98,7 @@
<dependency>
99
<groupId>org.apache.logging.log4j</groupId>
100
<artifactId>log4j-core</artifactId>
101
- <version>2.24.1</version>
+ <version>2.24.3</version>
102
</dependency>
103
</dependencies>
104
0 commit comments