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
@@ -26,9 +26,9 @@ repositories {
@@ -26,9 +26,9 @@ repositories {
dependencies {
dependencies {
implementation project(':perun-openapi')
implementation project(':perun-openapi')
implementation 'org.springframework:spring-core:6.1.12'
implementation 'org.springframework:spring-core:6.2.2'
implementation 'org.springframework:spring-context:6.1.14'
implementation 'org.springframework:spring-context:6.2.2'
implementation 'org.springframework:spring-beans:6.1.12'
implementation 'org.springframework:spring-beans:6.2.2'
implementation 'org.apache.logging.log4j:log4j-api:2.24.3'
implementation 'org.apache.logging.log4j:log4j-api:2.24.3'
implementation 'org.apache.logging.log4j:log4j-core:2.24.3'
implementation 'org.apache.logging.log4j:log4j-core:2.24.3'
@@ -44,7 +44,7 @@ dependencies {
@@ -44,7 +44,7 @@ dependencies {
testImplementation platform('org.junit:junit-bom:5.11.4')
testImplementation platform('org.junit:junit-bom:5.11.4')
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation 'org.springframework:spring-test:6.1.12'
testImplementation 'org.springframework:spring-test:6.2.2'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
implementation 'org.yaml:snakeyaml:2.0'
implementation 'org.yaml:snakeyaml:2.0'
Loading