From 28eefa19343ab25b41d0032122a6bc6ec0557802 Mon Sep 17 00:00:00 2001 From: Quentin Date: Fri, 29 Sep 2023 19:13:20 +0200 Subject: [PATCH] fix(typo): dependenbot=>dependabot --- .../server/springboot/custom-jhlite/module-creation.md.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/generator/server/springboot/custom-jhlite/module-creation.md.mustache b/src/main/resources/generator/server/springboot/custom-jhlite/module-creation.md.mustache index a6a24087a11..1ffcd26e917 100644 --- a/src/main/resources/generator/server/springboot/custom-jhlite/module-creation.md.mustache +++ b/src/main/resources/generator/server/springboot/custom-jhlite/module-creation.md.mustache @@ -173,7 +173,7 @@ class MyDockerImagesReader implements DockerImagesReader { } ``` -Of course you can add any version resolution logic you want in the implementation. You can have a look at [FileSystemDockerImagesReader](https://github.com/jhipster/jhipster-lite/blob/main/src/main/java/tech/jhipster/lite/module/infrastructure/secondary/docker/FileSystemDockerImagesReader.java) for an implementation reading from a local file (managed by dependenbot). +Of course you can add any version resolution logic you want in the implementation. You can have a look at [FileSystemDockerImagesReader](https://github.com/jhipster/jhipster-lite/blob/main/src/main/java/tech/jhipster/lite/module/infrastructure/secondary/docker/FileSystemDockerImagesReader.java) for an implementation reading from a local file (managed by dependabot). ## Java versions