Skip to content

Commit

Permalink
Change cel version
Browse files Browse the repository at this point in the history
  • Loading branch information
nbayati committed Dec 20, 2024
1 parent 507b17f commit a0fe02a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<deploy.autorelease>false</deploy.autorelease>
<project.error-prone.version>2.35.1</project.error-prone.version>
<project.protobuf.version>3.25.5</project.protobuf.version>
<project.cel.version>0.8.0</project.cel.version>
<project.cel.version>0.9.0-proto3-SNAPSHOT</project.cel.version>
</properties>

<repositories>
Expand Down Expand Up @@ -177,7 +177,7 @@
<dependency>
<groupId>dev.cel</groupId>
<artifactId>cel</artifactId>
<version>${project.cel.version}</version>
<version>0.9.0-proto3-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit a0fe02a

Please sign in to comment.