Tags: maproulette/maproulette-java-client
Tags
Bump org.junit.jupiter:junit-jupiter-engine from 5.10.1 to 5.10.2 (#171) Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.1...r5.10.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump com.github.spotbugs from 5.2.4 to 6.0.2 (#146) Bumps com.github.spotbugs from 5.2.4 to 6.0.2. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Automate the sonatype project close and release TravisCI automation used various shell scripts to upload to nexus, close the release, and mark is as a release. That works but let's replace the scripts with the gradle plugin `io.github.gradle-nexus.publish-plugin`. This also required upgrading to a newer version of gradle.
Set 'useSystemProperties' on HttpClient builder Set the httpClientBuilder.useSystemProperties() so that users may set the proxy settings via system properties eg ``` -Djava.net.useSystemProxies=true -Dhttp.proxyHost=PROXY_HOST -Dhttp.proxyPort=PROXY_PORT -Dhttp.proxyUser=USERNAME -Dhttp.proxyPassword=PASSWORD ```
PreviousNext