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 2022/11/04 16:43:38 UTC

[plc4x] branch develop updated: build(deps): bump equalsverifier from 3.10.1 to 3.11 (#570)

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 36abb6981 build(deps): bump equalsverifier from 3.10.1 to 3.11 (#570)
36abb6981 is described below

commit 36abb6981fdac2397135522348fa22e5b2550a5b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Nov 4 17:43:34 2022 +0100

    build(deps): bump equalsverifier from 3.10.1 to 3.11 (#570)
    
    Bumps [equalsverifier](https://github.com/jqno/equalsverifier) from 3.10.1 to 3.11.
    - [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.10.1...equalsverifier-3.11)
    
    ---
    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>
    
    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 ed3e679dc..a34dbe1f4 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.3</dom4j.version>
-    <equalsverifier.version>3.10.1</equalsverifier.version>
+    <equalsverifier.version>3.11</equalsverifier.version>
     <freemarker.version>2.3.31</freemarker.version>
     <groovy.version>4.0.6</groovy.version>
     <gson.version>2.10</gson.version>