File tree Expand file tree Collapse file tree
conformance/src/test/java/dev/cel/conformance Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ CEL-Java is available in Maven Central Repository. [Download the JARs here][8] o
5555<dependency >
5656 <groupId >dev.cel</groupId >
5757 <artifactId >cel</artifactId >
58- <version >0.11.0 </version >
58+ <version >0.11.1 </version >
5959</dependency >
6060```
6161
6262** Gradle**
6363
6464``` gradle
65- implementation 'dev.cel:cel:0.11.0 '
65+ implementation 'dev.cel:cel:0.11.1 '
6666```
6767
6868Then run this example:
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ java_library(
4949 tags = ["conformance_maven" ],
5050 deps = MAVEN_JAR_DEPS + [
5151 "//:java_truth" ,
52- "//parser:parser_factory" , # TODO: Remove next OSS release
5352 "//testing:expr_value_utils" ,
5453 "@cel_spec//proto/cel/expr:expr_java_proto" ,
5554 "@cel_spec//proto/cel/expr/conformance/proto2:test_all_types_java_proto" ,
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414"""Maven artifact version for CEL."""
15- CEL_VERSION = "0.11.0 "
15+ CEL_VERSION = "0.11.1 "
You can’t perform that action at this time.
0 commit comments