Skip to content

Commit

Permalink
Upgrade Gradle plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Jan 10, 2024
1 parent 52c3565 commit 999fc87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ description = "This library is an extension to the great jOOλ library"
plugins {
`java-library`
id("net.researchgate.release") version "3.0.2"
id("com.bakdata.sonar") version "1.1.7"
id("com.bakdata.sonatype") version "1.1.7"
id("com.bakdata.sonar") version "1.1.9"
id("com.bakdata.sonatype") version "1.1.9"
id("org.hildan.github.changelog") version "1.12.1"
id("io.freefair.lombok") version "6.6.1"
id("io.freefair.lombok") version "6.6.3"
}

allprojects {
Expand Down

0 comments on commit 999fc87

Please sign in to comment.