You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2023/02/06 16:05:45 UTC

[plc4x] branch develop updated: build(deps): bump equalsverifier from 3.12.4 to 3.13 (#783)

This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 3a479ae216 build(deps): bump equalsverifier from 3.12.4 to 3.13 (#783)
3a479ae216 is described below

commit 3a479ae216fb97c84bd41e92b36182c3a906c816
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 6 17:05:37 2023 +0100

    build(deps): bump equalsverifier from 3.12.4 to 3.13 (#783)
    
    Bumps [equalsverifier](https://github.com/jqno/equalsverifier) from 3.12.4 to 3.13.
    - [Release notes](https://github.com/jqno/equalsverifier/releases)
    - [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/jqno/equalsverifier/compare/equalsverifier-3.12.4...equalsverifier-3.13)
    
    ---
    updated-dependencies:
    - dependency-name: nl.jqno.equalsverifier:equalsverifier
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cb1e177863..82b71e7b46 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@
     <commons-text.version>1.10.0</commons-text.version>
     <commons-csv.version>1.9.0</commons-csv.version>
     <dom4j.version>2.1.4</dom4j.version>
-    <equalsverifier.version>3.12.4</equalsverifier.version>
+    <equalsverifier.version>3.13</equalsverifier.version>
     <freemarker.version>2.3.32</freemarker.version>
     <groovy.version>4.0.8</groovy.version>
     <gson.version>2.10.1</gson.version>