Skip to content

Commit

Permalink
[kie-issues#995] Upgrade Spring Boot to 3.2.4 (#3074)
Browse files Browse the repository at this point in the history
  • Loading branch information
baldimir authored Apr 12, 2024
1 parent af5aae1 commit 8c2fb1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/optaplanner-build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
<version.org.jfree.jfreechart>1.5.4</version.org.jfree.jfreechart>
<version.org.openrewrite.recipe>1.19.3</version.org.openrewrite.recipe>
<version.org.slf4j>2.0.6</version.org.slf4j><!-- TODO keep in sync with quarkus-bom -->
<version.org.springframework>6.0.8</version.org.springframework>
<version.org.springframework.boot>3.0.7</version.org.springframework.boot>
<version.org.springframework>6.1.5</version.org.springframework>
<version.org.springframework.boot>3.2.4</version.org.springframework.boot>

<!-- ************************************************************************ -->
<!-- Plugins -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@
import org.optaplanner.test.api.score.stream.ConstraintVerifier;
import org.optaplanner.test.impl.score.stream.DefaultConstraintVerifier;
import org.springframework.boot.autoconfigure.AutoConfigurations;
import org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener;
import org.springframework.boot.test.context.FilteredClassLoader;
import org.springframework.boot.test.context.runner.ApplicationContextRunner;
import org.springframework.core.io.ClassPathResource;
import org.springframework.test.context.TestExecutionListeners;
import org.springframework.test.context.support.DependencyInjectionTestExecutionListener;

@TestExecutionListeners(listeners = { SpringBootDependencyInjectionTestExecutionListener.class })
@TestExecutionListeners(listeners = { DependencyInjectionTestExecutionListener.class })
class OptaPlannerAutoConfigurationTest {

private final ApplicationContextRunner contextRunner;
Expand Down

0 comments on commit 8c2fb1e

Please sign in to comment.