Skip to content

Commit 4bdc497

Browse files
Bump the dev-deps group across 1 directory with 2 updates
Bumps the dev-deps group with 2 updates in the / directory: [io.github.hakky54:logcaptor](https://github.com/Hakky54/log-captor) and [org.springframework:spring-context](https://github.com/spring-projects/spring-framework). Updates `io.github.hakky54:logcaptor` from 2.12.2 to 2.12.6 - [Changelog](https://github.com/Hakky54/log-captor/blob/master/CHANGELOG.MD) - [Commits](Hakky54/log-captor@v2.12.2...v2.12.6) Updates `org.springframework:spring-context` from 7.0.5 to 7.0.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v7.0.5...v7.0.6) --- updated-dependencies: - dependency-name: io.github.hakky54:logcaptor dependency-version: 2.12.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: org.springframework:spring-context dependency-version: 7.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent acb1d15 commit 4bdc497

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

env/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<dependency>
123123
<groupId>io.github.hakky54</groupId>
124124
<artifactId>logcaptor</artifactId>
125-
<version>2.12.2</version>
125+
<version>2.12.6</version>
126126
<scope>test</scope>
127127
</dependency>
128128
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<maven.source.plugin.version>3.4.0</maven.source.plugin.version>
4848
<!-- make sure that spring core and spring boot versions are compatible-->
4949
<spring.boot.version>4.0.3</spring.boot.version>
50-
<spring.core.version>7.0.5</spring.core.version>
50+
<spring.core.version>7.0.7</spring.core.version>
5151
<spring.security.version>7.0.3</spring.security.version>
5252
<spring.security.oauth2.version>7.0.3</spring.security.oauth2.version>
5353
<spring.security.jwt.version>1.1.1.RELEASE</spring.security.jwt.version>

token-client-spring-3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
<properties>
5050
<!-- Override parent's Spring Boot 4.x with Spring Boot 3.x for legacy compatibility -->
51-
<spring.core.version>${legacy3.spring.core.version}</spring.core.version>
51+
<spring.core.version>7.0.7</spring.core.version>
5252
</properties>
5353

5454
<dependencies>

0 commit comments

Comments
 (0)