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/08/18 07:25:47 UTC

[plc4x] branch develop updated: build(deps): bump byte-buddy from 1.12.12 to 1.12.13 (#454)

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 946f610ef build(deps): bump byte-buddy from 1.12.12 to 1.12.13 (#454)
946f610ef is described below

commit 946f610efd01b6220b46ea25df1d4c28b5840b31
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Aug 18 09:25:43 2022 +0200

    build(deps): bump byte-buddy from 1.12.12 to 1.12.13 (#454)
    
    Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.12 to 1.12.13.
    - [Release notes](https://github.com/raphw/byte-buddy/releases)
    - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
    - [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.12...byte-buddy-1.12.13)
    
    ---
    updated-dependencies:
    - dependency-name: net.bytebuddy:byte-buddy
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 62f68ffca..b21a7b090 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
     <!-- The currently available version is 2.0.5 and anything above 1.4.3 is no longer compatible with our code -->
     <bit-io.version>1.4.3</bit-io.version>
     <bouncycastle.version>1.70</bouncycastle.version>
-    <byte-buddy.version>1.12.12</byte-buddy.version>
+    <byte-buddy.version>1.12.13</byte-buddy.version>
     <!-- Be sure to keep this version set to the version of the cmake-maven-plugin -->
     <cmake-version>3.22.1</cmake-version>
     <commons-beanutils.version>1.9.4</commons-beanutils.version>