diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 8d57380..f2eb2ae 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -1,21 +1,21 @@ [INFO] Scanning for projects... [INFO] [INFO] -----< com.github.marketsquare:robotframework-httprequestlibrary >------ -[INFO] Building robotframework-httprequestlibrary 0.0.18 +[INFO] Building robotframework-httprequestlibrary 0.0.19 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.2.0:tree (default-cli) @ robotframework-httprequestlibrary --- -[INFO] com.github.marketsquare:robotframework-httprequestlibrary:jar:0.0.18 +[INFO] com.github.marketsquare:robotframework-httprequestlibrary:jar:0.0.19 [INFO] +- org.robotframework:javalib-core:jar:2.0.3:compile [INFO] | \- org.apache.commons:commons-collections4:jar:4.4:compile [INFO] +- junit:junit:jar:4.13.2:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test -[INFO] +- com.github.hi-fi:httpclient:jar:0.0.7:compile -[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] +- com.github.hi-fi:httpclient:jar:0.0.8:compile +[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.13:compile [INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.13:compile [INFO] | | \- commons-codec:commons-codec:jar:1.11:compile -[INFO] | +- org.apache.httpcomponents:httpmime:jar:4.5.12:compile -[INFO] | \- org.apache.httpcomponents:httpclient-win:jar:4.5.12:compile +[INFO] | +- org.apache.httpcomponents:httpmime:jar:4.5.13:compile +[INFO] | \- org.apache.httpcomponents:httpclient-win:jar:4.5.13:compile [INFO] | +- net.java.dev.jna:jna:jar:4.5.2:compile [INFO] | \- net.java.dev.jna:jna-platform:jar:4.5.2:compile [INFO] +- commons-io:commons-io:jar:2.11.0:compile @@ -29,6 +29,6 @@ [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ -[INFO] Total time: 1.116 s -[INFO] Finished at: 2022-01-08T20:30:47+02:00 +[INFO] Total time: 0.929 s +[INFO] Finished at: 2022-01-09T17:00:59+02:00 [INFO] ------------------------------------------------------------------------ diff --git a/README.md b/README.md index 361e066..cef039b 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Robot Framework's library to test REST interfaces. Library is mostly following structure of [Requests-library](https://github.com/bulkan/robotframework-requests). * More information about this library can be found in the - [Keyword Documentation](https://repo1.maven.org/maven2/com/github/marketsquare/robotframework-httprequestlibrary/0.0.18/robotframework-httprequestlibrary-0.0.18.html). + [Keyword Documentation](https://repo1.maven.org/maven2/com/github/marketsquare/robotframework-httprequestlibrary/0.0.19/robotframework-httprequestlibrary-0.0.19.html). * For keyword completion in RIDE you can download this - [Library Specs](https://repo1.maven.org/maven2/com/github/marketsquare/robotframework-httprequestlibrary/0.0.18/robotframework-httprequestlibrary-0.0.18.xml) + [Library Specs](https://repo1.maven.org/maven2/com/github/marketsquare/robotframework-httprequestlibrary/0.0.19/robotframework-httprequestlibrary-0.0.19.xml) and place it in your PYTHONPATH. Usage @@ -20,18 +20,18 @@ your pom.xml: com.github.marketsquare robotframework-httprequestlibrary - 0.0.18 + 0.0.19 With Gradle, library can be use by importing it as a dependency in build.gradle: - runtime('com.github.marketsquare:robotframework-httprequestlibrary:0.0.18') + runtime('com.github.marketsquare:robotframework-httprequestlibrary:0.0.19') If you are not using any dependency management too, you can use the -[jar-with-dependencies](https://repo1.maven.org/maven2/com/github/marketsquare/robotframework-httprequestlibrary/0.0.18/robotframework-httprequestlibrary-0.0.18-jar-with-dependencies.jar), +[jar-with-dependencies](https://repo1.maven.org/maven2/com/github/marketsquare/robotframework-httprequestlibrary/0.0.19/robotframework-httprequestlibrary-0.0.19-jar-with-dependencies.jar), which contains all required libraries. Running tests with that is done with command: - java -jar robotframework-httprequestlibrary-0.0.18-jar-with-dependencies.jar + java -jar robotframework-httprequestlibrary-0.0.19-jar-with-dependencies.jar Library import in Robot tests can be done with: diff --git a/pom.xml b/pom.xml index 313a859..17aeb64 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.github.marketsquare robotframework-httprequestlibrary - 0.0.19-SNAPSHOT + 0.0.20-SNAPSHOT jar robotframework-httprequestlibrary @@ -62,7 +62,7 @@ HttpRequestLibrary UTF-8 1.6.5 - 0.0.7 + 0.0.8 2.1.0 4.1.2 default