Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Jul 8, 2024
1 parent ec58813 commit dbff64a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<mavenVersion>3.9.8</mavenVersion>
<mavenResolverVersion>1.9.21</mavenResolverVersion>
<pluginTestingVersion>3.0.2</pluginTestingVersion>
<pluginTestingVersion>3.0.3</pluginTestingVersion>
<takari.javaSourceVersion>1.8</takari.javaSourceVersion>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import org.junit.runner.RunWith;

@RunWith(MavenJUnitTestRunner.class)
@MavenVersions({"3.6.3", "3.8.6"})
@MavenVersions({"3.6.3", "3.8.8", "3.9.8"})
public class SmartBuilderIntegrationTest {

@Rule
Expand Down

0 comments on commit dbff64a

Please sign in to comment.