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 2023/10/17 06:31:35 UTC

[plc4x] branch develop updated: build(deps): bump io.jsonwebtoken:jjwt-api from 0.12.2 to 0.12.3 (#1152)

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 788e86eb35 build(deps): bump io.jsonwebtoken:jjwt-api from 0.12.2 to 0.12.3 (#1152)
788e86eb35 is described below

commit 788e86eb35a4247781842aaf9a2db8be500daf3d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Oct 17 08:31:29 2023 +0200

    build(deps): bump io.jsonwebtoken:jjwt-api from 0.12.2 to 0.12.3 (#1152)
    
    Bumps [io.jsonwebtoken:jjwt-api](https://github.com/jwtk/jjwt) from 0.12.2 to 0.12.3.
    - [Release notes](https://github.com/jwtk/jjwt/releases)
    - [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/jwtk/jjwt/compare/0.12.2...0.12.3)
    
    ---
    updated-dependencies:
    - dependency-name: io.jsonwebtoken:jjwt-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 plc4j/examples/hello-cloud-google/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/examples/hello-cloud-google/pom.xml b/plc4j/examples/hello-cloud-google/pom.xml
index 505aa65231..d146803089 100644
--- a/plc4j/examples/hello-cloud-google/pom.xml
+++ b/plc4j/examples/hello-cloud-google/pom.xml
@@ -52,7 +52,7 @@
     <dependency>
       <groupId>io.jsonwebtoken</groupId>
       <artifactId>jjwt-api</artifactId>
-      <version>0.12.2</version>
+      <version>0.12.3</version>
     </dependency>
     <dependency>
       <groupId>commons-cli</groupId>