Skip to content

Commit 85c1e94

Browse files
chore: [DevOps] bump the production-minor-patch group with 2 updates (#362)
Bumps the production-minor-patch group with 2 updates: [com.fasterxml.jackson.module:jackson-module-parameter-names](https://github.com/FasterXML/jackson-modules-java8) and [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback). Updates `com.fasterxml.jackson.module:jackson-module-parameter-names` from 2.18.2 to 2.18.3 - [Commits](FasterXML/jackson-modules-java8@jackson-modules-java8-2.18.2...jackson-modules-java8-2.18.3) Updates `ch.qos.logback:logback-classic` from 1.5.16 to 1.5.17 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.16...v_1.5.17) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-parameter-names dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - 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 d2597d3 commit 85c1e94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<dependency>
131131
<groupId>com.fasterxml.jackson.module</groupId>
132132
<artifactId>jackson-module-parameter-names</artifactId>
133-
<version>2.18.2</version>
133+
<version>2.18.3</version>
134134
</dependency>
135135
<dependency>
136136
<groupId>com.github.victools</groupId>

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.1</spring-boot.version>
37-
<logback.version>1.5.16</logback.version>
37+
<logback.version>1.5.17</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)