diff --git a/build.gradle b/build.gradle index 5ae94c6f72..ec5ebf34e7 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { dependencies { classpath "gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.5" - classpath "se.bjurr.violations:violations-gradle-plugin:1.52.4" + classpath "se.bjurr.violations:violations-gradle-plugin:1.52.5" } } @@ -40,7 +40,7 @@ configure(subprojects.findAll { ['core', 'examples'].contains(it.name) }) { jar.dependsOn(checkstyleMain) checkstyle { - toolVersion = "10.8.0" // com.puppycrawl.tools:checkstyle + toolVersion = "10.8.1" // com.puppycrawl.tools:checkstyle configFile = file("$rootProject.rootDir/checkstyle_checks.xml") configProperties = ['basedir': project.rootDir.path] ignoreFailures = true diff --git a/ci/requirements.txt b/ci/requirements.txt index 90843cf332..d89c3eea8b 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1 +1 @@ -c2cciutils[checks,publish]==1.5.0 +c2cciutils[checks,publish]==1.5.2 diff --git a/core/build.gradle b/core/build.gradle index ae435cb63e..4915918e62 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -155,11 +155,11 @@ dependencies { ) jasper( "net.sf.jasperreports:jasperreports:6.20.0", - "org.codehaus.groovy:groovy-all:3.0.15", - 'ar.com.fdvs:DynamicJasper:5.3.6', + "org.codehaus.groovy:groovy-all:3.0.17", + 'ar.com.fdvs:DynamicJasper:5.3.8', "net.sf.jasperreports:jasperreports-fonts:6.20.0", "net.sf.jasperreports:jasperreports-functions:6.20.0", - 'joda-time:joda-time:2.12.2' + 'joda-time:joda-time:2.12.5' ) compile fileTree(dir: "$projectDir/libs", include: '*.jar') compile( @@ -174,7 +174,7 @@ dependencies { 'com.github.spullara.cli-parser:cli-parser:1.1.6', 'org.apache.httpcomponents:httpclient:4.5.14', 'com.sun.mail:javax.mail:1.6.2', - 'com.amazonaws:aws-java-sdk-s3:1.12.418', + 'com.amazonaws:aws-java-sdk-s3:1.12.440', 'com.adobe.xmp:xmpcore:6.1.11', 'io.sentry:sentry-logback:6.14.0', 'net.logstash.logback:logstash-logback-encoder:7.3', diff --git a/core/src/main/webapp/index.html b/core/src/main/webapp/index.html index 1b95805f44..e743e12503 100644 --- a/core/src/main/webapp/index.html +++ b/core/src/main/webapp/index.html @@ -5,8 +5,8 @@ diff --git a/docs/build.gradle b/docs/build.gradle index ea8d3c1ac3..da3df9343e 100644 --- a/docs/build.gradle +++ b/docs/build.gradle @@ -12,7 +12,7 @@ repositories { dependencies { compile project(':core') - compile "org.codehaus.groovy:groovy-all:3.0.15", + compile "org.codehaus.groovy:groovy-all:3.0.17", "org.springframework:spring-test:5.3.25", 'org.ccil.cowan.tagsoup:tagsoup:1.2.1', 'com.samskivert:jmustache:1.15' diff --git a/docs/src/main/resources/templates/_main.html b/docs/src/main/resources/templates/_main.html index 6e75d98f8d..519489bc2d 100644 --- a/docs/src/main/resources/templates/_main.html +++ b/docs/src/main/resources/templates/_main.html @@ -156,8 +156,8 @@

{{pageTitle}}