Skip to content

Commit a96d627

Browse files
authored
Merge pull request #1264 from alliance-genome/fix_depends
Hopefully the final fix for this
2 parents 864500b + 928f5e1 commit a96d627

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

agr_elasticsearch_util/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@
3030
<dependency>
3131
<groupId>org.apache.logging.log4j</groupId>
3232
<artifactId>log4j-core</artifactId>
33-
<version>2.24.3</version>
33+
<version>3.0.0-beta2</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.apache.logging.log4j</groupId>
3737
<artifactId>log4j-api</artifactId>
38+
<version>3.0.0-beta2</version>
3839
</dependency>
3940

4041

0 commit comments

Comments
 (0)