|
22 | 22 | <parent> |
23 | 23 | <groupId>org.springframework.boot</groupId> |
24 | 24 | <artifactId>spring-boot-starter-parent</artifactId> |
25 | | - <version>3.2.5</version> |
| 25 | + <version>3.3.4</version> |
26 | 26 | </parent> |
27 | 27 |
|
28 | 28 | <groupId>de.terrestris</groupId> |
|
81 | 81 | </distributionManagement> |
82 | 82 |
|
83 | 83 | <modules> |
84 | | - <module>shogun-lib</module> |
85 | 84 | <module>shogun-boot</module> |
86 | | - <module>shogun-gs-interceptor</module> |
87 | 85 | <module>shogun-config</module> |
| 86 | + <module>shogun-gs-interceptor</module> |
| 87 | + <module>shogun-lib</module> |
88 | 88 | <module>shogun-manager</module> |
89 | 89 | <module>shogun-proxy</module> |
90 | 90 | </modules> |
|
102 | 102 | <jacoco-plugin.version>0.8.12</jacoco-plugin.version> |
103 | 103 | <maven-project-info-reports-plugin.version>3.7.0</maven-project-info-reports-plugin.version> |
104 | 104 | <jib-maven-plugin.version>3.4.3</jib-maven-plugin.version> |
105 | | - <git-commit-id-maven-plugin.version>9.0.1</git-commit-id-maven-plugin.version> |
106 | 105 |
|
107 | 106 | <!-- Spring --> |
108 | 107 | <spring-boot.version>3.3.4</spring-boot.version> |
|
114 | 113 | <!-- Hibernate, Jackson, JAXB etc. --> |
115 | 114 | <jaxb-api.version>2.3.1</jaxb-api.version> |
116 | 115 | <!-- Please note: This must be compatible with ${jackson-bom.version}. --> |
117 | | - <jackson-datatype-jts.version>2.15.3</jackson-datatype-jts.version> |
| 116 | + <jackson-datatype-jts.version>2.17.2</jackson-datatype-jts.version> |
118 | 117 |
|
119 | 118 | <!-- Security --> |
120 | 119 | <keycloak.version>25.0.6</keycloak.version> |
|
141 | 140 | <reflections.version>0.10.2</reflections.version> |
142 | 141 | <evo-inflector.version>1.3</evo-inflector.version> |
143 | 142 |
|
144 | | - <!-- Logging --> |
145 | | - <log4j2.version>2.24.0</log4j2.version> |
146 | | - |
147 | 143 | <!-- Testing --> |
148 | | - <testcontainers.version>1.20.1</testcontainers.version> |
149 | | - <junit.jupiter.version>5.7.1</junit.jupiter.version> |
150 | | - <mockito.version>5.13.0</mockito.version> |
151 | | - <maven-dependency-plugin.version>3.8.0</maven-dependency-plugin.version> |
152 | 144 | <maven-project-info-reports-plugin.version>3.7.0</maven-project-info-reports-plugin.version> |
153 | 145 | <archunit.version>1.3.0</archunit.version> |
154 | 146 | <sonar-maven-plugin.version>4.0.0.4121</sonar-maven-plugin.version> |
|
175 | 167 | <artifactId>maven-compiler-plugin</artifactId> |
176 | 168 | <version>${maven-compiler-plugin.version}</version> |
177 | 169 | <configuration> |
178 | | - <compilerVersion>${java.version}</compilerVersion> |
179 | 170 | <source>${java.version}</source> |
180 | 171 | <target>${java.version}</target> |
181 | 172 | <showWarnings>true</showWarnings> |
|
450 | 441 | <dependency> |
451 | 442 | <groupId>org.ehcache</groupId> |
452 | 443 | <artifactId>ehcache</artifactId> |
453 | | - <version>3.10.8</version> |
| 444 | + <version>${ehcache3.version}</version> |
| 445 | + </dependency> |
| 446 | + |
| 447 | + <dependency> |
| 448 | + <groupId>org.flywaydb</groupId> |
| 449 | + <artifactId>flyway-database-postgresql</artifactId> |
| 450 | + <version>${flyway.version}</version> |
454 | 451 | </dependency> |
455 | 452 |
|
456 | 453 | <dependency> |
|
0 commit comments