You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2023/02/15 21:34:05 UTC

[streampipes] 01/02: Bump byte-buddy.version from 1.12.6 to 1.13.0

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

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit afded8eb6bcc2afc15c17a7807a89173d5439106
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Feb 14 03:06:58 2023 +0000

    Bump byte-buddy.version from 1.12.6 to 1.13.0
    
    Bumps `byte-buddy.version` from 1.12.6 to 1.13.0.
    
    Updates `byte-buddy` from 1.12.6 to 1.13.0
    - [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.6...byte-buddy-1.13.0)
    
    Updates `byte-buddy-agent` from 1.12.6 to 1.13.0
    - [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.6...byte-buddy-1.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: net.bytebuddy:byte-buddy
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: net.bytebuddy:byte-buddy-agent
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b22be99ba..3b55beb9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
 	<!-- project dependencies -->
 	<activemq-client.version>5.17.3</activemq-client.version>
 	<asm.version>9.4</asm.version>
-	<byte-buddy.version>1.12.6</byte-buddy.version>
+	<byte-buddy.version>1.13.0</byte-buddy.version>
 	<cloning.version>1.9.12</cloning.version>
 	<commons-beanutils.version>1.9.4</commons-beanutils.version>
 	<commons-codec.version>1.11</commons-codec.version>