Skip to content

Commit 59569bf

Browse files
authored
Merge pull request #545 from WeBankFinTech/feature-2.4.1-log4j-vulnerability
1. Fixes log4j2 vulunerbilities. Bumping versions from 2.13.3 to 2.15.0.
2 parents 003a69c + 9a505e6 commit 59569bf

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

BUILD_INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
eggroll.version=2.4.0
1+
eggroll.version=2.4.1

jvm/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
<modelVersion>4.0.0</modelVersion>
202202

203203
<properties>
204-
<eggroll.version>2.4.0</eggroll.version>
204+
<eggroll.version>2.4.1</eggroll.version>
205205

206206
<!-- Languages -->
207207
<code.cache.size>512m</code.cache.size>
@@ -224,7 +224,7 @@
224224
<junit4.version>4.13.2</junit4.version>
225225
<junit.jupiter.version>5.5.1</junit.jupiter.version>
226226
<junit.platform.version>1.5.1</junit.platform.version>
227-
<log4j2.version>2.13.3</log4j2.version>
227+
<log4j2.version>2.15.0</log4j2.version>
228228
<netty.version>4.1.27.Final</netty.version>
229229
<protobuf.version>3.6.1</protobuf.version>
230230
<rocksdb.version>6.8.1</rocksdb.version>

python/eggroll/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
__version__ = "2.4.0"
17+
__version__ = "2.4.1"

0 commit comments

Comments
 (0)