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 9f66578 Bump version.tomcat from 11.0.0 to 11.0.1
9f66578 is described below
commit 9f665783523141a4f4693a9d625d6f03ef123240
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 11 09:55:47 2024 +0000
Bump version.tomcat from 11.0.0 to 11.0.1
Bumps `version.tomcat` from 11.0.0 to 11.0.1.
Updates `org.apache.tomcat:tomcat-el-api` from 11.0.0 to 11.0.1
Updates `org.apache.tomcat:tomcat-jasper-el` from 11.0.0 to 11.0.1
---
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 3ce8f01..897bd8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
<built.by>${user.name}</built.by>
<version.plugin.javadoc>3.11.1</version.plugin.javadoc>
- <version.tomcat>11.0.0</version.tomcat> <!-- used for EL API + EL impl
in tests -->
+ <version.tomcat>11.0.1</version.tomcat> <!-- used for EL API + EL impl
in tests -->
</properties>
<inceptionYear>2010</inceptionYear>