Skip to content

Commit 73f602f

Browse files
chore: [DevOps] bump the production-minor-patch group across 1 directory with 8 updates
Bumps the production-minor-patch group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | io.swagger.core.v3:swagger-models | `2.2.43` | `2.2.44` | | [org.assertj:assertj-vavr](https://github.com/assertj/assertj-vavr) | `0.4.3` | `0.5.0` | | [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | `2.5` | `2.6` | | [io.vavr:vavr](https://github.com/vavr-io/vavr) | `1.0.0` | `1.0.1` | | [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework) | `3.53.1` | `3.54.0` | | [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) | `2.47.0` | `2.48.0` | | [io.spiffe:java-spiffe-core](https://github.com/spiffe/java-spiffe) | `0.8.15` | `0.8.16` | | [io.spiffe:grpc-netty-linux](https://github.com/spiffe/java-spiffe) | `0.8.15` | `0.8.16` | Updates `io.swagger.core.v3:swagger-models` from 2.2.43 to 2.2.44 Updates `org.assertj:assertj-vavr` from 0.4.3 to 0.5.0 - [Release notes](https://github.com/assertj/assertj-vavr/releases) - [Commits](assertj/assertj-vavr@v0.4.3...v0.5.0) Updates `org.yaml:snakeyaml` from 2.5 to 2.6 - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.6..snakeyaml-2.5) Updates `io.vavr:vavr` from 1.0.0 to 1.0.1 - [Release notes](https://github.com/vavr-io/vavr/releases) - [Commits](vavr-io/vavr@v1.0.0...v1.0.1) Updates `org.checkerframework:checker-qual` from 3.53.1 to 3.54.0 - [Release notes](https://github.com/typetools/checker-framework/releases) - [Changelog](https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md) - [Commits](typetools/checker-framework@checker-framework-3.53.1...checker-framework-3.54.0) Updates `com.google.errorprone:error_prone_annotations` from 2.47.0 to 2.48.0 - [Release notes](https://github.com/google/error-prone/releases) - [Commits](google/error-prone@v2.47.0...v2.48.0) Updates `io.spiffe:java-spiffe-core` from 0.8.15 to 0.8.16 - [Release notes](https://github.com/spiffe/java-spiffe/releases) - [Changelog](https://github.com/spiffe/java-spiffe/blob/main/CHANGELOG.md) - [Commits](spiffe/java-spiffe@v0.8.15...v0.8.16) Updates `io.spiffe:grpc-netty-linux` from 0.8.15 to 0.8.16 - [Release notes](https://github.com/spiffe/java-spiffe/releases) - [Changelog](https://github.com/spiffe/java-spiffe/blob/main/CHANGELOG.md) - [Commits](spiffe/java-spiffe@v0.8.15...v0.8.16) --- updated-dependencies: - dependency-name: io.swagger.core.v3:swagger-models dependency-version: 2.2.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: org.assertj:assertj-vavr dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: org.yaml:snakeyaml dependency-version: '2.6' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: io.vavr:vavr dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: org.checkerframework:checker-qual dependency-version: 3.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: com.google.errorprone:error_prone_annotations dependency-version: 2.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: io.spiffe:java-spiffe-core dependency-version: 0.8.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: io.spiffe:grpc-netty-linux dependency-version: 0.8.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8a3ec7e commit 73f602f

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

cloudplatform/connectivity-ztis/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>io.spiffe</groupId>
6262
<artifactId>java-spiffe-core</artifactId>
63-
<version>0.8.15</version>
63+
<version>0.8.16</version>
6464
<exclusions>
6565
<exclusion>
6666
<artifactId>commons-logging</artifactId>
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>io.spiffe</groupId>
7777
<artifactId>grpc-netty-linux</artifactId>
78-
<version>0.8.15</version>
78+
<version>0.8.16</version>
7979
<scope>runtime</scope>
8080
</dependency>
8181
<!-- Override grpc versions from spiffe -->

dependency-bundles/bom/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<lombok.version>1.18.42</lombok.version>
6363
<findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>
6464
<!-- @Nonnull/@Nullable annotations -->
65-
<vavr.version>1.0.0</vavr.version>
65+
<vavr.version>1.0.1</vavr.version>
6666
<guava.version>33.5.0-jre</guava.version>
6767
<!-- collection utilities, @Beta annotation -->
6868
<commons-io.version>2.21.0</commons-io.version>
@@ -279,13 +279,13 @@
279279
<dependency>
280280
<groupId>org.checkerframework</groupId>
281281
<artifactId>checker-qual</artifactId>
282-
<version>3.53.1</version>
282+
<version>3.54.0</version>
283283
</dependency>
284284
<!-- 2.10 by Caffeine and 2.11 by Guava -->
285285
<dependency>
286286
<groupId>com.google.errorprone</groupId>
287287
<artifactId>error_prone_annotations</artifactId>
288-
<version>2.47.0</version>
288+
<version>2.48.0</version>
289289
</dependency>
290290
</dependencies>
291291
</dependencyManagement>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<spring-security.version>6.1.5</spring-security.version>
103103
<slf4j.version>2.0.17</slf4j.version>
104104
<assertj-core.version>3.27.7</assertj-core.version>
105-
<assertj-vavr.version>0.4.3</assertj-vavr.version>
105+
<assertj-vavr.version>0.5.0</assertj-vavr.version>
106106
<mockito.version>5.22.0</mockito.version>
107107
<jsonassert.version>1.5.3</jsonassert.version>
108108
<junit.jupiter.version>6.0.3</junit.jupiter.version>
@@ -114,7 +114,7 @@
114114
<maven-plugin-testing.version>3.5.1</maven-plugin-testing.version>
115115
<caffeine.version>3.2.3</caffeine.version>
116116
<openapi-generator.version>7.20.0</openapi-generator.version>
117-
<io-swagger-core-v3.version>2.2.43</io-swagger-core-v3.version>
117+
<io-swagger-core-v3.version>2.2.44</io-swagger-core-v3.version>
118118
<io-swagger-parser-v3.version>2.1.38</io-swagger-parser-v3.version>
119119
<io-swagger-core.version>1.6.11</io-swagger-core.version>
120120
<!-- sync plexus version with transitive dependency coming from "org.twadata.maven:mojo-executor" -->
@@ -125,7 +125,7 @@
125125
<wiremock.version>3.13.2</wiremock.version>
126126
<checkstyle.version>12.3.1</checkstyle.version>
127127
<byte-buddy.version>1.18.7</byte-buddy.version>
128-
<snakeyaml.version>2.5</snakeyaml.version>
128+
<snakeyaml.version>2.6</snakeyaml.version>
129129
<commons-codec.version>1.21.0</commons-codec.version>
130130
<commons-beanutils.version>1.11.0</commons-beanutils.version>
131131
<findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>

0 commit comments

Comments
 (0)