Skip to content
Open
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
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>io.micronaut.platform</groupId>
<artifactId>micronaut-parent</artifactId>
<version>4.10.13</version>
<version>4.10.16</version>
</parent>

<properties>
Expand All @@ -32,11 +32,11 @@

<!-- must be greater than or equal to the value from Google libraries-bom, see https://protobuf.dev/support/cross-version-runtime-guarantee/ -->
<!-- the latest 4.x should be fine https://central.sonatype.com/artifact/com.google.protobuf/protobuf-java/versions -->
<protobuf.version>4.34.1</protobuf.version>
<protobuf.version>4.35.1</protobuf.version>
<!-- override property from micronaut-parent, as other dependencies need a newer version -->
<grpc.version>1.81.0</grpc.version>

<gax.version>2.80.0</gax.version>
<gax.version>2.81.0</gax.version>

<!-- Note: always use the multi-arch manifest *LIST* here; see https://hub.docker.com/_/eclipse-temurin -->
<docker.image>eclipse-temurin:25-jre-noble@sha256:d2975fcad8dc9ac2180c0c278c8ae7b3443d36cb80845cb0811c20d9463f5fee</docker.image>
Expand All @@ -54,7 +54,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.83.0</version>
<version>26.84.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -160,13 +160,13 @@
<dependency>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>libphonenumber</artifactId>
<version>9.0.29</version>
<version>9.0.33</version>
</dependency>

<dependency>
<groupId>com.messagebird</groupId>
<artifactId>messagebird-api</artifactId>
<version>6.2.5</version>
<version>6.3.0</version>

<exclusions>
<!-- Conflicts with our direct dependency -->
Expand Down Expand Up @@ -246,7 +246,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.3.6</version>
<version>1.4.0</version>
<scope>runtime</scope>
</dependency>

Expand Down Expand Up @@ -602,7 +602,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.6.2</version>
<version>3.6.3</version>

<executions>
<execution>
Expand Down