Skip to content

Commit

Permalink
update Randoop to 4.3.3 (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
markro49 authored May 24, 2024
1 parent b59e85f commit 7be9387
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions README_DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ https://github.com/EvoSuite/evosuite/releases/download
Randoop is downloaded from:
https://github.com/randoop/randoop/releases/download

It should be noted that the `init.sh` script currently gets Randoop version 4.2.5
which is about three years old. At some point we should upgrade to a newer
version; the current version is 4.3.2.

### Setting up Gradle
Gradle is downloaded from `HOST_URL`. As the reproducible bugs in the defect4j
project repositories are several years old, we must use an older version of gradle
Expand Down
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ cd "$DIR_LIB_RT" && download_url "$EVOSUITE_URL/$EVOSUITE_RT_JAR"
#
echo
echo "Setting up Randoop ... "
RANDOOP_VERSION="4.2.5"
RANDOOP_VERSION="4.3.3"
RANDOOP_URL="https://github.com/randoop/randoop/releases/download/v${RANDOOP_VERSION}"
RANDOOP_ZIP="randoop-${RANDOOP_VERSION}.zip"
RANDOOP_JAR="randoop-all-${RANDOOP_VERSION}.jar"
Expand Down

0 comments on commit 7be9387

Please sign in to comment.