From b70ba9899afa0d8870c097ca66892288b04a7ad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:50:41 +0000 Subject: [PATCH] Bump the all-modules group across 1 directory with 11 updates Bumps the all-modules group with 11 updates in the /sda-sftp-inbox directory: | Package | From | To | | --- | --- | --- | | [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.3.2` | `3.4.0` | | [org.apache.sshd:sshd-sftp](https://github.com/apache/mina-sshd) | `2.13.2` | `2.14.0` | | commons-io:commons-io | `2.16.1` | `2.18.0` | | [com.amazonaws:aws-java-sdk-s3](https://github.com/aws/aws-sdk-java) | `1.12.769` | `1.12.780` | | [com.google.guava:guava](https://github.com/google/guava) | `33.3.0-jre` | `33.3.1-jre` | | [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) | `1.78.1` | `1.79` | | [com.hierynomus:sshj](https://github.com/hierynomus/sshj) | `0.38.0` | `0.39.0` | | [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | `2.2` | `2.3` | | [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit5) | `5.11.0` | `5.11.3` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.4.0` | `3.5.2` | | [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.4.0` | `3.5.2` | Updates `org.springframework.boot:spring-boot-starter-parent` from 3.3.2 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.2...v3.4.0) Updates `org.apache.sshd:sshd-sftp` from 2.13.2 to 2.14.0 - [Release notes](https://github.com/apache/mina-sshd/releases) - [Changelog](https://github.com/apache/mina-sshd/blob/master/CHANGES.md) - [Commits](https://github.com/apache/mina-sshd/compare/sshd-2.13.2...sshd-2.14.0) Updates `commons-io:commons-io` from 2.16.1 to 2.18.0 Updates `com.amazonaws:aws-java-sdk-s3` from 1.12.769 to 1.12.780 - [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-java/compare/1.12.769...1.12.780) Updates `com.google.guava:guava` from 33.3.0-jre to 33.3.1-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `org.bouncycastle:bcprov-jdk18on` from 1.78.1 to 1.79 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `com.hierynomus:sshj` from 0.38.0 to 0.39.0 - [Commits](https://github.com/hierynomus/sshj/compare/v0.38.0...v0.39.0) Updates `org.yaml:snakeyaml` from 2.2 to 2.3 - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.3..snakeyaml-2.2) Updates `org.junit.vintage:junit-vintage-engine` from 5.11.0 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.0...r5.11.3) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.4.0 to 3.5.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.4.0...surefire-3.5.2) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.4.0 to 3.5.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.4.0...surefire-3.5.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-modules - dependency-name: org.apache.sshd:sshd-sftp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-modules - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-modules - dependency-name: com.amazonaws:aws-java-sdk-s3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-modules - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-modules - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-modules - dependency-name: com.hierynomus:sshj dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-modules - dependency-name: org.yaml:snakeyaml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-modules - dependency-name: org.junit.vintage:junit-vintage-engine dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-modules - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-modules - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-modules ... Signed-off-by: dependabot[bot] --- sda-sftp-inbox/pom.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/sda-sftp-inbox/pom.xml b/sda-sftp-inbox/pom.xml index 65020974c..01a8cefaa 100644 --- a/sda-sftp-inbox/pom.xml +++ b/sda-sftp-inbox/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.2 + 3.4.0 @@ -86,22 +86,22 @@ org.apache.sshd sshd-sftp - 2.13.2 + 2.14.0 commons-io commons-io - 2.16.1 + 2.18.0 com.amazonaws aws-java-sdk-s3 - 1.12.769 + 1.12.780 com.google.guava guava - 33.3.0-jre + 33.3.1-jre net.logstash.logback @@ -111,7 +111,7 @@ org.bouncycastle bcprov-jdk18on - 1.78.1 + 1.79 @@ -132,7 +132,7 @@ com.hierynomus sshj - 0.38.0 + 0.39.0 test @@ -149,7 +149,7 @@ org.yaml snakeyaml - 2.2 + 2.3 junit @@ -160,7 +160,7 @@ org.junit.vintage junit-vintage-engine - 5.11.0 + 5.11.3 test @@ -174,12 +174,12 @@ maven-surefire-plugin - 3.4.0 + 3.5.2 org.apache.maven.plugins maven-failsafe-plugin - 3.4.0 + 3.5.2