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] authored Nov 1, 2023
1 parent 5361e9d commit a7883b6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ allprojects {
ext.junitVersion = "4.13.2"
ext.groovyVersion = "3.0.19"
ext.spotbugsVersion = '4.8.0'
ext.jasperreportVersion = "6.20.5"
ext.jasperreportVersion = "6.20.6"

apply plugin: 'org.owasp.dependencycheck'
dependencyCheck {
Expand Down
2 changes: 1 addition & 1 deletion ci/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.1.28/c2cciutils/schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.1.31/c2cciutils/schema.json

checks:
versions: false
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
c2cciutils==1.1.28
c2cciutils==1.1.31
pip>=21.1 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3>=1.26.5 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
Expand Down
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ ext {

dependencies {
def slf4jVersion = '1.7.36'
def metricsVersion = '4.2.20'
def metricsVersion = '4.2.21'
def geotoolsVersion = '24.7'
def logbackVersion = '1.2.12'

Expand Down Expand Up @@ -184,7 +184,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.560',
'com.amazonaws:aws-java-sdk-s3:1.12.578',
'com.adobe.xmp:xmpcore:6.1.11',
'io.sentry:sentry-logback:6.0.0',
'net.logstash.logback:logstash-logback-encoder:7.1.1',
Expand Down

0 comments on commit a7883b6

Please sign in to comment.