Skip to content

Commit

Permalink
Fix after connid version change
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Aug 25, 2021
1 parent 0018712 commit ebae242
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@
<!-- Groovy 3.0.8 is also default for Spring Boot 2.5.0 -->
<groovy.version>3.0.8</groovy.version>
<xmlsec.version>2.2.2</xmlsec.version>
<!-- NOTE: also update the version number in TestConnectorManager -->
<connid.version>1.5.0.18</connid.version>
<derby.version>10.15.2.0</derby.version>
<wro4j.version>1.10.1</wro4j.version>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017-2018 Evolveum and contributors
* Copyright (c) 2017-2021 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
Expand Down Expand Up @@ -28,7 +28,7 @@
@DirtiesContext
public class TestConnectorManager extends AbstractIntegrationTest {

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

@Autowired private ConnectorManager connectorManager;

Expand Down

0 comments on commit ebae242

Please sign in to comment.