This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bval.git
The following commit(s) were added to refs/heads/master by this push:
new 9395d1b Bump version.tomcat from 11.0.1 to 11.0.2
9395d1b is described below
commit 9395d1bfcee494e845ea9c4450f43ce805e52e56
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 10 09:17:33 2024 +0000
Bump version.tomcat from 11.0.1 to 11.0.2
Bumps `version.tomcat` from 11.0.1 to 11.0.2.
Updates `org.apache.tomcat:tomcat-el-api` from 11.0.1 to 11.0.2
Updates `org.apache.tomcat:tomcat-jasper-el` from 11.0.1 to 11.0.2
---
updated-dependencies:
- dependency-name: org.apache.tomcat:tomcat-el-api
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.apache.tomcat:tomcat-jasper-el
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3c4008c..c663fac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
<built.by>${user.name}</built.by>
<version.plugin.javadoc>3.11.2</version.plugin.javadoc>
- <version.tomcat>11.0.1</version.tomcat> <!-- used for EL API + EL impl
in tests -->
+ <version.tomcat>11.0.2</version.tomcat> <!-- used for EL API + EL impl
in tests -->
</properties>
<inceptionYear>2010</inceptionYear>