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.4.0 </version >
20+ <version >0.4.1 </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.4.0 "))
37+ implementation(enforcedPlatform("org.projectnessie.cel:cel-bom:0.4.1 "))
3838 implementation("org.projectnessie.cel:cel-tools")
3939}
4040```
@@ -174,7 +174,7 @@ addition to `cel-core` or `cel-tools`.
174174 <dependency >
175175 <groupId >org.projectnessie.cel</groupId >
176176 <artifactId >cel-bom</artifactId >
177- <version >0.4.0 </version >
177+ <version >0.4.1 </version >
178178 <type >pom</type >
179179 <scope >import</scope >
180180 </dependency >
@@ -195,7 +195,7 @@ addition to `cel-core` or `cel-tools`.
195195or Gradle project.
196196``` groovy
197197dependencies {
198- implementation(enforcedPlatform("org.projectnessie.cel:cel-bom:0.4.0 "))
198+ implementation(enforcedPlatform("org.projectnessie.cel:cel-bom:0.4.1 "))
199199 implementation("org.projectnessie.cel:cel-tools")
200200 implementation("org.projectnessie.cel:cel-jackson")
201201}
Original file line number Diff line number Diff line change 1- 0.4.1-SNAPSHOT
1+ 0.4.1
You can’t perform that action at this time.
0 commit comments