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:04 UTC

[streampipes] branch dev updated (f891d1e01 -> 83e8d1839)

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

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


    from f891d1e01 Bump google-maps-services from 0.10.0 to 2.1.2
     new afded8eb6 Bump byte-buddy.version from 1.12.6 to 1.13.0
     new 83e8d1839 [hotfix] Remove dependency byte-buddy

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                  | 13 -------------
 streampipes-rest/pom.xml | 10 ----------
 2 files changed, 23 deletions(-)


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

Posted by ze...@apache.org.
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>


[streampipes] 02/02: [hotfix] Remove dependency byte-buddy

Posted by ze...@apache.org.
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 83e8d18394958856ca2f1d55bce88ed75d4d7f11
Author: Philipp Zehnder <te...@users.noreply.github.com>
AuthorDate: Wed Feb 15 18:19:16 2023 +0100

    [hotfix] Remove dependency byte-buddy
---
 pom.xml                  | 13 -------------
 streampipes-rest/pom.xml | 10 ----------
 2 files changed, 23 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3b55beb9b..a204fd264 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,6 @@
 	<!-- project dependencies -->
 	<activemq-client.version>5.17.3</activemq-client.version>
 	<asm.version>9.4</asm.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>
@@ -951,18 +950,6 @@
 					<version>${junit.version}</version>
 					<scope>test</scope>
 				</dependency>
-				<dependency>
-					<groupId>net.bytebuddy</groupId>
-					<artifactId>byte-buddy</artifactId>
-					<version>${byte-buddy.version}</version>
-					<scope>test</scope>
-				</dependency>
-				<dependency>
-					<groupId>net.bytebuddy</groupId>
-					<artifactId>byte-buddy-agent</artifactId>
-					<version>${byte-buddy.version}</version>
-					<scope>test</scope>
-				</dependency>
 				<dependency>
 					<groupId>org.mockito</groupId>
 					<artifactId>mockito-core</artifactId>
diff --git a/streampipes-rest/pom.xml b/streampipes-rest/pom.xml
index f4869c333..64eb418d7 100644
--- a/streampipes-rest/pom.xml
+++ b/streampipes-rest/pom.xml
@@ -137,16 +137,6 @@
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>net.bytebuddy</groupId>
-            <artifactId>byte-buddy</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>net.bytebuddy</groupId>
-            <artifactId>byte-buddy-agent</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>