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 58456aa Bump version.tomcat from 11.0.2 to 11.0.3 (#177)
58456aa is described below
commit 58456aafb06799bfb7da12545e98ddb7b95feb3d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 14 09:15:04 2025 +0100
Bump version.tomcat from 11.0.2 to 11.0.3 (#177)
Bumps `version.tomcat` from 11.0.2 to 11.0.3.
Updates `org.apache.tomcat:tomcat-el-api` from 11.0.2 to 11.0.3
Updates `org.apache.tomcat:tomcat-jasper-el` from 11.0.2 to 11.0.3
---
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]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4e12e3e..a2b23f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
<version.plugin.javadoc>3.11.2</version.plugin.javadoc>
<!-- Testing dependencies -->
- <version.tomcat>11.0.2</version.tomcat> <!-- used for EL API + EL impl
in tests -->
+ <version.tomcat>11.0.3</version.tomcat> <!-- used for EL API + EL impl
in tests -->
<version.owb>4.0.3</version.owb>
<version.arquillian>1.8.0.Final</version.arquillian>
</properties>