@@ -7,33 +7,46 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99Changed
10+
11+ Fixed
12+
13+ Security
14+
15+ ## [ 1.5.0] - 2023-12-03
16+ Changed
17+ * Upgrade to Spring Boot 3
1018* Java 17 is now mandatory
1119* Indexing support now requires Elastic 8+
1220
1321Fixed
1422* Correctly ignore user-provided primary keys (https://github.com/kit-data-manager/base-repo/pull/131 )
23+ * Fixed issues while providing escaped slashes in request URL
1524
1625Security
17- * Bump spring-boot to 3.1.0
18- * Bump spring-cloud-starter-config to 4.0.3
19- * Bump spring-cloud-starter-netflix-eureka-client to 4.0.2
26+ * Bump spring-boot to 3.1.5
27+ * Bump spring-cloud-starter-config to 4.0.4
28+ * Bump spring-cloud-starter-netflix-eureka-client to 4.0.3
2029* Bump spring-cloud-gateway-mvc to 4.0.6
21- * Bump spring-data-elasticsearch to 5.1.2
22- * Bump spring-messaging to 6.0.2
23- * Bump spring-security-web to 6.1.1
24- * Bump spring-security-config to 6.1.1
25- * Bump spring-boot-admin-starter-client to 3.1.0
30+ * Bump spring-data-elasticsearch to 5.2.0
31+ * Bump spring-messaging to 6.0.13
32+ * Bump spring-security-web to 6.2.0
33+ * Bump spring-security-config to 6.2.0
34+ * Bump spring-boot-admin-starter-client to 3.1.8
2635* Bump io.spring.dependency-management to 1.1.0
27- * Bump io.freefair.lombok to 8.0.1
28- * Bump io.freefair.maven-publish-java to 8.0.1
29- * Bump org.owasp.dependencycheck to 8.3.1
36+ * Bump io.freefair.lombok to 8.4.0
37+ * Bump io.freefair.maven-publish-java to 8.4.0
38+ * Bump org.owasp.dependencycheck to 9.0.2
3039* Bump net.researchgate.release to 3.0.2
3140* Bump com.gorylenko.gradle-git-properties to 2.4.1
3241* Bump javers-core to 7.0.0
3342* Bump httpclient to 4.5.14
3443* Bump postgresql to 42.6.0
44+ * Bump nimbus-jose-jwt to 9.37
45+ * Bump h2 to 2.2.224
46+ * Bump postgresql to 42.7.0
3547* Bump spring-restdocs-mockmvc to 3.0.0
3648* Bump mockito-inline to 5.2.0
49+ * Bump json-utils to 0.1.8
3750* Bump repo-core to 1.2.1
3851* Bump service-base to 1.2.0
3952
@@ -171,7 +184,8 @@ Added
171184
172185- First public version
173186
174- [ Unreleased ] : https://github.com/kit-data-manager/base-repo/compare/v1.4.0...HEAD
187+ [ Unreleased ] : https://github.com/kit-data-manager/base-repo/compare/v1.5.0...HEAD
188+ [ 1.5.0 ] : https://github.com/kit-data-manager/base-repo/compare/v1.4.0...v1.5.0
175189[ 1.4.0 ] : https://github.com/kit-data-manager/base-repo/compare/v1.3.0...v1.4.0
176190[ 1.3.0 ] : https://github.com/kit-data-manager/base-repo/compare/v1.2.0...v1.3.0
177191[ 1.2.0 ] : https://github.com/kit-data-manager/base-repo/compare/v1.1.0...v1.2.0
0 commit comments