Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Mar 29, 2024
1 parent d0f56b7 commit 36f8f5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class MicronautVersionTest {
@Test
public void expectedMicronautVersion() {
String version = VersionUtils.getMicronautVersion();
Assertions.assertEquals("4.3.12", version);
Assertions.assertEquals("4.3.13", version);
}

}
Expand Down

0 comments on commit 36f8f5c

Please sign in to comment.