File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Extendable store types. JDBC store as default.
1212<dependency>
1313 <groupId>com.ttulka.spring.boot.configstore</groupId>
1414 <artifactId>configuration-properties-store-jdbc-spring-boot-starter</artifactId>
15- <version>1.3.4 </version>
15+ <version>1.3.5 </version>
1616</dependency>
1717```
1818
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.ttulka.spring.boot.configstore</groupId >
88 <artifactId >configuration-properties-store-parent</artifactId >
9- <version >1.3.4 -SNAPSHOT</version >
9+ <version >1.3.5 -SNAPSHOT</version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212 <artifactId >configuration-properties-store-api</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.springframework.boot</groupId >
88 <artifactId >spring-boot-starter-parent</artifactId >
9- <version >2.5.4 </version >
9+ <version >2.6.1 </version >
1010 </parent >
1111 <groupId >com.ttulka.spring.configstore</groupId >
1212 <artifactId >sample-app</artifactId >
13- <version >1.3.4 -SNAPSHOT</version >
13+ <version >1.3.5 -SNAPSHOT</version >
1414
1515 <dependencies >
1616 <dependency >
2020 <dependency >
2121 <groupId >com.ttulka.spring.boot.configstore</groupId >
2222 <artifactId >configuration-properties-store-jdbc-spring-boot-starter</artifactId >
23- <version >1.3.4 </version >
23+ <version >1.3.5 </version >
2424 </dependency >
2525 <dependency >
2626 <groupId >com.h2database</groupId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.ttulka.spring.boot.configstore</groupId >
88 <artifactId >configuration-properties-store-parent</artifactId >
9- <version >1.3.4 -SNAPSHOT</version >
9+ <version >1.3.5 -SNAPSHOT</version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212 <artifactId >configuration-properties-store-jdbc</artifactId >
1919 <dependency >
2020 <groupId >com.ttulka.spring.boot.configstore</groupId >
2121 <artifactId >configuration-properties-store-api</artifactId >
22- <version >1.3.4 -SNAPSHOT</version >
22+ <version >1.3.5 -SNAPSHOT</version >
2323 </dependency >
2424 <dependency >
2525 <groupId >org.springframework</groupId >
Original file line number Diff line number Diff line change 66
77 <groupId >com.ttulka.spring.boot.configstore</groupId >
88 <artifactId >configuration-properties-store-parent</artifactId >
9- <version >1.3.4 -SNAPSHOT</version >
9+ <version >1.3.5 -SNAPSHOT</version >
1010 <packaging >pom</packaging >
1111
1212 <name >Configuration Properties Store for Spring Boot - Parent</name >
1313 <description >Mutable persistent configuration properties that survive an application restart.</description >
1414 <url >https://github.com/ttulka/spring-boot-configuration-properties-store</url >
1515
1616 <properties >
17- <spring .boot.version>2.5.4 </spring .boot.version>
17+ <spring .boot.version>2.6.1 </spring .boot.version>
1818 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1919 </properties >
2020
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.ttulka.spring.boot.configstore</groupId >
88 <artifactId >configuration-properties-store-parent</artifactId >
9- <version >1.3.4 -SNAPSHOT</version >
9+ <version >1.3.5 -SNAPSHOT</version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212 <artifactId >configuration-properties-store-spring-boot-starter-base</artifactId >
1919 <dependency >
2020 <groupId >com.ttulka.spring.boot.configstore</groupId >
2121 <artifactId >configuration-properties-store-api</artifactId >
22- <version >1.3.4 -SNAPSHOT</version >
22+ <version >1.3.5 -SNAPSHOT</version >
2323 </dependency >
2424 <dependency >
2525 <groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.ttulka.spring.boot.configstore</groupId >
88 <artifactId >configuration-properties-store-parent</artifactId >
9- <version >1.3.4 -SNAPSHOT</version >
9+ <version >1.3.5 -SNAPSHOT</version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212 <artifactId >configuration-properties-store-jdbc-spring-boot-starter</artifactId >
1919 <dependency >
2020 <groupId >com.ttulka.spring.boot.configstore</groupId >
2121 <artifactId >configuration-properties-store-api</artifactId >
22- <version >1.3.4 -SNAPSHOT</version >
22+ <version >1.3.5 -SNAPSHOT</version >
2323 </dependency >
2424 <dependency >
2525 <groupId >com.ttulka.spring.boot.configstore</groupId >
2626 <artifactId >configuration-properties-store-spring-boot-starter-base</artifactId >
27- <version >1.3.4 -SNAPSHOT</version >
27+ <version >1.3.5 -SNAPSHOT</version >
2828 </dependency >
2929 <dependency >
3030 <groupId >com.ttulka.spring.boot.configstore</groupId >
3131 <artifactId >configuration-properties-store-jdbc</artifactId >
32- <version >1.3.4 -SNAPSHOT</version >
32+ <version >1.3.5 -SNAPSHOT</version >
3333 </dependency >
3434 <dependency >
3535 <groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments