File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ The easiest way to get started is to add a dependency to your Maven project
1717 <dependency >
1818 <groupId >org.projectnessie.cel</groupId >
1919 <artifactId >cel-bom</artifactId >
20- <version >0.3.11 </version >
20+ <version >0.3.12 </version >
2121 <type >pom</type >
2222 <scope >import</scope >
2323 </dependency >
@@ -34,7 +34,7 @@ The easiest way to get started is to add a dependency to your Maven project
3434or Gradle project.
3535``` groovy
3636dependencies {
37- implementation(enforcedPlatform("org.projectnessie.cel:cel-bom:0.3.11 "))
37+ implementation(enforcedPlatform("org.projectnessie.cel:cel-bom:0.3.12 "))
3838 implementation("org.projectnessie.cel:cel-tools")
3939}
4040```
@@ -129,7 +129,7 @@ addition to `cel-core` or `cel-tools`.
129129 <dependency >
130130 <groupId >org.projectnessie.cel</groupId >
131131 <artifactId >cel-bom</artifactId >
132- <version >0.3.11 </version >
132+ <version >0.3.12 </version >
133133 <type >pom</type >
134134 <scope >import</scope >
135135 </dependency >
@@ -150,7 +150,7 @@ addition to `cel-core` or `cel-tools`.
150150or Gradle project.
151151``` groovy
152152dependencies {
153- implementation(enforcedPlatform("org.projectnessie.cel:cel-bom:0.3.11 "))
153+ implementation(enforcedPlatform("org.projectnessie.cel:cel-bom:0.3.12 "))
154154 implementation("org.projectnessie.cel:cel-tools")
155155 implementation("org.projectnessie.cel:cel-jackson")
156156}
Original file line number Diff line number Diff line change 1- 0.3.12-SNAPSHOT
1+ 0.3.12
You can’t perform that action at this time.
0 commit comments