File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 2020
2121 <groupId >io.cdap.plugin</groupId >
2222 <artifactId >servicenow-plugins</artifactId >
23- <version >1.2 .0-SNAPSHOT</version >
23+ <version >1.3 .0-SNAPSHOT</version >
2424 <name >ServiceNow Plugins</name >
2525 <packaging >jar</packaging >
2626 <description >Plugins for ServiceNow</description >
7171 <testSourceLocation >${project.basedir}/src/test/java/</testSourceLocation >
7272 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
7373 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
74- <okhttp3 .version>4.9.1</okhttp3 .version>
7574 </properties >
7675
7776 <repositories >
271270 <artifactId >logback-classic</artifactId >
272271 <version >1.2.8</version >
273272 </dependency >
274- <dependency >
275- <groupId >com.squareup.okhttp3</groupId >
276- <artifactId >okhttp</artifactId >
277- <version >${okhttp3.version} </version >
278- </dependency >
279273 </dependencies >
280274
281275 <build >
You can’t perform that action at this time.
0 commit comments