You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mb...@apache.org on 2022/09/06 10:26:13 UTC

[flink-kubernetes-operator] branch main updated: [build] Bump jsoup from 1.14.2 to 1.15.3 in /flink-kubernetes-docs

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

mbalassi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 25c06309 [build] Bump jsoup from 1.14.2 to 1.15.3 in /flink-kubernetes-docs
25c06309 is described below

commit 25c0630963e287ee66a133e5d9c2f202247894b0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Sep 6 12:26:08 2022 +0200

    [build] Bump jsoup from 1.14.2 to 1.15.3 in /flink-kubernetes-docs
    
    Bumps [jsoup](https://github.com/jhy/jsoup) from 1.14.2 to 1.15.3.
    - [Release notes](https://github.com/jhy/jsoup/releases)
    - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES)
    - [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.14.2...jsoup-1.15.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.jsoup:jsoup
      dependency-type: direct:development
    ...
    
    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>
---
 flink-kubernetes-docs/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-kubernetes-docs/pom.xml b/flink-kubernetes-docs/pom.xml
index cf52348b..454ed40b 100644
--- a/flink-kubernetes-docs/pom.xml
+++ b/flink-kubernetes-docs/pom.xml
@@ -62,7 +62,7 @@ under the License.
             <!-- Used for parsing HTML -->
             <groupId>org.jsoup</groupId>
             <artifactId>jsoup</artifactId>
-            <version>1.14.2</version>
+            <version>1.15.3</version>
             <scope>test</scope>
         </dependency>
     </dependencies>