Skip to content

Commit

Permalink
fix(deps): update dependency org.eclipse.jdt:org.eclipse.jdt.core to …
Browse files Browse the repository at this point in the history
…v3.38.0 (#5846)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: SirYwell <[email protected]>
  • Loading branch information
renovate[bot] and SirYwell authored Jun 11, 2024
1 parent c8b4ce6 commit 86d735f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
<version>3.37.0</version>
<version>3.38.0</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.platform</groupId>
Expand Down
1 change: 0 additions & 1 deletion src/test/java/spoon/test/pattern/RecordPatternTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public class RecordPatternTest {
private static CtModel createModelFromString(String code) {
Launcher launcher = new Launcher();
launcher.getEnvironment().setComplianceLevel(21);
launcher.getEnvironment().setPreviewFeaturesEnabled(true);
launcher.addInputResource(new VirtualFile(code));
return launcher.buildModel();
}
Expand Down
1 change: 0 additions & 1 deletion src/test/java/spoon/test/pattern/SwitchPatternTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class SwitchPatternTest {
private static CtModel createModelFromString(String code) {
Launcher launcher = new Launcher();
launcher.getEnvironment().setComplianceLevel(21);
launcher.getEnvironment().setPreviewFeaturesEnabled(true);
launcher.addInputResource(new VirtualFile(code));
return launcher.buildModel();
}
Expand Down

0 comments on commit 86d735f

Please sign in to comment.