Skip to content

Commit

Permalink
Bumping CedarJava versions to 4.2.2 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-creamer-amazon authored Oct 16, 2024
1 parent 4df157d commit d25635f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CedarJava/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ publishing {
from components.java
groupId = 'com.cedarpolicy'
artifactId = 'cedar-java'
version = '4.2.1'
version = '4.2.2'

artifacts {
jar
Expand Down
2 changes: 1 addition & 1 deletion CedarJavaFFI/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Java FFI for Cedar (from the cedar-policy crate)."
edition = "2021"


version = "4.2.1"
version = "4.2.2"

[dependencies]
serde = { version = "1.0", features = ["derive", "rc"] }
Expand Down

0 comments on commit d25635f

Please sign in to comment.