Skip to content

Commit

Permalink
drop mockito-core version
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed May 14, 2024
1 parent 20b7b5d commit ebb1002
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion generators/micronaut/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export default class extends BaseApplicationGenerator {
{ groupId: 'tech.jhipster', artifactId: 'jhipster-framework', version: application.jhipsterDependenciesVersion },
{ groupId: 'org.apache.commons', artifactId: 'commons-lang3', version: javaDependencies['commons-lang3'] },
{ groupId: 'io.swagger.core.v3', artifactId: 'swagger-annotations', version: javaDependencies['swagger-annotations'] },
{ groupId: 'org.mockito', artifactId: 'mockito-core', version: javaDependencies['mockito-core'], scope: 'test' },
{ groupId: 'org.mockito', artifactId: 'mockito-core', scope: 'test' },
{ groupId: 'org.zalando', artifactId: 'jackson-datatype-problem', version: javaDependencies['jackson-datatype-problem'] },
{ groupId: 'org.zalando', artifactId: 'problem-violations', version: javaDependencies['problem-violations'] },
],
Expand Down
2 changes: 0 additions & 2 deletions generators/micronaut/resources/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ logstash-logback-encoder = { module = 'net.logstash.logback:logstash-logback-enc

micronaut-platform = { module = 'io.micronaut.platform:micronaut-platform', version = '4.4.2' }

mockito-core = { module = 'org.mockito:mockito-core', version = '5.10.0' }

redisson = { module = 'org.redisson:redisson', version = '3.30.0' }

swagger-annotations = { module = 'io.swagger.core.v3:swagger-annotations', version = '2.2.19' }
Expand Down

0 comments on commit ebb1002

Please sign in to comment.