You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2022/12/31 12:40:45 UTC

[streampipes] branch dev updated: Bump j2html from 1.4.0 to 1.6.0 (#974)

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 7494fae3d Bump j2html from 1.4.0 to 1.6.0 (#974)
7494fae3d is described below

commit 7494fae3d249efe54f4b1c0f69781103829dd7f7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Dec 31 13:40:41 2022 +0100

    Bump j2html from 1.4.0 to 1.6.0 (#974)
    
    Bumps [j2html](https://github.com/tipsy/j2html) from 1.4.0 to 1.6.0.
    - [Release notes](https://github.com/tipsy/j2html/releases)
    - [Changelog](https://github.com/tipsy/j2html/blob/master/docs/news.html)
    - [Commits](https://github.com/tipsy/j2html/compare/j2html-1.4.0...j2html-1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.j2html:j2html
      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 +-
 streampipes-maven-plugin/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 29a0a1d86..e8b7ca240 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
 	<httpcore.version>4.4.9</httpcore.version>
 	<httpcore-osgi.version>4.4.9</httpcore-osgi.version>
 	<influxdb.version>2.22</influxdb.version>
-	<j2html.version>1.4.0</j2html.version>
+	<j2html.version>1.6.0</j2html.version>
 	<jackson.version>2.14.1</jackson.version>
         <jackson.databind.version>2.13.4.1</jackson.databind.version>
 	<jakarta-annotation.version>1.3.5</jakarta-annotation.version>
diff --git a/streampipes-maven-plugin/pom.xml b/streampipes-maven-plugin/pom.xml
index 78816f516..15ddcd794 100644
--- a/streampipes-maven-plugin/pom.xml
+++ b/streampipes-maven-plugin/pom.xml
@@ -135,7 +135,7 @@
         <dependency>
             <groupId>com.j2html</groupId>
             <artifactId>j2html</artifactId>
-            <version>1.4.0</version>
+            <version>1.6.0</version>
         </dependency>
         <dependency>
             <groupId>org.yaml</groupId>