Skip to content

Commit c92f701

Browse files
build(deps): bump the production-dependencies group with 3 updates
Bumps the production-dependencies group with 3 updates: [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy), [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) and [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot). Updates `net.bytebuddy:byte-buddy` from 1.18.11 to 1.18.12 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.18.11...byte-buddy-1.18.12) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.22.1 to 2.22.2 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `org.springframework.boot:spring-boot-dependencies` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.18.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a1ff8fb commit c92f701

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

modules/jpa-schema/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>com.fasterxml.jackson.core</groupId>
5858
<artifactId>jackson-databind</artifactId>
59-
<version>2.22.1</version>
59+
<version>2.22.2</version>
6060
</dependency>
6161

6262
<!-- Logging -->

modules/mcp-bridge/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</description>
4242

4343
<properties>
44-
<jackson.version>2.22.1</jackson.version>
44+
<jackson.version>2.22.2</jackson.version>
4545
</properties>
4646

4747
<dependencies>

modules/spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</description>
4242

4343
<properties>
44-
<spring-boot.version>4.1.0</spring-boot.version>
44+
<spring-boot.version>4.1.1</spring-boot.version>
4545
</properties>
4646

4747
<dependencyManagement>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@
933933
<dependency>
934934
<groupId>net.bytebuddy</groupId>
935935
<artifactId>byte-buddy</artifactId>
936-
<version>1.18.11</version>
936+
<version>1.18.12</version>
937937
</dependency>
938938
<dependency>
939939
<groupId>io.swagger.core.v3</groupId>

0 commit comments

Comments
 (0)