Skip to content

Commit

Permalink
Adapt TestConnectorManager to ConnId version change
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed May 5, 2022
1 parent 4976d14 commit d1e05eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
@DirtiesContext
public class TestConnectorManager extends AbstractIntegrationTest {

private static final String CONNID_FRAMEWORK_VERSION = "1.5.0.18";
private static final String CONNID_FRAMEWORK_VERSION = "1.5.1.0";

@Autowired private ConnectorManager connectorManager;

Expand Down

0 comments on commit d1e05eb

Please sign in to comment.