File tree Expand file tree Collapse file tree 7 files changed +19
-19
lines changed
src/main/java/factset/analyticsapi/engines Expand file tree Collapse file tree 7 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Add this dependency to your project's POM:
4242<dependency >
4343 <groupId >com.factset.analyticsapi</groupId >
4444 <artifactId >engines-sdk</artifactId >
45- <version >6.0 .0</version >
45+ <version >6.1 .0</version >
4646 <scope >compile</scope >
4747</dependency >
4848```
@@ -52,7 +52,7 @@ Add this dependency to your project's POM:
5252Add this dependency to your project's build file:
5353
5454``` groovy
55- compile "com.factset.analyticsapi:engines-sdk:6.0 .0"
55+ compile "com.factset.analyticsapi:engines-sdk:6.1 .0"
5656```
5757
5858### Others
@@ -65,7 +65,7 @@ mvn clean package
6565
6666Then manually install the following JARs:
6767
68- - ` target/engines-sdk-6.0 .0.jar `
68+ - ` target/engines-sdk-6.1 .0.jar `
6969- ` target/lib/*.jar `
7070
7171## Usage
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'idea'
22apply plugin : ' eclipse'
33
44group = ' com.factset.analyticsapi'
5- version = ' 6.0 .0'
5+ version = ' 6.1 .0'
66
77buildscript {
88 repositories {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22 settings(
33 organization := " com.factset.analyticsapi" ,
44 name := " engines-sdk" ,
5- version := " 6.0 .0" ,
5+ version := " 6.1 .0" ,
66 scalaVersion := " 2.11.4" ,
77 scalacOptions ++= Seq (" -feature" ),
88 javacOptions in compile ++= Seq (" -Xlint:deprecation" ),
Original file line number Diff line number Diff line change 55 <artifactId >engines-sdk</artifactId >
66 <packaging >jar</packaging >
77 <name >engines-sdk</name >
8- <version >6.0 .0</version >
8+ <version >6.1 .0</version >
99 <url >https://github.com/factset/analyticsapi-engines-java-sdk</url >
1010 <description >SDK for FactSet Analytics Engines API</description >
1111 <distributionManagement >
323323 <properties >
324324 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
325325 <swagger-annotations-version >1.6.1</swagger-annotations-version >
326- <stach-extensions-version >1.1.1 </stach-extensions-version >
326+ <stach-extensions-version >1.5.0 </stach-extensions-version >
327327 <jersey-version >2.30.1</jersey-version >
328- <jackson-version >2.10 .5</jackson-version >
329- <jackson-databind-version >2.10.5.1 </jackson-databind-version >
328+ <jackson-version >2.13 .5</jackson-version >
329+ <jackson-databind-version >2.13.5 </jackson-databind-version >
330330 <jackson-databind-nullable-version >0.2.1</jackson-databind-nullable-version >
331331 <threetenbp-version >2.9.10</threetenbp-version >
332332 <javax-annotation-version >1.3.2</javax-annotation-version >
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ public ApiClient(Map<String, Authentication> authMap) {
118118 httpClient = buildHttpClient ();
119119 this .dateFormat = new RFC3339DateFormat ();
120120 // Set default User-Agent.
121- setUserAgent ("engines-api/6.0 .0/java" );
121+ setUserAgent ("engines-api/6.1 .0/java" );
122122 // Setup authentications (key: authentication name, value: authentication).
123123 authentications = new HashMap <String , Authentication >();
124124 Authentication auth = null ;
Original file line number Diff line number Diff line change 105105 </dependency >
106106 <dependency >
107107 <scope >system</scope >
108- <systemPath >${project.basedir} /../auto-generated-sdk/target/engines-sdk-5.5 .0.jar</systemPath >
108+ <systemPath >${project.basedir} /../auto-generated-sdk/target/engines-sdk-6.1 .0.jar</systemPath >
109109 <groupId >com.factset.analyticsapi</groupId >
110110 <artifactId >engines-sdk</artifactId >
111111 <version >${engines-sdk-version} </version >
114114 <properties >
115115 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
116116 <jersey-version >2.30.1</jersey-version >
117- <jackson-version >2.10 .5</jackson-version >
118- <jackson-databind-version >2.10.5.1 </jackson-databind-version >
117+ <jackson-version >2.13 .5</jackson-version >
118+ <jackson-databind-version >2.13.5 </jackson-databind-version >
119119 <jackson-databind-nullable-version >0.2.1</jackson-databind-nullable-version >
120120 <jsr305-version >3.0.2</jsr305-version >
121121 <threetenbp-version >2.9.10</threetenbp-version >
122122 <migbase64-version >2.2</migbase64-version >
123- <protobuf-version >3.12.2 </protobuf-version >
124- <stach-extension-version >1.1.1 </stach-extension-version >
125- <engines-sdk-version >5.5 .0</engines-sdk-version >
126- <poi-ooxml-version >4.0.1 </poi-ooxml-version >
123+ <protobuf-version >3.25.5 </protobuf-version >
124+ <stach-extension-version >1.5.0 </stach-extension-version >
125+ <engines-sdk-version >6.1 .0</engines-sdk-version >
126+ <poi-ooxml-version >4.1.2 </poi-ooxml-version >
127127 </properties >
128128</project >
Original file line number Diff line number Diff line change 116116 </dependency >
117117 <dependency >
118118 <scope >system</scope >
119- <systemPath >${project.basedir} /../auto-generated-sdk/target/engines-sdk-5.6 .0.jar</systemPath >
119+ <systemPath >${project.basedir} /../auto-generated-sdk/target/engines-sdk-6.1 .0.jar</systemPath >
120120 <groupId >com.factset.analyticsapi</groupId >
121121 <artifactId >engines-sdk</artifactId >
122122 <version >${engines-sdk-version} </version >
142142 <junit-version >4.13.1</junit-version >
143143 <protobuf-version >3.12.2</protobuf-version >
144144 <stach-extension-version >1.1.1</stach-extension-version >
145- <engines-sdk-version >5.6 .0</engines-sdk-version >
145+ <engines-sdk-version >6.1 .0</engines-sdk-version >
146146 <poi-ooxml-version >4.0.1</poi-ooxml-version >
147147 </properties >
148148</project >
You can’t perform that action at this time.
0 commit comments