Skip to content

Commit

Permalink
deps bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Sep 17, 2021
1 parent 31402e7 commit c7b5df2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ plugins {
jacoco
java
`maven-publish`
id("org.sonarqube") version "3.2.0"
id("org.sonarqube") version "3.3"
id("com.github.hierynomus.license") version "0.16.1"
id("com.github.johnrengelman.shadow") version("7.0.0")
id("com.github.ben-manes.versions") version "0.38.0"
id("com.github.ben-manes.versions") version "0.39.0"
id("com.github.gradle-git-version-calculator") version "1.1.0"
id("io.freefair.lombok") version "6.0.0-m2"
id("io.freefair.lombok") version "6.2.0"
}

group = "com.github.1c-syntax"
Expand All @@ -23,8 +23,8 @@ repositories {
}
}

val commonmarkVersion = "0.14.0"
val junitVersion = "5.7.0"
val commonmarkVersion = "0.17.0"
val junitVersion = "5.8.0"

dependencies {
implementation("org.sonarsource.sonarqube:sonar-plugin-api:7.9")
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit c7b5df2

Please sign in to comment.