Skip to content

Commit

Permalink
[release] v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CEL-Java Release Workflow [bot] committed Nov 21, 2023
1 parent ad26d66 commit 867e38e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The easiest way to get started is to add a dependency to your Maven project
<dependency>
<groupId>org.projectnessie.cel</groupId>
<artifactId>cel-bom</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -34,7 +34,7 @@ The easiest way to get started is to add a dependency to your Maven project
or Gradle project.
```groovy
dependencies {
implementation(enforcedPlatform("org.projectnessie.cel:cel-bom:0.4.2"))
implementation(enforcedPlatform("org.projectnessie.cel:cel-bom:0.4.3"))
implementation("org.projectnessie.cel:cel-tools")
}
```
Expand Down Expand Up @@ -174,7 +174,7 @@ addition to `cel-core` or `cel-tools`.
<dependency>
<groupId>org.projectnessie.cel</groupId>
<artifactId>cel-bom</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -195,7 +195,7 @@ addition to `cel-core` or `cel-tools`.
or Gradle project.
```groovy
dependencies {
implementation(enforcedPlatform("org.projectnessie.cel:cel-bom:0.4.2"))
implementation(enforcedPlatform("org.projectnessie.cel:cel-bom:0.4.3"))
implementation("org.projectnessie.cel:cel-tools")
implementation("org.projectnessie.cel:cel-jackson")
}
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.3-SNAPSHOT
0.4.3

0 comments on commit 867e38e

Please sign in to comment.