Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cloudplatform/connectivity-ztis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-bom</artifactId>
<version>1.77.0</version>
<version>1.78.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -60,7 +60,7 @@
<dependency>
<groupId>io.spiffe</groupId>
<artifactId>java-spiffe-core</artifactId>
<version>0.8.13</version>
<version>0.8.15</version>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
Expand All @@ -75,7 +75,7 @@
<dependency>
<groupId>io.spiffe</groupId>
<artifactId>grpc-netty-linux</artifactId>
<version>0.8.13</version>
<version>0.8.15</version>
<scope>runtime</scope>
</dependency>
<!-- Override grpc versions from spiffe -->
Expand Down
2 changes: 1 addition & 1 deletion datamodel/openapi/openapi-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<version>1.8.1</version>
<version>1.9.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
6 changes: 3 additions & 3 deletions dependency-bundles/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<lombok.version>1.18.42</lombok.version>
<findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>
<!-- @Nonnull/@Nullable annotations -->
<vavr.version>0.10.7</vavr.version>
<vavr.version>0.11.0</vavr.version>
<guava.version>33.5.0-jre</guava.version>
<!-- collection utilities, @Beta annotation -->
<commons-io.version>2.21.0</commons-io.version>
Expand Down Expand Up @@ -279,13 +279,13 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.52.0</version>
<version>3.52.1</version>
</dependency>
<!-- 2.10 by Caffeine and 2.11 by Guava -->
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.44.0</version>
<version>2.45.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,21 +109,21 @@
<codemodel.version>2.6</codemodel.version>
<olingo-v4.version>5.0.0</olingo-v4.version>
<olingo-v2.version>2.0.13</olingo-v2.version>
<maven-plugin.version>3.9.11</maven-plugin.version>
<maven-plugin.version>3.9.12</maven-plugin.version>
<maven-plugin-annotations.version>3.15.2</maven-plugin-annotations.version>
<maven-plugin-testing.version>3.4.0</maven-plugin-testing.version>
<caffeine.version>3.2.3</caffeine.version>
<openapi-generator.version>7.17.0</openapi-generator.version>
<io-swagger-core-v3.version>2.2.40</io-swagger-core-v3.version>
<io-swagger-parser-v3.version>2.1.35</io-swagger-parser-v3.version>
<openapi-generator.version>7.18.0</openapi-generator.version>
<io-swagger-core-v3.version>2.2.41</io-swagger-core-v3.version>
<io-swagger-parser-v3.version>2.1.37</io-swagger-parser-v3.version>
<io-swagger-core.version>1.6.11</io-swagger-core.version>
<!-- sync plexus version with transitive dependency coming from "org.twadata.maven:mojo-executor" -->
<stax2-api.version>4.2.2</stax2-api.version>
<bouncycastle.version>1.82</bouncycastle.version>
<bouncycastle.version>1.83</bouncycastle.version>
<jakarta-activation.version>2.1.0</jakarta-activation.version>
<qdox.version>2.2.0</qdox.version>
<wiremock.version>3.13.2</wiremock.version>
<checkstyle.version>12.1.2</checkstyle.version>
<checkstyle.version>12.3.1</checkstyle.version>
<byte-buddy.version>1.18.3</byte-buddy.version>
<snakeyaml.version>2.5</snakeyaml.version>
<commons-codec.version>1.20.0</commons-codec.version>
Expand Down