From commits-return-18574-archive-asf-public=cust-asf.ponee.io@struts.apache.org Mon Nov 25 07:07:24 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4DC8E180607 for ; Mon, 25 Nov 2019 08:07:24 +0100 (CET) Received: (qmail 71699 invoked by uid 500); 25 Nov 2019 07:07:23 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 71690 invoked by uid 99); 25 Nov 2019 07:07:23 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Nov 2019 07:07:23 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 9F0CA8B690; Mon, 25 Nov 2019 07:07:22 +0000 (UTC) Date: Mon, 25 Nov 2019 07:07:22 +0000 To: "commits@struts.apache.org" Subject: [struts-examples] branch master updated: Uses the latest 4.x Hibernate Validator MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157466564242.23110.10229133719544807810@gitbox.apache.org> From: lukaszlenart@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: struts-examples X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 428813f4ff72439a2b587159ac86b7d046da41a6 X-Git-Newrev: 754768b2484d7abc65a1dd0e8e9329aa77706b14 X-Git-Rev: 754768b2484d7abc65a1dd0e8e9329aa77706b14 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-examples.git The following commit(s) were added to refs/heads/master by this push: new 754768b Uses the latest 4.x Hibernate Validator 754768b is described below commit 754768b2484d7abc65a1dd0e8e9329aa77706b14 Author: Lukasz Lenart AuthorDate: Mon Nov 25 08:07:09 2019 +0100 Uses the latest 4.x Hibernate Validator --- bean-validation/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bean-validation/pom.xml b/bean-validation/pom.xml index b751c23..8628187 100755 --- a/bean-validation/pom.xml +++ b/bean-validation/pom.xml @@ -17,7 +17,7 @@ org.hibernate hibernate-validator - 4.3.1.Final + 4.3.2.Final