Skip to content

Commit b846107

Browse files
committed
Use latest 15.X Version
1 parent a6f07a5 commit b846107

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kotlin-insight-client/kotlin-insight-client-sdk/src/main/kotlin/com/linkedplanet/kotlininsightclient/sdk/SdkInsightObjectOperator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ object SdkInsightObjectOperator : InsightObjectOperator {
255255
objectAttributeBeanFactory.createVersionAttributeValue(ota) { versionIds.contains(it.id()) }
256256
}
257257
is InsightAttribute.Confluence -> {
258-
val pageIds = attr.pages.map { it.id }
258+
val pageIds = attr.pages.map { it.id.toLong() }
259259
objectAttributeBeanFactory.createConfluenceAttributeValue(ota, *pageIds.toTypedArray())
260260
}
261261
is InsightAttribute.Unknown -> {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<jira.http.port>2990</jira.http.port>
3939
<atlassian.spring.scanner.version>3.0.4</atlassian.spring.scanner.version>
4040
<amps.version>9.3.3</amps.version><!-- OK to use a newer version of AMPS with an older version of the SDK. -->
41-
<insight.version>10.12.1-QR-0157</insight.version>
41+
<insight.version>15.17.2-REL-0001</insight.version>
4242
<confluence.version>9.2.3</confluence.version>
4343
<atlassian-plugins-osgi-testrunner.version>2.0.9</atlassian-plugins-osgi-testrunner.version>
4444
<!-- fasterxml.jackson.version is defined inside platform 6.5 deps, but not exposed -->

0 commit comments

Comments
 (0)