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 1, 2024
1 parent 564e4a3 commit cc07ed8
Show file tree
Hide file tree
Showing 2 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 @@ -60,7 +60,7 @@ configure(subprojects.findAll { ['core', 'examples'].contains(it.name) }) {
dependencies {
testImplementation(
"junit:junit:4.13.2",
'org.mockito:mockito-core:5.5.0',
'org.mockito:mockito-core:5.11.0',
)
}

Expand Down
6 changes: 3 additions & 3 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ dependencies {
'org.hibernate:hibernate-core:5.6.15.Final',
'org.postgresql:postgresql:42.7.2',
'com.vladmihalcea:hibernate-types-52:2.21.1',
'com.mchange:c3p0:0.9.5.5',
'com.mchange:c3p0:0.10.0-pre6',
"org.springframework:spring-aspects:5.3.32",
"org.springframework:spring-orm:5.3.32",
"org.springframework:spring-jdbc:5.3.32",
Expand Down Expand Up @@ -176,7 +176,7 @@ dependencies {
"org.slf4j:slf4j-api:2.0.12",
"org.slf4j:jcl-over-slf4j:2.0.12",
"org.slf4j:jul-to-slf4j:2.0.12",
"ch.qos.logback:logback-classic:1.4.14",
"ch.qos.logback:logback-classic:1.5.1",
"ch.qos.logback:logback-access:1.4.14",
'org.json:json:20231013',
'org.yaml:snakeyaml:2.2',
Expand All @@ -185,7 +185,7 @@ dependencies {
'com.sun.mail:javax.mail:1.6.2',
'com.amazonaws:aws-java-sdk-s3:1.12.670',
'com.adobe.xmp:xmpcore:6.1.11',
'io.sentry:sentry-logback:7.3.0',
'io.sentry:sentry-logback:7.5.0',
'net.logstash.logback:logstash-logback-encoder:7.4',
)

Expand Down

0 comments on commit cc07ed8

Please sign in to comment.