Skip to content

Commit

Permalink
Merge branch 'master' of github.com:freefair/gradle-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Oct 4, 2023
2 parents 56d54cd + 97dbcfe commit f7cf7b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion embedded-sass-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ gradlePlugin {
}

dependencies {
api 'de.larsgrefer.sass:sass-embedded-host:3.1.0'
api 'de.larsgrefer.sass:sass-embedded-host:3.2.0'
implementation 'org.webjars:webjars-locator-core:0.53'

testImplementation project(":test-common")
Expand Down
2 changes: 1 addition & 1 deletion examples/javadoc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: "io.freefair.javadocs"
apply plugin: "io.freefair.github.dependency-manifest"

dependencies {
implementation platform("org.springframework.boot:spring-boot-dependencies:2.7.15")
implementation platform("org.springframework.boot:spring-boot-dependencies:2.7.16")
implementation "org.springframework.boot:spring-boot-starter-data-jpa"
implementation "org.springframework.boot:spring-boot-starter-web"
}
2 changes: 1 addition & 1 deletion examples/lombok/sonarqube/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "org.sonarqube" version "4.3.1.3277"
id "org.sonarqube" version "4.4.1.3373"
}

apply plugin: "java"
Expand Down

0 comments on commit f7cf7b1

Please sign in to comment.