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 2, 2023
1 parent c47cfed commit da7f884
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 @@ -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/c2cciutils/schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.1.31/c2cciutils/schema.json

checks:
required_workflows: false
Expand Down
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ ext {

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

Expand Down Expand Up @@ -185,7 +185,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.579',
'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 da7f884

Please sign in to comment.