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 cad22eb Bump owb.version from 4.0.2 to 4.0.3
cad22eb is described below
commit cad22eb1ae1be7c4d4e4cdcf1aa4fb6805ced75f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 16 10:05:22 2024 +0000
Bump owb.version from 4.0.2 to 4.0.3
Bumps `owb.version` from 4.0.2 to 4.0.3.
Updates `org.apache.openwebbeans.arquillian:owb-arquillian-standalone` from
4.0.2 to 4.0.3
Updates `org.apache.openwebbeans:openwebbeans-impl` from 4.0.2 to 4.0.3
- [Commits](https://github.com/apache/openwebbeans/commits)
---
updated-dependencies:
- dependency-name:
org.apache.openwebbeans.arquillian:owb-arquillian-standalone
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.apache.openwebbeans:openwebbeans-impl
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
bval-tck/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bval-tck/pom.xml b/bval-tck/pom.xml
index 8f921f3..fbef92e 100644
--- a/bval-tck/pom.xml
+++ b/bval-tck/pom.xml
@@ -32,7 +32,7 @@ under the License.
<properties>
<tck.version>3.1.1</tck.version>
- <owb.version>4.0.2</owb.version>
+ <owb.version>4.0.3</owb.version>
<arquillian.version>1.8.1.Final</arquillian.version>
<validation.provider>org.apache.bval.jsr.ApacheValidationProvider</validation.provider>
</properties>