File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Add the following dependency to your `pom.xml`:
3636<dependency >
3737 <groupId >com.digitalsanctuary</groupId >
3838 <artifactId >spring-cf-turnstile</artifactId >
39- <version >1.0.0 </version >
39+ <version >1.1.1 </version >
4040</dependency >
4141```
4242
@@ -46,7 +46,7 @@ Add the following dependency to your `build.gradle`:
4646
4747``` groovy
4848dependencies {
49- implementation 'com.digitalsanctuary:spring-cf-turnstile:1.0.0 '
49+ implementation 'com.digitalsanctuary:spring-cf-turnstile:1.1.1 '
5050}
5151```
5252
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import com.vanniktech.maven.publish.SonatypeHost
1212import com.vanniktech.maven.publish.JavaLibrary
1313import com.vanniktech.maven.publish.JavadocJar
1414
15- group ' com.digitalsanctuary.springaiclient '
16- version ' 1.1.0 '
15+ group ' com.digitalsanctuary.cf.turnstile '
16+ version ' 1.1.1 '
1717description = ' SpringBoot Cloudflare Turnstile Library'
1818
1919ext {
@@ -107,7 +107,7 @@ mavenPublishing {
107107
108108 pom {
109109 name = " Spring Cloudflare Turnstile Library"
110- description = " SpringBoot Cloudflare Turnstile Librar "
110+ description = " SpringBoot Cloudflare Turnstile Library "
111111 inceptionYear = " 2024"
112112 url = " https://github.com/devondragon/SpringCFTurnstile"
113113 licenses {
You can’t perform that action at this time.
0 commit comments