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

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new a3870b307 compiler-common: missed a guava 33.5.0-jre and failureaccess 
1.0.3 for Maven
a3870b307 is described below

commit a3870b3079ac9cb133664158c8a627443e09b852
Author: Josh Tynjala <[email protected]>
AuthorDate: Mon Oct 20 08:47:50 2025 -0700

    compiler-common: missed a guava 33.5.0-jre and failureaccess 1.0.3 for Maven
---
 compiler-common/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler-common/pom.xml b/compiler-common/pom.xml
index 009860456..969f0cc4d 100644
--- a/compiler-common/pom.xml
+++ b/compiler-common/pom.xml
@@ -73,12 +73,12 @@
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
-      <version>32.0.0-jre</version>
+      <version>33.5.0-jre</version>
     </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>failureaccess</artifactId>
-      <version>1.0.2</version>
+      <version>1.0.3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.plugins</groupId>

Reply via email to