Skip to content

Commit 6479308

Browse files
authored
chore: bump SB version in swing-bridge.adoc (#5408)
1 parent a94cb3f commit 6479308

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

articles/tools/modernization-toolkit/swing-bridge.adoc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Add the following parent section, properties, and dependencies to your `pom.xml`
129129
<parent>
130130
<groupId>org.springframework.boot</groupId>
131131
<artifactId>spring-boot-starter-parent</artifactId>
132-
<version>4.0.3</version>
132+
<version>4.0.4</version>
133133
<relativePath/>
134134
</parent>
135135
@@ -142,13 +142,6 @@ Add the following parent section, properties, and dependencies to your `pom.xml`
142142
<type>pom</type>
143143
<scope>import</scope>
144144
</dependency>
145-
<dependency>
146-
<groupId>tools.jackson</groupId>
147-
<artifactId>jackson-bom</artifactId>
148-
<version>3.1.0</version>
149-
<type>pom</type>
150-
<scope>import</scope>
151-
</dependency>
152145
</dependencies>
153146
</dependencyManagement>
154147

0 commit comments

Comments
 (0)