Skip to content

Commit

Permalink
Update dependencies to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel-wollschlaeger committed Mar 1, 2023
1 parent 75e7eaa commit 333b78d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ allowed_patterns:
- https://github.com/jk1/Gradle-License-Report/blob/7cf695c38126b63ef9e907345adab84dfa92ea0e/src/main/resources/default-license-normalizer-bundle.json
fileignoreconfig:
- filename: build.gradle
checksum: 29c1e27a32587585a465d140dcb863dcf1e5f39b5088d84ab4be5af8c59dcfd0
checksum: 1b5d644a8f92adacc9d4c6ca445eddcfc24210878013f76176262866da8cbb6f
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {
id "org.springframework.boot" version "3.0.2"
id "io.spring.dependency-management" version "1.1.0"
id "java"
id "com.diffplug.spotless" version "6.15.0"
id "com.diffplug.spotless" version "6.16.0"
id "jacoco"
id "org.sonarqube" version "3.5.0.2730"
id "org.sonarqube" version "4.0.0.2929"
id "com.github.jk1.dependency-license-report" version "2.1"
id "com.adarshr.test-logger" version "3.2.0"
}
Expand Down

0 comments on commit 333b78d

Please sign in to comment.