prepare for patch release 1.2.6 (log4jshell scan false-pos prevention)
This commit is contained in:
parent
ad44ea6fe0
commit
0ff6ce45ca
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -18,14 +18,14 @@
|
|||
<packaging>jar</packaging>
|
||||
|
||||
<properties>
|
||||
<sebserver-version>1.2.5-SNAPSHOT</sebserver-version>
|
||||
<sebserver-version>1.2.6</sebserver-version>
|
||||
<build-version>${sebserver-version}</build-version>
|
||||
<revision>${sebserver-version}</revision>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
|
||||
<!-- Fix CVE-2021-44228 : https://spring.io/blog/2021/12/10/log4j2-vulnerability-and-spring-boot -->
|
||||
<log4j2.version>2.15.0</log4j2.version>
|
||||
<log4j2.version>2.16.0</log4j2.version>
|
||||
</properties>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue