|
40 | 40 | <profile.tls />
|
41 | 41 |
|
42 | 42 | <!-- Dependency versions -->
|
43 |
| - <jhipster-dependencies.version>3.7.1</jhipster-dependencies.version> |
| 43 | + <jhipster-dependencies.version>3.8.0</jhipster-dependencies.version> |
44 | 44 | <!-- The spring-boot version should match the one managed by
|
45 | 45 | https://mvnrepository.com/artifact/io.github.jhipster/jhipster-dependencies/${jhipster-dependencies.version} -->
|
46 | 46 | <spring-boot.version>2.2.7.RELEASE</spring-boot.version>
|
|
55 | 55 | <liquibase.version>3.9.0</liquibase.version>
|
56 | 56 | <liquibase-hibernate5.version>3.8</liquibase-hibernate5.version>
|
57 | 57 | <validation-api.version>2.0.1.Final</validation-api.version>
|
58 |
| - <jaxb-runtime.version>2.3.2</jaxb-runtime.version> |
59 |
| - <archunit-junit5.version>0.13.1</archunit-junit5.version> |
| 58 | + <jaxb-runtime.version>2.3.3</jaxb-runtime.version> |
| 59 | + <archunit-junit5.version>0.14.1</archunit-junit5.version> |
60 | 60 | <mapstruct.version>1.3.1.Final</mapstruct.version>
|
61 | 61 | <!-- Plugin versions -->
|
62 | 62 | <maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
|
|
75 | 75 | <frontend-maven-plugin.version>1.10.0</frontend-maven-plugin.version>
|
76 | 76 | <git-commit-id-plugin.version>4.0.0</git-commit-id-plugin.version>
|
77 | 77 | <jacoco-maven-plugin.version>0.8.5</jacoco-maven-plugin.version>
|
78 |
| - <jib-maven-plugin.version>2.2.0</jib-maven-plugin.version> |
| 78 | + <jib-maven-plugin.version>2.3.0</jib-maven-plugin.version> |
79 | 79 | <lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
|
80 | 80 | <properties-maven-plugin.version>1.0.0</properties-maven-plugin.version>
|
81 | 81 | <sonar-maven-plugin.version>3.7.0.1746</sonar-maven-plugin.version>
|
|
131 | 131 | <groupId>com.fasterxml.jackson.datatype</groupId>
|
132 | 132 | <artifactId>jackson-datatype-jsr310</artifactId>
|
133 | 133 | </dependency>
|
134 |
| - <dependency> |
135 |
| - <groupId>com.fasterxml.jackson.module</groupId> |
136 |
| - <artifactId>jackson-module-afterburner</artifactId> |
137 |
| - </dependency> |
138 | 134 | <dependency>
|
139 | 135 | <groupId>com.h2database</groupId>
|
140 | 136 | <artifactId>h2</artifactId>
|
|
152 | 148 | <groupId>com.zaxxer</groupId>
|
153 | 149 | <artifactId>HikariCP</artifactId>
|
154 | 150 | </dependency>
|
155 |
| - <dependency> |
156 |
| - <groupId>commons-io</groupId> |
157 |
| - <artifactId>commons-io</artifactId> |
158 |
| - </dependency> |
159 |
| - <dependency> |
160 |
| - <groupId>org.apache.commons</groupId> |
161 |
| - <artifactId>commons-lang3</artifactId> |
162 |
| - </dependency> |
163 | 151 | <dependency>
|
164 | 152 | <groupId>org.testcontainers</groupId>
|
165 | 153 | <artifactId>mysql</artifactId>
|
|
0 commit comments