Skip to content

Commit f46ddb5

Browse files
Bump log4j-core from 2.16.0 to 2.17.0 in /java (#500)
* Bump log4j-core from 2.16.0 to 2.17.0 in /java Bumps log4j-core from 2.16.0 to 2.17.0. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Bump log4j-core from 2.16.0 to 2.17.0 in /wrappercommon (#501) Bumps log4j-core from 2.16.0 to 2.17.0. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update the org.apache.logging.log4j:log4j-1.2-api dependency Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: José Echagüe <jechague@genexus.com>
1 parent 56f7aef commit f46ddb5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
<dependency>
4848
<groupId>org.apache.logging.log4j</groupId>
4949
<artifactId>log4j-1.2-api</artifactId>
50-
<version>2.16.0</version>
50+
<version>2.17.0</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.apache.logging.log4j</groupId>
5454
<artifactId>log4j-core</artifactId>
55-
<version>2.16.0</version>
55+
<version>2.17.0</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>javax.ejb</groupId>

wrappercommon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.apache.logging.log4j</groupId>
2929
<artifactId>log4j-core</artifactId>
30-
<version>2.16.0</version>
30+
<version>2.17.0</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>commons-io</groupId>

0 commit comments

Comments
 (0)