Kong / unirest-java

Unirest in Java: Simplified, lightweight HTTP client library.
http://kong.github.io/unirest-java/
MIT License
2.58k stars 591 forks source link

Incorrect Unirest version in README.md #508

Closed sergey-morenets closed 6 months ago

sergey-morenets commented 6 months ago

Hi

Readme.md of this repository uses 4.1.2 version although it's absent in the Maven repository:


<dependencyManagement>
  <dependencies>
      <!-- https://mvnrepository.com/artifact/com.konghq/unirest-java-bom --> 
      <dependency>
          <groupId>com.konghq</groupId>
          <artifactId>unirest-java-bom</artifactId>
          <version>4.1.2</version>
          <type>pom</type>
          <scope>import</scope>
      </dependency>
  </dependencies>
</dependencyManagement>
ryber commented 6 months ago

thanks fixed, no idea why that one was missing