Skip to content

Commit 1550fd6

Browse files
[CORE-69]: Bump org.springframework:spring-aop from 6.2.12 to 7.0.3
Bumps [org.springframework:spring-aop](https://github.com/spring-projects/spring-framework) from 6.2.12 to 7.0.3. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.12...v7.0.3) --- updated-dependencies: - dependency-name: org.springframework:spring-aop dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 73ca3f6 commit 1550fd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

service/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ dependencies {
5959
implementation "org.springframework.boot:spring-boot-starter-validation:$springBootVersion"
6060
implementation "org.springframework.boot:spring-boot-starter-thymeleaf:$springBootVersion"
6161
implementation 'org.springframework.retry:spring-retry:2.0.12'
62-
implementation "org.springframework:spring-aop:6.2.12"
63-
implementation 'org.springframework:spring-aspects:6.2.12'
62+
implementation "org.springframework:spring-aop:7.0.3"
63+
implementation 'org.springframework:spring-aspects:7.0.3'
6464
implementation 'io.sentry:sentry-spring-boot-starter:8.29.0'
6565
implementation 'ch.qos.logback:logback-classic:1.5.23'
6666
implementation 'ch.qos.logback:logback-core:1.5.23'

0 commit comments

Comments
 (0)