Skip to content
Snippets Groups Projects

fix(deps): update spring core to v6.2.2

Merged Perun-GitLab Service Account requested to merge renovate/spring-core into main
Compare and
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -20,9 +20,9 @@ repositories {
}
dependencies {
implementation 'org.springframework:spring-core:6.1.12'
implementation 'org.springframework:spring-context:6.1.12'
implementation 'org.springframework:spring-beans:6.1.12'
implementation 'org.springframework:spring-core:6.1.13'
implementation 'org.springframework:spring-context:6.1.13'
implementation 'org.springframework:spring-beans:6.1.13'
implementation 'org.apache.logging.log4j:log4j-api:2.23.1'
implementation 'org.apache.logging.log4j:log4j-core:2.23.1'
@@ -38,7 +38,7 @@ dependencies {
testImplementation platform('org.junit:junit-bom:5.11.0')
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation 'org.springframework:spring-test:6.1.12'
testImplementation 'org.springframework:spring-test:6.1.13'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
implementation 'org.yaml:snakeyaml:2.0'
}
Loading