Skip to content

Commit

Permalink
Merge branch '8.0.x' of github.com:freefair/android-gradle-plugins in…
Browse files Browse the repository at this point in the history
…to 8.1.x
  • Loading branch information
larsgrefer committed Jan 7, 2024
2 parents e02d4b3 + f1bb259 commit f8d4e36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import io.freefair.gradle.plugins.okhttp.tasks.UploadFile

plugins {
id "com.gradle.plugin-publish" version "1.2.0"
id "com.gradle.plugin-publish" version "1.2.1"
id "io.freefair.git-version"
id "io.freefair.lombok"
id "io.freefair.javadoc-links"
Expand Down Expand Up @@ -49,9 +49,9 @@ dependencies {
api "io.freefair.gradle:lombok-plugin:$freefairGradleVersion"
api "io.freefair.gradle:aspectj-plugin:$freefairGradleVersion"

testImplementation platform("org.junit:junit-bom:5.10.0")
testImplementation platform("org.junit:junit-bom:5.10.1")

testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'org.assertj:assertj-core:3.25.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testImplementation 'org.junit.jupiter:junit-jupiter-params'

Expand Down

0 comments on commit f8d4e36

Please sign in to comment.