Skip to content

Commit f4bb4e9

Browse files
chore: [DevOps] bump ch.qos.logback:logback-classic (#393)
Bumps the production-minor-patch group with 1 update: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback). Updates `ch.qos.logback:logback-classic` from 1.5.17 to 1.5.18 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.17...v_1.5.18) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd9ebc2 commit f4bb4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-code/spring-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<properties>
3535
<project.rootdir>${project.basedir}/../../</project.rootdir>
3636
<spring-boot.version>3.4.3</spring-boot.version>
37-
<logback.version>1.5.17</logback.version>
37+
<logback.version>1.5.18</logback.version>
3838
<cf-logging.version>3.8.4</cf-logging.version>
3939
<!-- Skip end-to-end tests by default, can be overridden with -DskipTests=false -->
4040
<skipTests>true</skipTests>

0 commit comments

Comments
 (0)