diff options
author | Sergey A. Osokin <sergey.osokin@nginx.com> | 2023-10-10 11:55:44 -0400 |
---|---|---|
committer | Sergey A. Osokin <sergey.osokin@nginx.com> | 2023-10-10 11:55:44 -0400 |
commit | d1a9069852b78e43aa4e0265cf193743019f41be (patch) | |
tree | 66e5d031673adfdb08593b089398e937ec85839e /auto/modules/java | |
parent | 599b035a544ea27e9fe76cb79f7d672ef114c2d2 (diff) | |
download | unit-d1a9069852b78e43aa4e0265cf193743019f41be.tar.gz unit-d1a9069852b78e43aa4e0265cf193743019f41be.tar.bz2 |
Update third-party components for the Java module.
Diffstat (limited to 'auto/modules/java')
-rw-r--r-- | auto/modules/java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/modules/java b/auto/modules/java index e8814711..b1bc43ea 100644 --- a/auto/modules/java +++ b/auto/modules/java @@ -238,7 +238,7 @@ cat << END > $NXT_JAVA_JARS static const char *nxt_java_system_jars[] = { END -NXT_TOMCAT_VERSION=9.0.80 +NXT_TOMCAT_VERSION=9.0.81 NXT_JAR_VERSION=$NXT_TOMCAT_VERSION @@ -284,7 +284,7 @@ static const char *nxt_java_unit_jars[] = { "$NXT_UNIT_JAR", END -NXT_JAR_VERSION=9.4.52.v20230823 +NXT_JAR_VERSION=9.4.53.v20231009 NXT_JAR_NAMESPACE=org/eclipse/jetty/ NXT_JAR_NAME=jetty-util |