Skip to content

Commit

Permalink
Update all minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 2, 2023
1 parent 36650d4 commit 21bbc5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ configure(subprojects.findAll { ['core', 'examples'].contains(it.name) }) {
jar.dependsOn(checkstyleMain)

checkstyle {
toolVersion = "10.7.0" // com.puppycrawl.tools:checkstyle
toolVersion = "10.8.0" // com.puppycrawl.tools:checkstyle
configFile = file("$rootProject.rootDir/checkstyle_checks.xml")
configProperties = ['basedir': project.rootDir.path]
ignoreFailures = true
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
c2cciutils[checks,publish]==1.4.10
c2cciutils[checks,publish]==1.5.0
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
certifi>=2022.12.7 # not directly required, pinned by Snyk to avoid a vulnerability
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ dependencies {
'com.sun.mail:javax.mail:1.6.2',
'com.amazonaws:aws-java-sdk-s3:1.12.418',
'com.adobe.xmp:xmpcore:6.1.11',
'io.sentry:sentry-logback:6.13.1',
'net.logstash.logback:logstash-logback-encoder:7.2',
'io.sentry:sentry-logback:6.14.0',
'net.logstash.logback:logstash-logback-encoder:7.3',
)

compile(configurations.metrics) {
Expand Down

0 comments on commit 21bbc5e

Please sign in to comment.