Skip to content

v3.0.0 🌈

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Apr 13:11
· 24 commits to refs/heads/main since this release
Immutable release. Only release title and notes can be modified.
  • Requires Java 17 ? dropped support for Java 8
  • Upgraded to Jackson 3 (tools.jackson.core:jackson-databind:3.x) ? Jackson 2 is no longer
    a transitive dependency
  • Replaced HttpURLConnection with the built-in Java HttpClient (java.net.http) ? no
    third-party HTTP library required
  • socketTimeout now covers the entire request duration (connect + send + receive) instead of
    the per-read socket timeout
  • Single FriendlyCaptchaVerifier.builder() entry point ? select the API version via
    .version(FriendlyCaptchaVersion.V1) (default) or .version(FriendlyCaptchaVersion.V2)
  • Added support for Friendly Captcha API v2: sends the API key as the X-API-Key header, uses
    the response body parameter, and parses the v2 response format
  • Fixed sitekey not being URL-encoded in the POST body
  • New .userAgent(...) builder parameter to override the default User-Agent header
  • Added verifyAsync(solution) returning CompletableFuture<Boolean> for non-blocking verification

Changes

📦 Dependency updates

82 changes

What's Changed

  • Bump maven-clean-plugin from 3.2.0 to 3.3.1 by @dependabot[bot] in #81
  • Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0 by @dependabot[bot] in #82
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.0 by @dependabot[bot] in #83
  • Bump slf4j.version from 2.0.7 to 2.0.9 by @dependabot[bot] in #85
  • Bump actions/checkout from 3 to 4 by @dependabot[bot] in #84
  • Bump com.github.tomakehurst:wiremock-jre8 from 2.35.0 to 2.35.1 by @dependabot[bot] in #86
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 by @dependabot[bot] in #87
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot[bot] in #88
  • Bump org.projectlombok:lombok from 1.18.28 to 1.18.30 by @dependabot[bot] in #90
  • Bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 2.16.1 by @dependabot[bot] in #89
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.15.2 to 2.15.3 by @dependabot[bot] in #91
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 by @dependabot[bot] in #92
  • Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2 by @dependabot[bot] in #93
  • Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1 by @dependabot[bot] in #94
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 by @dependabot[bot] in #96
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 by @dependabot[bot] in #95
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.16.0 by @dependabot[bot] in #97
  • Bump org.codehaus.mojo:versions-maven-plugin from 2.16.1 to 2.16.2 by @dependabot[bot] in #98
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.4.5 to 3.5.0 by @dependabot[bot] in #99
  • Bump actions/setup-java from 3 to 4 by @dependabot[bot] in #100
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 by @dependabot[bot] in #101
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 by @dependabot[bot] in #102
  • Bump github/codeql-action from 2 to 3 by @dependabot[bot] in #103
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 by @dependabot[bot] in #104
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.16.1 by @dependabot[bot] in #106
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 by @dependabot[bot] in #105
  • Bump slf4j.version from 2.0.9 to 2.0.10 by @dependabot[bot] in #107
  • Bump org.assertj:assertj-core from 3.24.2 to 3.25.0 by @dependabot[bot] in #108
  • Bump org.assertj:assertj-core from 3.25.0 to 3.25.1 by @dependabot[bot] in #109
  • Bump slf4j.version from 2.0.10 to 2.0.11 by @dependabot[bot] in #110
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 by @dependabot[bot] in #111
  • Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 by @dependabot[bot] in #112
  • Bump release-drafter/release-drafter from 5 to 6 by @dependabot[bot] in #113
  • Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 by @dependabot[bot] in #115
  • Bump org.assertj:assertj-core from 3.25.2 to 3.25.3 by @dependabot[bot] in #114
  • Bump slf4j.version from 2.0.11 to 2.0.12 by @dependabot[bot] in #116
  • Bump com.github.tomakehurst:wiremock-jre8 from 2.35.1 to 2.35.2 by @dependabot[bot] in #117
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.16.2 by @dependabot[bot] in #119
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 by @dependabot[bot] in #118
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.16.2 to 2.17.0 by @dependabot[bot] in #120
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.1 by @dependabot[bot] in #121
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by @dependabot[bot] in #122
  • Bump org.projectlombok:lombok from 1.18.30 to 1.18.32 by @dependabot[bot] in #123
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 by @dependabot[bot] in #124
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot[bot] in #125
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 by @dependabot[bot] in #128
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.4 by @dependabot[bot] in #129
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1 by @dependabot[bot] in #130
  • Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2 by @dependabot[bot] in #132
  • Bump org.apache.maven.plugins:maven-install-plugin from 3.1.1 to 3.1.2 by @dependabot[bot] in #131
  • Bump slf4j.version from 2.0.12 to 2.0.13 by @dependabot[bot] in #127
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1 by @dependabot[bot] in #133
  • Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 by @dependabot[bot] in #134
  • Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 by @dependabot[bot] in #135
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 by @dependabot[bot] in #136
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 by @dependabot[bot] in #137
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 by @dependabot[bot] in #138
  • Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.0 by @dependabot[bot] in #140
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.5.0 to 3.6.0 by @dependabot[bot] in #139
  • Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0 by @dependabot[bot] in #142
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 by @dependabot[bot] in #141
  • Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 by @dependabot[bot] in #144
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.6.0 to 3.6.1 by @dependabot[bot] in #143
  • Bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17.0 by @dependabot[bot] in #146
  • Bump org.projectlombok:lombok from 1.18.32 to 1.18.34 by @dependabot[bot] in #145
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2 by @dependabot[bot] in #147
  • Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 by @dependabot[bot] in #148
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 by @dependabot[bot] in #149
  • Bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1 by @dependabot[bot] in #153
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.6.1 to 3.6.2 by @dependabot[bot] in #152
  • Bump org.codehaus.mojo:versions-maven-plugin from 2.17.0 to 2.17.1 by @dependabot[bot] in #151
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 by @dependabot[bot] in #154
  • Bump slf4j.version from 2.0.13 to 2.0.14 by @dependabot[bot] in #155
  • Bump slf4j.version from 2.0.14 to 2.0.15 by @dependabot[bot] in #156
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 by @dependabot[bot] in #158
  • Bump slf4j.version from 2.0.15 to 2.0.16 by @dependabot[bot] in #157
  • Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0 by @dependabot[bot] in #159
  • Bump org.apache.maven.plugins:maven-install-plugin from 3.1.2 to 3.1.3 by @dependabot[bot] in #163
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #162
  • Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3 by @dependabot[bot] in #161
  • Bump org.apache.maven.plugins:maven-site-plugin from 3.12.1 to 3.20.0 by @dependabot[bot] in #160
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.6.2 to 3.7.0 by @dependabot[bot] in #164
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 by @dependabot[bot] in #166
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot[bot] in #165
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 by @dependabot[bot] in #167
  • Bump org.junit.jupiter:junit-jupiter from 5.11.0 to 5.11.1 by @dependabot[bot] in #168
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.17.2 to 2.18.0 by @dependabot[bot] in #170
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 by @dependabot[bot] in #169
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 by @dependabot[bot] in #171
  • Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.2 by @dependabot[bot] in #172
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 by @dependabot[bot] in #173
  • Bump org.junit.jupiter:junit-jupiter from 5.11.2 to 5.11.3 by @dependabot[bot] in #174
  • Bump org.apache.maven.plugins:maven-site-plugin from 3.20.0 to 3.21.0 by @dependabot[bot] in #176
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.7.0 to 3.8.0 by @dependabot[bot] in #175
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.18.0 to 2.18.1 by @dependabot[bot] in #177
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 by @dependabot[bot] in #179
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 by @dependabot[bot] in #178
  • Bump org.codehaus.mojo:versions-maven-plugin from 2.17.1 to 2.18.0 by @dependabot[bot] in #180
  • Bump org.projectlombok:lombok from 1.18.34 to 1.18.36 by @dependabot[bot] in #181
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.18.1 to 2.18.2 by @dependabot[bot] in #182
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 by @dependabot[bot] in #183
  • Bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4 by @dependabot[bot] in #184
  • Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 by @dependabot[bot] in #185
  • Bump org.assertj:assertj-core from 3.27.0 to 3.27.2 by @dependabot[bot] in #187
  • Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 by @dependabot[bot] in #188
  • Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1 by @dependabot[bot] in #189
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 by @dependabot[bot] in #191
  • Bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.0 by @dependabot[bot] in #190
  • Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.3 to 3.1.4 by @dependabot[bot] in #194
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.8.0 to 3.9.0 by @dependabot[bot] in #193
  • Bump org.apache.maven.plugins:maven-install-plugin from 3.1.3 to 3.1.4 by @dependabot[bot] in #195
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.18.2 to 2.18.3 by @dependabot[bot] in #196
  • Bump org.junit.jupiter:junit-jupiter from 5.12.0 to 5.12.1 by @dependabot[bot] in #197
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 by @dependabot[bot] in #198
  • Bump org.projectlombok:lombok from 1.18.36 to 1.18.38 by @dependabot[bot] in #199
  • Bump org.junit.jupiter:junit-jupiter from 5.12.1 to 5.12.2 by @dependabot[bot] in #200
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.18.3 to 2.19.0 by @dependabot[bot] in #201
  • Bump org.junit.jupiter:junit-jupiter from 5.12.2 to 5.13.0 by @dependabot[bot] in #202
  • Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0 by @dependabot[bot] in #203
  • Bump org.junit.jupiter:junit-jupiter from 5.13.0 to 5.13.1 by @dependabot[bot] in #204
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.19.0 to 2.19.1 by @dependabot[bot] in #205
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0 by @dependabot[bot] in #208
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 by @dependabot[bot] in #207
  • Bump org.junit.jupiter:junit-jupiter from 5.13.1 to 5.13.3 by @dependabot[bot] in #209
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.0 to 3.6.1 by @dependabot[bot] in #210
  • Bump org.junit.jupiter:junit-jupiter from 5.13.3 to 5.13.4 by @dependabot[bot] in #212
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.19.1 to 2.19.2 by @dependabot[bot] in #211
  • Bump org.assertj:assertj-core from 3.27.3 to 3.27.6 by @dependabot[bot] in #220
  • Bump org.projectlombok:lombok from 1.18.38 to 1.18.42 by @dependabot[bot] in #223
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1 by @dependabot[bot] in #224
  • Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #226
  • Bump actions/checkout from 4 to 6 by @dependabot[bot] in #227
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4 by @dependabot[bot] in #225
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.12.0 by @dependabot[bot] in #222
  • Bump org.codehaus.mojo:versions-maven-plugin from 2.18.0 to 2.19.1 by @dependabot[bot] in #221
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.19.2 to 2.20.0 by @dependabot[bot] in #217
  • Bump slf4j.version from 2.0.16 to 2.0.17 by @dependabot[bot] in #192
  • Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 in the maven group across 1 directory by @dependabot[bot] in #228
  • Bump release-drafter/release-drafter from 6 to 7 by @dependabot[bot] in #231
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.4 to 3.5.5 by @dependabot[bot] in #232
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.20.0 to 2.21.2 by @dependabot[bot] in #233
  • Bump org.projectlombok:lombok from 1.18.42 to 1.18.44 by @dependabot[bot] in #234
  • Bump org.junit.jupiter:junit-jupiter from 5.13.4 to 6.0.3 by @dependabot[bot] in #235
  • Bump org.codehaus.mojo:versions-maven-plugin from 2.19.1 to 2.21.0 by @dependabot[bot] in #236
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #241
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.1 to 3.6.2 by @dependabot[bot] in #238
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0 by @dependabot[bot] in #239
  • Bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.3.1 by @dependabot[bot] in #240
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 by @dependabot[bot] in #237
  • Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #216

Full Changelog: v2.0.9...v3.0.0