Skip to content

Commit bcb7d51

Browse files
authored
Handle atlassian CSRF checks
1 parent c77a84d commit bcb7d51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'signing'
44

55
group 'com.assertthat.plugins'
66
archivesBaseName = "assertthat-bdd-gradle-tasks"
7-
version '1.9.1'
7+
version '1.9.2'
88

99
sourceCompatibility = 1.7
1010
targetCompatibility = 1.7
@@ -17,7 +17,7 @@ repositories {
1717
dependencies {
1818
implementation gradleApi()
1919
implementation localGroovy()
20-
compile group: 'com.assertthat.plugins', name: 'assertthat-bdd-standalone', version: '1.9.8'
20+
compile group: 'com.assertthat.plugins', name: 'assertthat-bdd-standalone', version: '1.9.10'
2121
}
2222

2323
task javadocJar(type: Jar) {

0 commit comments

Comments
 (0)