Skip to content

Commit

Permalink
chore(release): release 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
edeweerd1A committed Oct 14, 2024
1 parent e1a5aa0 commit 6b27477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
release:
current-version: "4.0.1"
current-version: "4.0.2"
next-version: "4.0.0-SNAPSHOT"
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ class CdiRequestContextDecoratorTest {
public void setup() {
decorator = new CdiRequestContextDecorator(container);
decorator.setDelegate(processor);
when(container.requestContext()).thenReturn(requestContext);
}

@Test
Expand Down

0 comments on commit 6b27477

Please sign in to comment.