Skip to content

Commit

Permalink
Update all patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 2, 2023
1 parent bd0824c commit e833887
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c2cciutils[checks,publish]==1.5.0
c2cciutils[checks,publish]==1.5.2
8 changes: 4 additions & 4 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<link href="favicon.ico" rel="shortcut icon" />
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.3/jquery.min.js"
integrity="sha512-STof4xm1wgkfm7heWqFJVn58Hm3EtS31XFaagaa8VMReCXAkQnJZ+jEy8PCC/iT18dFy95WcExNHFTqLyp72eQ=="
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.4/jquery.min.js"
integrity="sha512-pumBsjNRGGqkPzKHndZMaAG+bir374sORyzM3uulLV14lN5LyykqNk8eEeUlUkB3U0M4FApyaHraT65ihJhDpQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions docs/src/main/resources/templates/_main.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ <h1>{{pageTitle}}</h1>

<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.3/jquery.min.js"
integrity="sha512-STof4xm1wgkfm7heWqFJVn58Hm3EtS31XFaagaa8VMReCXAkQnJZ+jEy8PCC/iT18dFy95WcExNHFTqLyp72eQ=="
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.4/jquery.min.js"
integrity="sha512-pumBsjNRGGqkPzKHndZMaAG+bir374sORyzM3uulLV14lN5LyykqNk8eEeUlUkB3U0M4FApyaHraT65ihJhDpQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
Expand Down

0 comments on commit e833887

Please sign in to comment.