Skip to content

Commit 7907fc8

Browse files
Copilotrashidi
andauthored
Replace com.fasterxml.jackson.core:jackson-databind with tools.jackson.core:jackson-databind in documentation (#345)
Agent-Logs-Url: https://github.com/rashidi/spring-boot-tutorials/sessions/881f7619-10a2-4064-a248-1a181917d65f Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rashidi <380073+rashidi@users.noreply.github.com>
1 parent cebd0d7 commit 7907fc8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

data-mongodb-tc-data-load/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ First, we will have to add `jackson-databind` as our dependency in link:${url-qu
164164
[source,groovy]
165165
----
166166
dependencies {
167-
testImplementation "com.fasterxml.jackson.core:jackson-databind"
167+
testImplementation "tools.jackson.core:jackson-databind"
168168
}
169169
----
170170

docs/modules/ROOT/pages/data-mongodb-tc-data-load.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ First, we will have to add `jackson-databind` as our dependency in link:${url-qu
163163
[source,groovy]
164164
----
165165
dependencies {
166-
testImplementation "com.fasterxml.jackson.core:jackson-databind"
166+
testImplementation "tools.jackson.core:jackson-databind"
167167
}
168168
----
169169

0 commit comments

Comments
 (0)