Skip to content

Commit

Permalink
Bump ConnId from 1.5.0.19 to 1.5.1.10 (current)
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Oct 26, 2022
1 parent 0c90a85 commit d290a1a
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 @@ -224,7 +224,7 @@
<groovy.version>3.0.11</groovy.version>
<xmlsec.version>2.2.3</xmlsec.version>
<!-- NOTE: also update the version number in TestConnectorManager -->
<connid.version>1.5.0.19</connid.version>
<connid.version>1.5.1.10</connid.version>
<derby.version>10.15.2.0</derby.version>
<poi.version>5.2.2</poi.version>
<wro4j.version>1.10.1</wro4j.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@DirtiesContext
public class TestConnectorManager extends AbstractIntegrationTest {

private static final String CONNID_FRAMEWORK_VERSION = "1.5.0.19";
private static final String CONNID_FRAMEWORK_VERSION = "1.5.1.10";

@Autowired private ConnectorManager connectorManager;

Expand Down

0 comments on commit d290a1a

Please sign in to comment.