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.4.4 </version >
19+ <version >0.4.5 </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.4.4 "))
36+ implementation(enforcedPlatform("org.projectnessie.cel:cel-bom:0.4.5 "))
3737 implementation("org.projectnessie.cel:cel-tools")
3838}
3939```
@@ -173,7 +173,7 @@ addition to `cel-core` or `cel-tools`.
173173 <dependency >
174174 <groupId >org.projectnessie.cel</groupId >
175175 <artifactId >cel-bom</artifactId >
176- <version >0.4.4 </version >
176+ <version >0.4.5 </version >
177177 <type >pom</type >
178178 <scope >import</scope >
179179 </dependency >
@@ -194,7 +194,7 @@ addition to `cel-core` or `cel-tools`.
194194or Gradle project.
195195``` groovy
196196dependencies {
197- implementation(enforcedPlatform("org.projectnessie.cel:cel-bom:0.4.4 "))
197+ implementation(enforcedPlatform("org.projectnessie.cel:cel-bom:0.4.5 "))
198198 implementation("org.projectnessie.cel:cel-tools")
199199 implementation("org.projectnessie.cel:cel-jackson")
200200}
Original file line number Diff line number Diff line change 1- 0.4.5-SNAPSHOT
1+ 0.4.5
You can’t perform that action at this time.
0 commit comments