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 @@ -16,7 +16,7 @@ The easiest way to get started is to add a dependency to your Maven project
1616 <dependency >
1717 <groupId >org.projectnessie.cel</groupId >
1818 <artifactId >cel-bom</artifactId >
19- <version >0.5.3 </version >
19+ <version >0.6.0 </version >
2020 <type >pom</type >
2121 <scope >import</scope >
2222 </dependency >
@@ -33,7 +33,7 @@ The easiest way to get started is to add a dependency to your Maven project
3333or Gradle project.
3434``` groovy
3535dependencies {
36- implementation(enforcedPlatform("org.projectnessie.cel:cel-bom:0.5.3 "))
36+ implementation(enforcedPlatform("org.projectnessie.cel:cel-bom:0.6.0 "))
3737 implementation("org.projectnessie.cel:cel-tools")
3838}
3939```
@@ -175,7 +175,7 @@ addition to `cel-core` or `cel-tools`.
175175 <dependency >
176176 <groupId >org.projectnessie.cel</groupId >
177177 <artifactId >cel-bom</artifactId >
178- <version >0.5.3 </version >
178+ <version >0.6.0 </version >
179179 <type >pom</type >
180180 <scope >import</scope >
181181 </dependency >
@@ -196,7 +196,7 @@ addition to `cel-core` or `cel-tools`.
196196or Gradle project.
197197``` groovy
198198dependencies {
199- implementation(enforcedPlatform("org.projectnessie.cel:cel-bom:0.5.3 "))
199+ implementation(enforcedPlatform("org.projectnessie.cel:cel-bom:0.6.0 "))
200200 implementation("org.projectnessie.cel:cel-tools")
201201 implementation("org.projectnessie.cel:cel-jackson3")
202202}
Original file line number Diff line number Diff line change 1- 0.5.4-SNAPSHOT
1+ 0.6.0
You can’t perform that action at this time.
0 commit comments