Skip to content

Commit

Permalink
Revert unirest version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Läubrich committed Dec 7, 2022
1 parent 873028c commit ce62efb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This page describes the noteworthy improvements provided by each release of Eclipse Tycho.

## 3.0.1

- Upgrade to 2022-03 release

## 3.0.0

### Tycho now support forking of the Eclipse Java Compiler
Expand Down
2 changes: 1 addition & 1 deletion tycho-packaging-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-java</artifactId>
<version>4.0.0-RC2</version>
<version>3.13.11</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit ce62efb

Please sign in to comment.