Skip to content
Snippets Groups Projects
Commit dfd8845a authored by Perun-GitLab Service Account's avatar Perun-GitLab Service Account
Browse files

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

parent 579e03d2
No related branches found
No related tags found
No related merge requests found
Pipeline #624022 passed
...@@ -53,9 +53,9 @@ repositories { ...@@ -53,9 +53,9 @@ repositories {
dependencies { dependencies {
implementation project(':perun-openapi') implementation project(':perun-openapi')
implementation 'org.springframework:spring-core:6.2.2' implementation 'org.springframework:spring-core:6.2.7'
implementation 'org.springframework:spring-context:6.2.2' implementation 'org.springframework:spring-context:6.2.7'
implementation 'org.springframework:spring-beans:6.2.2' implementation 'org.springframework:spring-beans:6.2.7'
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'
...@@ -71,7 +71,7 @@ dependencies { ...@@ -71,7 +71,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-autoconfigure' implementation 'org.springframework.boot:spring-boot-autoconfigure'
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.2.2' testImplementation 'org.springframework:spring-test:6.2.7'
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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment